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 use cl programming to update or delete physical files
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
steps involved in debugging and types of debugging modes?
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
we are sending data of physical file to screen design and it is showing no record why?
i want to retrieve record b/w 2 dates in as400
can anybody help me that what is the procedure of debugging the service program?
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
How to find d key field of a pf that doesn’t have source physical file?
are there any useful c runtime apis that I can call from rpg iv?
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?