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 |
How to retrieve a physical file after deleting that?
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?
There are six records in a file and we are going to update that records and used commit operation when it complete the update but suppose when it updating the third record,a error occured and operation failed.Is previously two records will be update or whole operation will be rollback? Please confirm it.
how to eliminate the level check error
how to restrict upon adding the data for field reference file in DB400
I have a pf, it contains 5 members, how to access particular member data from logical file?
what is dynslt and why we use that command when do we use command
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?
How to know the perticular record in pf with out reading?
what is the difference between adding keys & constraints into a phisical file
How many libraries can be there in a library list?
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why