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 |
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
How to set on/off a group of indicators in a single statement?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
how to check on which PF , the LF is dependant ?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
What are the types of identifiers?