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 match field indicator?
WHAT IS AS/400 SYNORIO?
How to see all members of a file?
What is a query can be displayed without saving it?
We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?
how to validate input values in display file ?
writing an sql statement from selecting records from two files using single statement and nested select statement.
what are the different commands used in rlu ?
What is the difference between array and a multiple occurrence data structure?
When will you use OPEN and CLOSE opcodes in RPG program?
when is a tag statement used in rpg?
how do you detect unused spool storage?