how can we view the entire objects and its types in a pgm?
Answers were Sorted based on User's Feedback
Answer / krishna prakash
by using this you can do the same DSPPGMREF
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / abhishek
Use command DSPPGMREF , to see all objects used by program
with their identifier as well .It will give a list of
objects which is being used by program.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / jayapradhap
You cant use the command WRKOBJPDM in the CL program.
That command will not be allowed to use.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / cran
WRKOBJPDM LIB(GDALE) OBJTYPE(*PGM)code
in cl program
complie it and call the program in command line this one of
the way
which i no
| Is This Answer Correct ? | 1 Yes | 4 No |
what are different types of substems?
what is OUTFILE?what is the uses and disadvantage? where we can use this?
What Is The Purpose Of The "n" In The Following Calculation Specification?
define a shared access path?
What is a message file?
how can I start a page in a new window?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output
what is logical file?
how can see logical file based on which physical file and vice versa
what is the purpose of indicators in rpg?
what are various techniques to pass parameters from one program to another?