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 |
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
How to print Superscript / Subscript from RPG400
What is the Record Address file. How can we use it in RPG program?
What is the purpose of PUTOVR keyword?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
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.
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
how many variables can we declare in cl pgm?
ESCAPE message sent by child program can be handled by parent program using which keyword?
what is the rpg system?
Can someone tell me tell me what is meant by message wait...?
can i use unique key in LF