How Chain operation copies the record's data to the input buffer for the program?
No Answer is Posted For this Question
Be the First to Post Answer
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 )...?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
Write a program to display prime numbers between 1 to 100 using RPGLE.
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
are there any useful c runtime apis that I can call from rpg iv?
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
what is estimation? and what is the level identifier parameter in PF?
Anybody know the difference of primary file and full procedural file
Difference between RESET and CLEAR
How do you find whether a job is a batch job or interactive?
How I can reread the physical file in CL program once the end of file reached in same CL program.
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.