can any one tell me what is meant by PSSR? Kindly elaborate
it...
Answer / srujana
PSSR -PROGRAM STATUS SUBROUTINE
In RPG, there are Program Exception/Errors (divide by zero, array index error, etc.)
and File Exception Errors (any file error). As with MONMSG in CL, you can trap errors
at the program level or the command level.
Program Exceptions:
If a program encounters a program error, it checks to see if there is a *PSSR subroutine coded in the program. If there is, it executes the subroutine. If there isn't, the program "fails" with an error message.
A *PSSR subroutines may be executed like any other subroutine (using ExSR or CASxx). The EndSR for a *PSSR subroutine can contain a return-point instruction.
| Is This Answer Correct ? | 10 Yes | 0 No |
pls anyone explain about compile time array,pre run time array run time array
what is the difference between adding keys & constraints into a phisical file
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?
Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?
Maximum how many fields we can create under a record format of PF?
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
How to know the perticular record in pf with out reading?
Why we create the Physical File Member?
how to update physical file using logucal file with example
How many max. Record format a logical file have?
what is open data base command
1 Answers Active Brains, Cognizant, CSC, CTS,