What is the difference Return and InLr?
Answers were Sorted based on User's Feedback
Answer / syam
InLr is "ON" means Close all open physical fileused in the
program, release memory and close ODP(Open Data Path).
Return = Exit from the program(physical file remain open)
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / rosh
If we can use Inlr - File are closed status after ending
the program.
Return - files are in open status after coming out from the
program
| Is This Answer Correct ? | 1 Yes | 1 No |
wat is curser?? and its types???
Why did we give STRSRVJOB while debugging batch program
Maximum how many files declare in rpgle
1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
3 members in databasefile .how to read records from all the members??
wat is the difference between array and multiple occurence data structure?
How can you delete a record from a file in RPG without using DELETE oppcode?
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
what is program status data structure?
i want to retrieve record b/w 2 dates in as400