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
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 |
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 |
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 |
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 |
Is it possible to join the same file to itself ?
what if my system I runs with system value qccsid 65535?
What is the purpose of 'CPYTOIMPF' command?
6 Answers Aditya Birla, Redington,
STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
What is the symbol used for shifting fields in SDA?
what is the function of cpyf command?
what is jurnal?what is the use of theis?what is difference between commitment control and jurnaling?
How to read 2 positions at a time in a data area? I have created a data area of length and i have to read the values of the data area like 91-92,93-94 at a time up till 100
Difference Between Ca & Cf?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?