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
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 |
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 |
What is the OPEN and CLOSE accesspath?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
how do you use commitment control in rpg?
Can you copy the records created by the OPNQRYF to other files and how?
What is the difference between inner join @ outer join
How to call one program from another program in RPG? please help me with the code
What you have to do in the display file when you are using message subfile?
how can we can we the data decimal error?how can we open such file in support
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
How can you delete a record from a file in RPG without using DELETE oppcode?
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?