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 |
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
how to change the length of the field in a physicalfile?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
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?
I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)
explain sflclr, sflend, sfldlt, and sflcsrrrn?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
How do you do indexing in a physical file?
How to index LF by relative record no (RRN)
I know chain keyword retreive records randomly but how chain keyword exactly works internally????