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????



Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS a..

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

Post New Answer

More RPG400 Interview Questions

suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .

4 Answers   CSC,


I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this

3 Answers   ISG,


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??

1 Answers  


i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.

11 Answers   IBM,


Write a program to display prime numbers between 1 to 100 using RPGLE.

1 Answers  






What would be the effect on the field where reverse image, underline and high intensity?

7 Answers   IBM,


When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?

0 Answers  


1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??

2 Answers  


Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfile , from third page i have selected a record and called some other program .on returning, subfile is being loaded from the frist page. so can any one kindly suggest me in retaining my third page after returning. i.e loading from third page.

7 Answers  


If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?

1 Answers  


How do you find out whether a record is present in the physical file without reading the file? for Example Employee No: 100 in an Employee master.How do we find out whther 100 is present in Employee master without reading the file?

11 Answers   Bank Of America, CSC, IBM,


What is the syntax of passing parameters to a procedure by value?

1 Answers  


Categories