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 |
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
How can read PF in reverse order (end to start) in CL pgm..
Hi, Can anybody give me real sinario for SFLRCDNBR?with example?
can anybody explain significance of *loval setll with example code????
What is the name of default out queue when user logs inn to syatem with valid profile?
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
How to print Superscript / Subscript from RPG400
can anyone say,what is the use of operation extended H/N/P?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.