Answer Posted / sivakumar y
While writing a program Last statement of RPG program need
not be LR. It is the last executable statement. i.e. after
all processing is done LR(Last Record indicator) will be
set on.
NOTE: In a program that does not contain a primary file,
you can set the LR indicator on as one method to end the
program.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is open data path?
How to read a pf in reverse(from last record to first) using cl?
What is FORMAT keyword and its use?
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?
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?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?
I have a pf, it contains 5 members, how to access particular member data from logical file?
How to retrieve a physical file after deleting that?
How to know the particular record in pf with out reading?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
What is the purpose of the chain and setll and setgt?
What is the use of member in pf?
What is the primary file?
How to find the list of source physical files in a library?
Can we concatenate fields in physical file? If yes how can we do?