RCVTIEF (Receive Technical Information Exchange File) Command Description

RCVTIEF Command syntax diagram

 

Purpose

The Receive Technical Information Exchange File (RCVTIEF) command receives files transmitted from the remote support network.

 

Required Parameters

LIB
Specifies the library where the files are stored.

*LIBL: The library list is used to locate the file.

*CURLIB: The current library is used to locate the file. If no library is specified as the current library for the job, the QGPL library is used.

library-name: Specify the name of the library where the file is located.

 

Optional Parameters

TYPE
Specifies the types of files that are received.

*ALL: All available files are received.

*OTHER: Files with unspecified contents are received.

*SAVF: Save files are received.

OUTPUT
Specifies whether the output from the command is shown at the requesting workstation or printed with the job's spooled output. More information on this parameter is in commonly used parameters.

*NONE: A list of files received is not printed.

*PRINT: The output is printed with the job's spooled output.

MAXRCDS
Specifies the maximum size (number of records) of any file that can be received.

10000: The maximum file size is 10000 records.

*NOMAX: The system maximum is used.

number: Specify the maximum file size that can be received.

Example for RCVTIEF

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.

No error messages.