IBM AS400 AllOther (736) is it possible to create a physical file without dds?
what is the maximum number of subroutines allowed in rpg?
how will you find a string using pdm?
what is elastic and non elastic subrile?
Explain the output procedure?
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 to write code for singlepage in sqlrpgle with update ?
What is a query can be displayed without saving it?
what is a keyed physical file?
What are the different types of model available in coolplex
seqence numbers in cobol
what are different record spacing keywords in rlu ?
Can you summarize the steps I have to go through in writing my first cgi?
What is the interactive job?
what is the purpose of indicators in rpg?