Send TIE File (SNDTIEF)

Where allowed to run:
  • Batch job (*BATCH)
  • Batch program (*BPGM)
  • Interactive program (*IPGM)
  • Batch REXX procedure (*BREXX)
  • Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Send Technical Information Exchange File (SNDTIEF) command allows you to send specified files to the remote support network.

Top

Parameters

Keyword Description Choices Notes
FILE File Qualified object name Required, Positional 1
Qualifier 1: File Name
Qualifier 2: Library Name, *LIBL, *CURLIB
MBR Member Name, *FIRST Required, Positional 2
TOUSRID User ID Name Required, Positional 3
TONODE Node Name Required, Positional 4
TOFILE To file Name, *FILE Optional
TYPE Type of contents of file *OTHER, *SYSTPLD Optional
PTY Priority 1, 2 Optional
Top

File (FILE)

Specifies the physical file to be sent to the remote support network.

This is a required parameter.

The possible library values are:

*LIBL
The library list is used to locate the database file.
*CURLIB
The current library for the job is used to locate the database file. If no library is specified as the current library for the job, QGPL is used.
library-name
Specify the name of the library where the database file is located.
Top

Member (MBR)

Specifies the name of the database file member being transmitted to the remote support network.

This is a required parameter.

*FIRST
The first member of the database file specified by the File prompt (FILE parameter) is transmitted.
member-name
The specified member of the database file is transmitted.
Top

User ID (TOUSRID)

Specifies the user who will receive the database file.

This is a required parameter.

Top

Node (TONODE)

Specifies the system that will receive the database file.

This is a required parameter.

Top

To file (TOFILE)

Specifies the name the database file is to have on the receiving system.

*FILE
The database file on the receiving system will have the name specified on the File prompt (FILE parameter).
file-name
Specify the name the database file is to have on the receiving system.
Top

Type of contents of file (TYPE)

Specifies the contents of the database file.

*OTHER
The contents of the database file are not specified.
*SYSTPLD
The database file contains the system configuration (topology) description.
Top

Priority (PTY)

Specifies the priority of the database file on the receiving system.

2
The data file has normal priority.
1
The file has the highest priority.
Top

Examples

SNDTIEF   FILE(QSYS/MYTOPO)  TOUSRID(INFSERV)  TONODE(INFTIE)
          TOFILE(ACMETOPO)

This command sends a file named MYTOPO from library QSYS to TIE. It is held in a mailbox for user INFSERV on system INFTIE. When it is received by the user, it is named ACMETOPO.

Top

Error messages

None

Top