How many program bind in one module....
No Answer is Posted For this Question
Be the First to Post Answer
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
When a object will be locked & when a record will be locked? Plz explain.
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How can read PF in reverse order (end to start) in CL pgm..
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
in which journalling which attributes are necessary??/
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.