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 library?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help...
What is data structure in as400? What is the use of data structure?
What command must be executed before executing OPNQRYF command?
what are the different methods to access seu?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
What is field reference file?
List and explain the different type of data structures?
what do we can do with the embedded sql statements?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
What is difference between CAT, TCAT, BCAT?