How can we find from which source the program has been
compiled for a given RPGLE program object?

Answers were Sorted based on User's Feedback



How can we find from which source the program has been compiled for a given RPGLE program object?..

Answer / swetha p rao

Using DSPPGM command we can find out

1. Give DSPPGM PGMNAME in command line and press enter.
2. Press Enter twice
3. Choose option 5 to display description
4. There it gives the values from which source it is
compiled.

Is This Answer Correct ?    20 Yes 2 No

How can we find from which source the program has been compiled for a given RPGLE program object?..

Answer / swetha p rao

when you Take 14 + F4 for the Source in QRPGLESRC/PRDSRC
and compile the program in QRPGLESRC/DEVSRC.

WRKOBJ will not give information but DSPPGM will give the
information.

Is This Answer Correct ?    7 Yes 1 No

How can we find from which source the program has been compiled for a given RPGLE program object?..

Answer / swathi

1.For program:DSPPGM , Provide program name & library name.
Then it will give the source physicsl name.
2.For any objects:DSPOBJD,Provide object name & library name .
Then it will give the source physical file name.

Is This Answer Correct ?    2 Yes 0 No

How can we find from which source the program has been compiled for a given RPGLE program object?..

Answer / reena

use the DSPOBJD Command and then Option 8

Is This Answer Correct ?    1 Yes 8 No

How can we find from which source the program has been compiled for a given RPGLE program object?..

Answer / swadesh.yadav

use the WRKOBJ command,
wrkobj obj-name (press enter)
now select option 8 for Dispay description.

Is This Answer Correct ?    2 Yes 13 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is %CHECK?

0 Answers  


which are the query selection criteria, which can be given in a query?

0 Answers   IBM,


How to create files dynamically without DDS?

1 Answers  


what is the length of a variable in rpg?

1 Answers   IBM,


what are the different types of arrays?

1 Answers   IBM,






What is keyword PFILE specifies ?

1 Answers  


What is the purpose of USROPN keyword?

1 Answers   CTS,


how to see the error messages for each command in cl?

2 Answers   CGI,


what is the sequence when using cursor?

0 Answers   IBM,


what the purpose of ovrdta, ovrata keywords?

1 Answers   IBM,


what are the different types of keys in AS400

2 Answers   HSBC,


what is the purpose of putovr (put with explicit override) keyword?

1 Answers   IBM,


Categories