what is program status data structure?
Answer / bipul kunal
A Program status DS can defined to make program exception/error information available to an RPG program.
DS is defined as program status DS by an S in position 18 of the DS statement.
*STATUS contains status code.
*ROUTINE : contains name of routine in which the exception/error occurred
*PARMS : contains the number parameters passed to this program from the calling program.
| Is This Answer Correct ? | 0 Yes | 0 No |
How Chain operation copies the record's data to the input buffer for the program?
How can read PF in reverse order (end to start) in CL pgm..
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
what is the use of sflnxtchg?
How can a screen field that has changed since the last output operation be detected?
What is the Record Address file. How can we use it in RPG program?
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic
WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
What is I90(Insure 90)?
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
How do you call procedures in ILE?