how does the rpg element work?
No Answer is Posted For this Question
Be the First to Post Answer
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
How to change the name of physical members Dynamically?
parameters cannot be passed in which one??
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
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
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...?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
how do u find whether a record is locked or not??/
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?