1) How to retrieve RRN through RPG ?
2) How to pass parameter by value ?
3) How to trap the error through the RPG/400
Answer Posted / prateek
we can pass parameter by value to *PGM object.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
what is a rpg?
How many program bind in one module....
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
How to call one program from another program in RPG? please help me with the code
explain sflclr, sflend, sfldlt, and sflcsrrrn?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
what is the use of sflnxtchg?
what are the key words you must use when using a subfile?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How Chain operation copies the record's data to the input buffer for the program?
What is the difference between iter and do?
what is the difference between do while and do until?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.