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 |
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
What is the interactive job?
How to know logical file belongs to which physical file without source?
how to restrict upon adding the data for field reference file in DB400
Is Constent can be define as a key field?
What is open data path?
pls anyone explain about compile time array,pre run time array run time array
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?
Last statement of any rpg program is lr?
What is the batch job?
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?
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?