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 ?
Answer Posted / 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 |
Post New Answer View All Answers
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
Explain mdt?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what was the robotech rpg?
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
What is difference between bind by copy and bind by reference?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How can we know running job is batch or interactive?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is the rpg system?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
What is ment by record level identifier?
How to write record if no field or the field are different in physical file in rpgle ?
what is the difference between do while and do until?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.