Hello,
If I have to run 50 similar AS/400 commands - example: I need description of 50 *MODULEs:
If I understand correctly I have to run this command for every object I need description of (OBJECT1 - OBJECT50), but is there any way of somehow 'scripting' this, e.g. I save this 50 commands (for every object from OBJECT1 to OBJECT50) to some kind of a txt file and than tell AS/400 to run all the commands in this text file...?
Would this be possible on the 400?
(Or is there any other way of getting OBJ description of 50 objects with a single command instead of running 50 of these OBJD commands)?
Thanks!
If I have to run 50 similar AS/400 commands - example: I need description of 50 *MODULEs:
Code:
DSPOBJD OBJ(LIBRARY/OBJECT1) OBJTYPE(*MODULE) OUTPUT(*OUTFILE) OUTFILE(tool/wrkk) OUTMBR(*FIRST *ADD)
Would this be possible on the 400?
(Or is there any other way of getting OBJ description of 50 objects with a single command instead of running 50 of these OBJD commands)?
Thanks!





Comment