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 |
what is open data base command
1 Answers Active Brains, Cognizant, CSC, CTS,
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
How to know logical file belongs to which physical file without source?
what is the difference between adding keys & constraints into a phisical file
what is exception and how many types of exception
How to change the batch job to interactive job?
What is the use of member in pf?
what is multiple member pf
How to find the list of source physical files in a library?
how can i know logical file belongs to which physical file without source?
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.