how to retrieve RRN value in RPGLE program
Answers were Sorted based on User's Feedback
Answer / narendra
There are many ways to retrieve the value of RRN in RPG. One way is to use the INFDS (File information data structure) and in data structure define the RRN from pos 397 to 400.
Another way is to use the Keyword RECNO(RRN) while defining the file in the F Spec.
| Is This Answer Correct ? | 0 Yes | 0 No |
Interviewer asked me write down DDS for load all subfile .can anybody write dds
Why did we give STRSRVJOB while debugging batch program
what will happen two jobs have same name are submitted
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
how to run only 10 modules of existing N modules in service program in RPGILE ?
what is *place and *auto keyword in prtf ?plz explain
purpose of pannel group??/
1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
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?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.