How can we handle errors in RPG?
Answers were Sorted based on User's Feedback
Answer / as400 techee
First and foremost handling the errors in RPG are by using
Indicators, Subroutines like *PSSR, system defined data
structures like file information data structure(INFDS),
program status data structure (PSDS)
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raghav
We can also handle exception using Montier, %Error in RPGLE programs
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srujana
We can handle errors in RPG through PSDS:Program status data structure and INFDS: File Information data structure.
| Is This Answer Correct ? | 3 Yes | 1 No |
How to know the particular record in pf with out reading?
what is open data path? and what is the diff b/w access path and open data path?
I have a pf, it contains 5 members, how to access particular member data from logical file?
I have a PF with out any data but the dependent LF is having data?
CRTDTA AND CRTARA should be used along with?
wirte a simple program for read file in cl
pls anyone explain about compile time array,pre run time array run time array
How many maximum record format a logical file have?
what is general and type of general
How to retrieve a physical file after deleting that ? what is keyword used for that....??
Why journalling is compulsory before commitment control?
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?