Answer Posted / as400 techee
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 ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the chain and setll and setgt?
I have a pf, it contains 5 members, how to access particular member data from logical file?
What is the primary file?
What is the batch job?
How to find the list of source physical files in a library?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
How to change the batch job to interactive job?
Can we concatenate fields in physical file? If yes how can we do?
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
How many maximum record format a logical file have?
What is open data path?
How to retrieve a physical file after deleting that?
Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?
What is the use of member in pf?
How to read a pf in reverse(from last record to first) using cl?