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 |
how do you detect unused spool storage?
A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?
What is a Library in AS/400?
how can we view the entire objects and its types in a pgm?
what is the maximum number of files allowed in rpg?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output
how do you know that records are locked?
Can we debug the MSGW JOBS?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
What is the maximum number of elements in an array?
how can a cgi check whether an ifs object is available?