The local file in a file transfer can be specified with the SYSIN01 LFILE parameter or the LCLDS01 DD statement (see the chapter “The Batch Interface”). For TYPE=SCHEDULE (that is, queued) transfers, Generation Data Groups are handled differently depending on the option used.
If the local file is specified with LCLDS01, CA XCOM Data Transport transfers the designated file when the request is made. This is done regardless of whether a generation data set is specified by its relative generation number or its GxxxxV00 suffix.
If the local file is specified as LFILE, it is transferred according to its relative generation number. This permits maximum flexibility without alteration of the production JCL.
If the LCLDS01 DD is used to create a +1 GDG version for TYPE=SCHEDULE transfer, there are additional potential problems:
All of these potential problems can be avoided if the LOCAL FILE name is specified on the LFILE SYSIN01 parameter, rather than with the LCLDS01 DD statement for TYPE=SCHEDULE transfers.
Note: This distinction is irrelevant to TYPE=EXECUTE transfers because there is no time lag with these types of transfers.
| Copyright © 2012 CA. All rights reserved. |
|