|
|
Archives of the TeradataForum
Message Posted: Wed, 04 Dec 2002 @ 21:10:35 GMT
Subj: | | Re: MultiLoad Completion Notification |
|
From: | | Geoffrey Rommel |
| When executing MultiLoad in MVS batch mode, I would like to be notified by the system if the ET and/or UV tables were not dropped
after the MultiLoad job terminated with the completion code = 00. Is it possible? | |
If Shridhar's suggestion doesn't work, you could try this. You are probably writing the SYSPRINT from MultiLoad to the default
output class (sysout=*).
Instead, write the SYSPRINT to a temporary data set and then, in the next step, read it and pick out the information you need, ending
with a non-0 return code if the work tables were not dropped. This could be done easily in Quikjob (VISION:Report) or maybe File-AID. Not
much work, really!
| |