If used, the LOGDATA and LOGMECH commands must precede the LOGON command. The commands themselves may occur in any order.
The following example demonstrates using the LOGDATA, LOGMECH, and LOGON commands in combination to specify the Windows logon authentication method and associated parameters:
.logmech NTLM; .logdata joe@domain1@@mypassword; .logon cs4400s3;
Teradata MultiLoad Gateway Variant supports the Identity Token functionality on z/OS. To use the functionality in a MultiLoad job, user need to specify the following:
.logmech RACFJWT; .logtable logtablename; .logon DBSID/UserName;
The DBSID must be a machine name or IP address that is available on the network. The user name must be valid, and there must be no passwords given.