Archives of the TeradataForum
Message Posted: Tue, 22 Apr 2003 @ 17:16:14 GMT
Subj: | | Re: Mload processing of empty files on MVS |
|
From: | | Christopher Platt |
see if syncsort will fail or burp if you send it an empty dataset. if it does then you can cond code the jcl to check for that condition
after you have sent your input file through a sort. if syncsort won't do it check to see if iebgener or other IBM util will burp on zero
records and use cond code checking on your jcl. if all else fails write a dummy cobol pgm that reads the first record... if not found force
a cond code and then exit the pgm.
Christopher Platt
Teradata Systems Administration
|