Last statement of any RPG pgm is LR?

Answers were Sorted based on User's Feedback



Last statement of any RPG pgm is LR?..

Answer / amit

Not necessary. We can write the codes after SETON LR also
and it will execute that too. The main difference is that
the program will end after the last line of coding you did
and will clear all the access path and variables to blanks
or zeros.
But when you give RETURN then the program will not execute
the below coding part and will end as soon as the RETURN is
encountered,but here it will not clear the access path and
the variables..if you run the program again you will find
the last value in the variable.

hope this will help

Is This Answer Correct ?    13 Yes 0 No

Last statement of any RPG pgm is LR?..

Answer / amit

Not necessarily. LR is generally set on after all
processing is doen i.e. at the end of the program but there
is no hard and fast rule for that.

Is This Answer Correct ?    7 Yes 1 No

Last statement of any RPG pgm is LR?..

Answer / sivakumar y

While writing a program Last statement of RPG program need
not be LR. It is the last executable statement. i.e. after
all processing is done LR(Last Record indicator) will be
set on.

NOTE: In a program that does not contain a primary file,
you can set the LR indicator on as one method to end the
program.

Is This Answer Correct ?    4 Yes 1 No

Last statement of any RPG pgm is LR?..

Answer / vishal

Not necessary . In case of RPG cycle where primary file is defined, it does not require any LR statement or RETURN opcode. if there is any total calculations in output spec then that is performed at last using L0 indicator.

Is This Answer Correct ?    1 Yes 0 No

Last statement of any RPG pgm is LR?..

Answer / syam

No, Last statement is RETURN. Means Exit from program
LR is second last statment. Means move pointer to end of
file.

Ex: CLOS BEGSR
MOVE '1' *INLR
RETURN
ENDSR

Is This Answer Correct ?    4 Yes 9 No

Post New Answer

More DB400 Interview Questions

Suppose if a physical file is having 1000 records, but i deleted 500 records from it. Here the concern is can the size of the file changes or it remains the same... kindly help me out with thorough xplanation.... Thanks in-advance...

6 Answers   ABC, TCS,


what is the difference between adding keys & constraints into a phisical file

6 Answers   HSBC,


In how many ways we can create a logical file?`

5 Answers  


When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why

2 Answers   HCL,


what is the difference between adding keys & constraints into a phisical file

4 Answers   HSBC,


What is the difference between access path and open data path?

1 Answers  


WHAT IS THE DIFFERENCE BETWEEN 'COLHDG' AND 'ALIAS'?

5 Answers   Accenture,


how can we write LF using flatfile.

9 Answers  


what is general and type of general

1 Answers   Active Brains,


what is error handling concepts in cl

3 Answers   Active Brains,


Can anybody tell why Journalling is compulsary before Commitment Control?

2 Answers  


What is open data path? And what is the difference between access path and open data path?

1 Answers  


Categories