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 |
CRTDTA AND CRTARA should be used along with?
hi iam very new to as400. i had created one physical file can any one tell command to enter data in to that
what is general and type of general
What is the interactive job? What is the batch job?
what is the difference between adding keys & constraints into a phisical file
how can we write LF using flatfile.
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?
how to update physical file using logucal file with example
How to find the list of source physical files in a library?? Is there any way to get a list??
pls anyone explain about compile time array,pre run time array run time array
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.
What is FORMAT keyword and its use?