Where allowed to run:
|
Parameters Examples Error messages |
The Receive Technical Information Exchange File (RCVTIEF) command allows you to receive files transmitted from the remote support network.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LIB | Library | Name, *LIBL, *CURLIB | Required, Positional 1 |
TYPE | File type | *ALL, *OTHER, *SAVF | Optional |
OUTPUT | Output | *NONE, *PRINT | Optional |
MAXRCDS | Maximum records | Integer, 10000, *NOMAX | Optional |
Top |
Specifies the name and library where the files are stored.
This is a required parameter.
The possible library values are:
Top |
Specifies the types of files that are received.
Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
Top |
Specifies the maximum size (number of records) of any file that can be received. If one or more files exceeds the maximum size, no files are received.
Top |
RCVTIEF LIB(MAIL) TYPE(*OPEN) OUTPUT(*PRINT) MAXRCDS(1000)
This command receives from TIE all OPEN files (any file except a save file). A list of the received files is printed. If any of the received files are larger than 1000 records, the RCVTIEF command fails. If all OPEN files are received successfully, they are removed from the mailbox.
Top |
None
Top |