what are the different types of arrays available in rpg ?
Answer / govind ram
Pre-execution time array.
Compile time array.
Execution time array.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is LDA?
Can level check error occur if we do chgpf?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
Difference Between Source Physical File & Physical File?
How many primary files allowed in a program?
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
What is file information data structure(infds) in as400?
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
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM In above example,what is content of myfile.txt ...Thanx
maximum number of subfiles that can be active for a single file is?
What are the types of data areas?
how do you read data area in an rpg program?