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 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
How to sort an array in descending in RPG
can you debug ile rpg program using isdb?
what is estimation? and what is the level identifier parameter in PF?
Q:Hi all,i want accurate answer with code using in built functions.please sent me code as soon as posible. I have program nmed PGM1 which '' RETRIEVE Current production date''should correctly default the production date for the user who is issuing raw materials to the manufacturing.The production date can be different from the celendra date. However, the program does not make the correct adjustment for all manufacturing plants. there is a parameter which determines the production start time e.g. 07:00 if the system time precedes this,the program subtracts one from the celendra day.This work fine when the celendar day starts after production day as it does in England,the system should be adding one to the celendar day during the overlap. unfortunately the program was desined to assumed the celendar day always starts before the production day. Change required in the program: Change the PROGRAM PGM1 to use the new parrameter to decide whether to add or subtract 1 from the celendar day when determining the production date.
there is any limit to display the members in rpg400?
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
Can an indexed file be accessed in arrival sequence in RPG?
Hi,This is raju.Can any body give me the real experience answer for this question? 1.What is the significance of *MAP and *DROP in the CPY command?
How many program bind in one module....
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE