how do you use commitment control in rpg?
No Answer is Posted For this Question
Be the First to Post Answer
1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
what are the types of identifers
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
what is batch debug in as400?
what is the difference between the procedure and module in ILERPG?
what is the equivalent keyword for CHAIN opcode ??
When will DUMP & DEBUG be ignored?
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
what is the difference between SETON RT & RETURN?
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?