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 |
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
how many variables can we declare in cl pgm?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
Difference between RESET and CLEAR
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
Can anybody tell me that why we use option(*nodebugio)in H- Spec?
1.String operatio such as moving the characters to the variables? 2.what are the building functions for check file longs? 3.which of the following methods will make externally describe file fields available to a program? A: A/copy statement that specifies the library file and member of the field reference file source code B: A data structure definition specification that names the file on the EXTNAME keyword C: A data structure definition specification that names the file on the IMPORT keyword? D: A Definition specification for each desired field with the REFFLD keyword
RPG/400 faqs?
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
what is the necessary command needed before OPNQRYF and why?
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
How to read alternative records in a pf by using rpg?