Hi friends, How can I make a CL/400 with this situation, a CL/400 receive a parameter like ('00010') identifying the first process. If the first process ends with error I can start again initiating by ('00020') or ('00030') or ('00040') ?
This parameter inform what process start, exemple:
[00010]
CALL LIB/PROG1 .............. ..............
[00020]
CALL LIB/PROG2 .............. ..............
[00030] CALL LIB/PROG3 .............. ..............
[00040] CALL LIB/PROG4 .............. ..............
How can I resolve this situation ? Thanks, Roberto
Software/Hardware used:
ASKED:
August 19, 2009 4:50 AM
UPDATED:
August 20, 2009 4:42 AM
Dan my friend, Thanks for Your help.
This problem was resolved and works perfect.
Regards,
Roberto from Brazil.