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 the difference between udate and the system date?

1 Answers   IBM,


what is command in SFTP which is equivalent to SDUP command in FTP?

2 Answers  


what is full form for dds?

0 Answers   IBM,


How to create files dynamically without DDS?

1 Answers  


hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.

0 Answers  






where can you specify an indicator in lokup operation?

1 Answers   IBM,


I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to change the value from N to Y using SQL stmt ...How can I update this....?

5 Answers  


What is the use of Header Specification in RPG/400?

1 Answers  


Define the purpose of Factor 1 the Operation Code and *IN15 in following code HI LO EQ C *YMD Test(D) yymmddDate 15

1 Answers  


What are the different types of specification available in RPG/400 ?

1 Answers  


what is the necessary keyword for non-join logical file?

1 Answers   IBM,


how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?

1 Answers   IBM,


Categories