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 |
What is journaling & Commitment Control?
What is the use of Header Specification in RPG/400?
What is the default access path of a file?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
What is the purpose of RTVMBRD command?
What is access path in as400?
How many PARM statement can we use in a CL program?
what are the different commands used in rlu ?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
1.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file
how do you read data area in an rpg program?
What are the different types of access paths maintained on the file?