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 is field reference file?
what is the purpose of data structure?
Space & Skip Are Which Level Keywords?
What is the difference between Interactive & Batch Job?
is it possible to do commitment control with out journaling?
what is the use of sflend keyword?
What is logical file in as400? What are the types of logical file?
Q.Suppose one job is running in a batch mode for a long time now i want to kill this batch job. how you achive this?
What are the functions of Remote Job Entry (RJE) ?
What is difference between rename and prefix?
records can be read/update/deleted with which file?
writing an sql statement from selecting records from two files using single statement and nested select statement.