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 Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a record lock error?

1356


How to declare the pull button in AS/400..

1997


how do you use commitment control in rpg?

851


what is the procedure and explain about real time scenario.

1567


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2603






Explain mdt?

765


write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen

928


is this a rpg channel?

771


thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400

1981


Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

1564


what is the difference between do while and do until?

801


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

644


1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.

5659


how can I tell when to replace the array?

783


what is program status data structure?

1559