the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
IBM,
1 3370if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
IBM,
1 1759how to pick up the changed records every time in a subfile after the first change made ?
IBM,
1 1892Post New IBM AS400 AllOther Questions
What is the as400 called now?
what are different record spacing keywords in rlu ?
define the purpose of the *cat function?
How Many Specs Are There In Rpg & Which Are They?
how to define to define a hidden filed in dspf ?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
What is %CHECK?
Apart from opening of a file do we have any other use of USROPN?
how can you execute a command from within an rpg program without calling a clp program?
what is the purpose of ovrdta (override data) keyword?
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
when is a tag statement used in rpg?
what is rpg fixed logic cycle?
what is the clp command to access a query/400?
What is the difference between non-join logical files and join logical files?