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 |
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.
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
How Chain operation copies the record's data to the input buffer for the program?
When will DUMP & DEBUG be ignored?
what is edit word and edit code
how to retrieve RRN value in RPGLE program
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.
how do I do concatenation in rpg iv, like I do in cl?
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.
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?
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.
How do I link an existing logical file to it's Physical File without recompiling?