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 |
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
Define interactive jobs and batch jobs
How to know logical file belongs to which physical file without source?
how to update physical files using normal logical file
In how many ways we can create a logical file?`
What is FORMAT keyword and its use?
How many libraries can be there in a library list?
What is the interactive job? What is the batch job?
Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?
what is use of self join and which cases you will use this join
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
I had created one physical file tell me command to enter data in to?