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 am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?
How to add 2 new fields in a file? How many ways are there in as400?
what was the robotech rpg?
How to print output from openquery in as400 ?
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?
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?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?