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 |
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
Can more than one subfile record be displayed on one line?
Errors in Sql query will be in which state?
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
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 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
can anybody help me that what is the procedure of debugging the service program?
How to read alternative records in a pf by using rpg?
what do you mean by an input subfile, what are the keywords required?
can anybody explain significance of *loval setll with example code????
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?