Multi-User mode is required to execute this command. Execute the FILEIN function using the following command format.
►►─ FILEIN ─ DTFNAME=d,DEVICE= ─┬─ DISK ─┬─┬───────────────────────┬──────────► ├─ TAPE ─┤ └─ ,LABEL= ─┬─ YES ◄ ─┬─┘ └─ Snnn ─┘ └─ NO ────┘ ►─┬────────────────────────┬─────────────────────────────────────────────────►◄ └─ ,REWIND= ─┬─ YES ◄ ─┬─┘ └─ NO ────┘
Command
FILEIN invokes the function to concatenate multiple backups to do one load with all the data.
Required Keywords
DEVICE= specifies the device type for the input data set.
When DEVICE=TAPE is specified, the system logical unit (SYS) number must be 5 (SYS005).
Use the Snnn entry to specify a specific SYS number (for tape only).
DISK, TAPE, Snnn (Certain values from previous versions are still accepted but are treated as DISK.)
(No default)
DTFNAME= specifies the z/VSE JCL TLBL/DLBL name for the input data set.
If DEVICE=TAPE, this name must match the name that you code in your z/VSE JCL TLBL statement. Otherwise, this name must match the name you code in your z/VSE JCL DLBL statement.
Any name valid to z/VSE JCL specifications
(No default)
Optional Keywords
LABEL= specifies, if DEVICE=TAPE (that is, either TAPE or the Snnn form), whether tape labels are processed. We recommend that you always use labeled tapes.
Note: LABEL= has no effect when DEVICE=DISK.
NO or YES
YES
REWIND= is used, if DEVICE=TAPE (that is, either TAPE or the Snnn form), can be specified as YES to indicate that the tape is to be rewound before OPEN and after CLOSE.
NO indicates no rewind before OPEN or after CLOSE. If omitted, the tape is rewound before the OPEN and rewound with unload after the CLOSE.
Note: REWIND= has no effect when DEVICE=DISK.
NO or YES
The tape is rewound before the OPEN and rewound with unload after the CLOSE.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|