Can any one plz explain the concept of INFSR, *PSSR, INFDS
AND PSDS, I' confusing about PSDS and *PSSR, Wat is the
difference btw them, wat PSDS will do????
Answer / jeganath
PSDS is a program status data structure.
*PSSR is a subroutine to handle error occured in the program
Whenever there is error occured in the program, the status
defined in the PSDS get changed to some value based on type
of error,
at the same time the control transferred to *PSSR
subroutine , from there we can handle the error based on
the status value from PSDS.
we can rollback or we can modify/reset value based on
requirement
| Is This Answer Correct ? | 5 Yes | 1 No |
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
How to set on/off a group of indicators in a single statement?
when will come session device error?
how do I do concatenation in rpg iv, like I do in cl?
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
How do you find whether a record is locked or not?
How to add 2 new fields in a file? How many ways are there in as400?
How to select highest score of each subject or how to select highest income of every month?