How to create files dynamically without DDS?
How are the objects stored on AS/400?
not all command typed on command line are cl command? true r false
describe the difference between the dowxx and douxx operations?
Write a CL program which will run a batch job at 1 am every night
What are the mandatory keywords of sub file?
maximum number of subfiles that can defined in a rpg program for one display file is?
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
How Many Specs Are There In Rpg & Which Are They?
how does the runqry show the output?
how you get the relative record in a subfile in which cursor is located?
How to change file attributes such as size, file wait time, record wait time etc., permanently?
what is a program described file in rpg?