can any one tell me what is meant by PSSR? Kindly elaborate
it...

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

647


I have a pf, it contains 5 members, how to access particular member data from logical file?

527


What is open data path?

577


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?

624


How to find the list of source physical files in a library?

620






How to know the particular record in pf with out reading?

588


What is the difference between access path and open data path?

594


How to change the batch job to interactive job?

578


What is the batch job?

572


What is the primary file?

586


What is the interactive job? What is the batch job? How to change the batch job to interactive job?

626


Last statement of any rpg program is lr?

614


How to update physical file using logical file with example?

582


What is the interactive job?

579


There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.

730