I need to generate outfile for object of all the user lib.
in the sysmte using cmd DSPOBJD.
But this cmd is correcpted in my server,Any body tell me is
there any alternative...?

Answers were Sorted based on User's Feedback



I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But t..

Answer / syam

Yes, you can use this command

WRKOBJ OBJ(*ALL) OBJTYPE(*LIB)
then
Option 8 = Display description

Is This Answer Correct ?    2 Yes 3 No

I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But t..

Answer / sudhir

You can use the above command, but you will have to write
each object individualy to an outfile..Pain...
This is a system command..so check with IBM. They could be
able to fix it..

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More RPG400 Interview Questions

suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG

3 Answers   TCS,


Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?

1 Answers   TCS,


1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS

3 Answers   IBM,


what is the equivalent keyword for CHAIN opcode ??

7 Answers   TCS,


how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.

4 Answers   iSoft, Wipro,


what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?

3 Answers  


How to create a key field for a logical file inside RPG?

4 Answers   HSBC,


in which journalling which attributes are necessary

2 Answers   CTS,


What are the commands that can be executed in CLP but not in RPG? Why?

1 Answers   CSC,


1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?

2 Answers   TCS,


I know whole thing ab't Arrays related to declaration..can anyone tell me what exactly use of array or anyone faced a situation where he found use of array must....

1 Answers  


parameters cannot be passed in which one???

4 Answers   CTS,


Categories