Start TIE Session (STRTIESSN)

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

The Start Technical Information Exchange Session (STRTIESSN) command establishes the data link for a TIE batch session. This command must precede other TIE batch commands.

Top

Parameters

Keyword Description Choices Notes
SPTUSRID User ID Name Required, Positional 1
SPTPWD Password Character value Required, Positional 2
ACCOUNT Account Character value, *RTV Optional
Top

User ID (SPTUSRID)

Specifies the user identifier needed to sign on to the remote support network.

This is a required parameter.

Top

Password (SPTPWD)

Specifies the password needed to sign on to the remote support network.

This is a required parameter.

Top

Account (ACCOUNT)

Specifies the network account number needed to sign on the remote support network. If the account number is not specified, the account number from the contact database is used.

*RTV
The account number from the contact database is used.
account-number
Specify the account number being used.
Top

Examples

STRTIESSN   SPTUSRID(ACME)  SPTPWD(11111)  ACCOUNT(11420880)

This command displays the TIE main menu for account number 11420880.

Top

Error messages

None

Top