Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
Answer / nkumar
Well CL is not meant for the database programing. In previous version of AS400 update,insert was not possible through CL. From V5R4 we have the API available or we can use the QMQRY objects and run them through CL. RPG provides the easiest way of playing with the data base with so many OPcodes available.
| Is This Answer Correct ? | 3 Yes | 0 No |
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?
What are the commands that can be executed in CLP but not in RPG? Why?
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
How do you find whether a job is a batch job or interactive?
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.
What is the length of Signature?
How many program bind in one module....
can anyone say,what is the use of operation extended H/N/P?
As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
Setps to create .csv file on IFS folder in AS/400( V4R3)....?