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 / girish kulkarni
1) Through CHAIN opcode it is possible , give RRN in Fact1
2) Write the value in Fact2 of Parm Opcode and name of
parameter in result field
3) Through the program status data structure or File
information data structure
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
How many program bind in one module....
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is the difference between do while and do until?
What is the difference between iter and do?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what is an online rpg?
can you debug ile rpg program using isdb?
What are the types of identifiers?
can I touch the array during treatments?
what are the key words you must use when using a subfile?
what is the necessary keyword needed to scroll subfile records?
how do I preserve and clean the array?
What is file identifier where we can use?
How to write record if no field or the field are different in physical file in rpgle ?