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 |
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
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. 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
what is the equivalent keyword for CHAIN opcode ??
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
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?
How to create a key field for a logical file inside RPG?
in which journalling which attributes are necessary
What are the commands that can be executed in CLP but not in RPG? Why?
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?
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....
parameters cannot be passed in which one???