how can we view the entire objects and its types in a pgm?

Answers were Sorted based on User's Feedback



how can we view the entire objects and its types in a pgm?..

Answer / krishna prakash

by using this you can do the same DSPPGMREF

Is This Answer Correct ?    17 Yes 0 No

how can we view the entire objects and its types in a pgm?..

Answer / gaurav agrawal

using DSPPGMREF

Is This Answer Correct ?    13 Yes 1 No

how can we view the entire objects and its types in a pgm?..

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

how can we view the entire objects and its types in a pgm?..

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

how can we view the entire objects and its types in a pgm?..

Answer / bharathi

By using DSPLIB(lib name/*all)

Is This Answer Correct ?    2 Yes 4 No

how can we view the entire objects and its types in a pgm?..

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

how can we view the entire objects and its types in a pgm?..

Answer / pravin

In clp use dspobjd(lib/*all) objtyp(*all)

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More IBM AS400 AllOther Interview Questions

what is match field indicator?

1 Answers   IBM,


WHAT IS AS/400 SYNORIO?

0 Answers   CTS, EDS,


How to see all members of a file?

1 Answers  


What is a query can be displayed without saving it?

0 Answers   IBM,


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 ?

2 Answers   IBM,






how to validate input values in display file ?

0 Answers   IBM,


writing an sql statement from selecting records from two files using single statement and nested select statement.

0 Answers   IBM,


what are the different commands used in rlu ?

1 Answers   IBM,


What is the difference between array and a multiple occurrence data structure?

1 Answers  


When will you use OPEN and CLOSE opcodes in RPG program?

1 Answers  


when is a tag statement used in rpg?

2 Answers   IBM,


how do you detect unused spool storage?

2 Answers  


Categories