what is the equivalent keyword for CHAIN opcode ??
Answers were Sorted based on User's Feedback
How to add 2 new fields in a file? How many ways are there in as400?
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
How Commitment and Roll back control is used in as400, explain with real time senario ???
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?
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
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
what is the necessary command needed before OPNQRYF and why?
what r drawbacks of OPM? Why do we go for ILE RPG?
how do I do concatenation in rpg iv, like I do in cl?
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
What is difference between bind by copy and bind by reference?