How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
Answer Posted / amissh
Using dads you can read
For eg:
D UDS
DNAME 1 10A
DSNAME 11 20A
C NAME DSPLY
C SNAME DSPLY
C SETON LR
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the use of jdftval in as400?
In RPG How to read a records from a file without using read opcodes?
define the purpose of the *bcat function?
the 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
can you have multiple key lists for a single file ?
Write a CL program which will run a batch job at 1 am every night
What is the difference between non-join logical files and join logical files?
what is cab?
can error messages as a result of a comp, range or values keyword be overridden?
what is xfoot opcode ?
what does opcode post do ?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
why is the declare cursor statement is used for?
what is the function of cpyf command?