in rpg could u please tell me errors types and meanings like 3030 that ....



in rpg could u please tell me errors types and meanings like 3030 that ......

Answer / pramod reddy

First and foremost handling the errors in RPG are by using
Indicators, Subroutines like *PSSR, system defined data
structures like file information data structure(INFDS),
program status data structure (PSDS)

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More RPG400 Interview Questions

Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.

2 Answers   iGate,


What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???

7 Answers   HSBC, Systime,


How Chain operation copies the record's data to the input buffer for the program?

0 Answers   IBM,


When will DUMP & DEBUG be ignored?

3 Answers   IBM,


what is edit word and edit code

0 Answers   Cap Gemini,






how to retrieve RRN value in RPGLE program

3 Answers  


I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.

2 Answers  


how do I do concatenation in rpg iv, like I do in cl?

1 Answers   IBM,


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 my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

0 Answers  


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

0 Answers  


How do I link an existing logical file to it's Physical File without recompiling?

2 Answers  


Categories