How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
Answer Posted / rinku khan
SFLSIZ > SFLPAG.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
what is a logical file?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
when should I use method get, and when should I use method post in my cgis?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
which cl command is used to trap error messages during program execution?
Apart from opening of a file do we have any other use of USROPN?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
In RPG How to read a records from a file without using read opcodes?
define data structure?
what is the length of a variable in rpg?
what is the maximum number of subfiles that can specified in a display file ?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
what is the difference between normal upddta to pf and updating using dfu program?
what is the difference between seton lr and retrn?