Previous Topic: XCOMJOB DD Statements

Next Topic: JOBLIB or STEPLIB


LCLDS01

Defines the local data set available for the transfer request.

The preferred alternative to using the LCLDS01 DD statement is to define the data set using the LFILE parameter in the SYSIN01 DD statement (see below). If you enter both the LCLDS01 DD statement and the SYSIN01 LFILE parameter, the LFILE parameter takes precedence.

You should use the LFILE SYSIN01 keyword parameter to specify the local file name for TYPE=SCHEDULE transfers. While you can specify the local file name using the LCLDS01 DD statement even for TYPE=SCHEDULE transfers, there are several potential complications to consider:

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.

The LCLDS01 DD statement permits sequential data sets to be concatenated for TYPE=EXECUTE requests. Other types of data sets cannot be concatenated.

If it is necessary to send more than one data set to the same remote file using non‑sequential data sets or if the transfer is a TYPE=SCHEDULE request, the CA XCOM Data Transport Transfer Control (XTC) facility should be used (see the sections SYSIN01 Transfer Control (XTC) Parameters and Coding Interdependent Transfers).

Note: The SYSOUT keyword cannot be used in this DD statement.