HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ?
2:Can we used "seton lr" OR "*INLR = *ON" in between the
program code ?
3:if yes then according to there function the code which is
written acter seton lr/ *inlr should not be execute . Can any
one tell me why those code get executed ?
Answers were Sorted based on User's Feedback
Answer / kushaal
SETON LR or INLR indicator is not to come out of the
program when its on, it means when all the 'C' spec codes
gets completed it make sures that the open files gets
closed. Nothing really to close the program.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / madhab sikder
It is to inform the system that while coming out of the program, it should release all it's resources allocated to it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
there is any limit to display the members in rpg400?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
How can we know running job is batch or interactive?
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"
what is the difference between do while and do until?
In how many ways a session/device error occurs,,, and what is the remedy for it?
Can someone tell me tell me what is meant by message wait...?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
Can anybody tell me that why we use option(*nodebugio)in H- Spec?