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 does opcode post do ?

1 Answers   IBM,


WHAT IS DECIMAL DATA ERROR IN RPG IV...WHEN WILL IT HAPPENS?

6 Answers   CTS,


Specify different indicators used in RPG?

1 Answers  


how can I control the way a remote browser uses its cache?

0 Answers   IBM,


during input operation which indicator position is seton if there is a record lock?

1 Answers   IBM,






define what a data queue is along with a brief example of what it may be used for?

1 Answers   IBM,


What is the difference between /copy and /include in RPGLE?

1 Answers  


what are the three types of keywords associated with printer file ?

1 Answers   IBM,


What does the keyword UNIQUE mean ?

1 Answers  


How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?

1 Answers  


How a field is renamed in rpg IV?..give answer with example?

3 Answers   CTS,


How can we arrange duplicate records in a file?

0 Answers  


Categories