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 one file is used by 100 user and file is locked by 100 user, what are the impact analysis?

1 Answers  


1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.

4 Answers   HCL,


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

1 Answers   CSC,


1.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?

3 Answers   Cap Gemini,


what is the use of sflnxtchg?

0 Answers   IBM,






1.If *HIVAL SETGT is used what opcode is used to read a record? A:READ B:READPE C:CHAIN D:READP 2.How to pass numeric parameter to the rpg pgm from the command line? 3.What keyword is used on the rpg 4 definition specification to rename a subfile in an externally definition data structure? A:RENAME B;LIKE C:EXTNAME D:EXTFLD

4 Answers   Manhattan,


I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?

5 Answers   CitiGroup, Symphony,


Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?

6 Answers   CSC,


What is the Record Address file. How can we use it in RPG program?

4 Answers  


list down and describe the sub systems vailable

5 Answers   IBM,


how can I tell when to replace the array?

0 Answers   IBM,


HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?

2 Answers  


Categories