[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SV: PCML and data structures with dim



Hi Richard,

Thanks for your response.

How do you implement this in your rpg entry or prototype?
Will this actually skip the communication transport of empty rows between
java (on a BEA portal) and rpg program?
Or will this only tell the java program how many rows to parse?

Best regards,
Magne


-----Opprinnelig melding-----
Fra: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] På vegne av la Croix, Richard
Sendt: 28. november 2008 17:34
Til: HTTPAPI and FTPAPI Projects
Emne: RE: PCML and data structures with dim

Hello Magne,

Yes you can, but you will have to edit the generated pcml file a bit
yourself.

You must pass an extra paramenter (an int) with the actual number of
rows from your rpg.

Here is a part of a pcml I use:
    <program name="HMOSAP54" parseorder="RowsFetched Returncode
FetchedData"
        path="/QSYS.LIB/HMDPGMV31.LIB/HMOSAP54.PGM" threadsafe="false">
        <data length="7" name="Returncode" type="char" usage="output"/>
        <data length="10" name="HapimagnummerKunde" type="char"
usage="input"/>
        <data init="53" length="4" name="RowsFetched" precision="31"
type="int" usage="output"/>
        <data count="RowsFetched" name="FetchedData"
struct="FetchedData"
            type="struct" usage="output"/>
    </program>

Notice the keyword 'parseorder' on the program element. The RowsFetched
parameter (my counter) MUST be parsed before the structure, so that it
knows how many FetchedData stucture rows are coming.
Also notice the 'count' keyword on the data element for the structure.
Here you specify which parameter (in this case RowsFetched) contains the
number of rows.

Hope this helps.

Have a nice weekend all.

Richard


-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Magne Kofoed
Sent: Freitag, 28. November 2008 09:05
To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
Subject: PCML and data structures with dim

Hi Scott,

 

I must say that I've learned more from your httpapi, ifsebook and ftpapi
than any other open source projects.

The same applies to your superb support and presentations. 

 

I read a presentation of yours where you describe how to use data
structures
with dimensions.

We are using DS and DIM in rpg prototypes and compile with the pcml
option.

The problem is that we are returning a lot of "empty" data because of
the
dim.

If we use 2 out of 50 in the KutDS, we are returning 48 empty.

Is there a way to get rid of the 48 empty in the DS array? Any
suggestions?

 

Prototype example:

 

D SKSKTOHI        PR                  ExtPgm('SKSKTOHI')               

D   Meta                              likeds(Metads)                   

D   Kinn                              likeds(Kinnds)                   

D   KutMeta                           likeds(KutMetads)                

D   Kut                               likeds(Kutds) dim(50)            

D                                     options(*nopass)                 

                                                                       

DMetads           DS                  qualified                        

D SessionId                    256A                                    

D UserId                        50A                                    

D ResultCode                     5A                                    

D ResultType                    15A                                    

D ResultText                   100A                                    

D ResultDate                    10A                                    

D ResultTime                     8A

D ErrorId                       12A                       

                                                          

DKinnds           DS                  qualified           

D customerNbr                   11A   Inz(*blanks)        

                                                          

 

DKutMetads        DS                  qualified           

D hitsNbr                        3A                       

                                                          

DKutds            DS                  qualified dim(50)   

D customerNbr                   11A   Inz(*blanks)        

D accountId                      3A   Inz(*blanks)        

D accountIdDesc                 30A   Inz(*blanks)        

D accountNbr                    23A   Inz(*blanks)        

D startDate                      8A   Inz(*blanks)        

D endDate                        8A   Inz(*blanks) 

D versCrtId                      5A   Inz(*blanks) 

D versCrtNameDc                 40A   Inz(*blanks) 

D versCrtDate                    8A   Inz(*blanks)  

                                    

Best regards,

Magne

 

Diese E-Mail enthdlt vertrauliche Informationen, die rechtlich gesch|tzt
sein kvnnen. Sie ist nur f|r den beabsichtigten Empfdnger bestimmt. Bitte
benachrichtigen Sie uns umgehend, falls Sie die E-Mail irrt|mlich erhalten
haben und lvschen Sie sie unverz|glich. Besten Dank.

This e-mail contains confidential information that may be privileged. It is
for the sole attention and use of the intended recipient. Please notify us
at once if you have received it in error and delete it immediately. Thank
you.

Les informations contenues dans cet e-mail sont soumises au secret
professionnel et ont un caracthre strictement confidentiel. Elles sont
destinies ` l'usage exclusif du destinataire. Si cet e-mail vous est parvenu
par erreur, vous voudrez bien nous en aviser immidiatement et le ditruire
sans dilai.  Merci d'avance.

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------