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 |
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
how to retrieve RRN value in RPGLE program
wat is the difference between array and multiple occurence data structure?
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
Why Rpg/400 is Famous?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
How to sort an array in descending in RPG
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
How to identify the object has compiled with the debug view as *source without using STRDBG?
Can a indexed file be accessed in arrival sequence in RPG?
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.