Identifies the local data set involved in a file transfer.
Specifies the non-USS local data set involved in a file transfer. This can be the name of a file copied to a remote system or the file name of a data set received from a remote system. Alternatively, the local data set name can be specified using the LCLDS01 DD statement. If both are specified, the data set defined by LFILE takes precedence.
Specifies up to 54 characters consisting of the following:
Note: A wildcard character (*) can be used if transferring between IBM mainframe systems.
Notes:
For example, the statement LFILE=PAYROLL.PDS(*) indicates that all members of the PAYROLL partitioned data set are to be transferred.
Specifies the USS local data set involved in a file transfer. This can be the name of a file copied to a remote system or the file name of a data set received from a remote system. Alternatively, the local data set name can be specified using the LCLDS01 DD statement. If both are specified, the data set defined by LFILE takes precedence.
Specifies up to 255 characters consisting of the following:
Notes:
USS Examples
Transfer ALL files.
Transfer ALL files starting with an m.
Transfer ALL files ending with an m.
Transfer ALL files starting with an m and ending with an m.
Transfer ALL files starting with an m, ending with an m and containing a y.
Transfer ALL files starting with an m and containing the characters you in succession.
Transfer ALL files starting with an m and containing the characters y and o and u (in order, but not in succession).
Note: You can use symbolic variables with this parameter in batch SYSIN01. For more information, see Symbolic Parameters.
| Copyright © 2012 CA. All rights reserved. |
|