In order to take advantage of IDT support, a database user ID needs to be created as follows:
- The <userid> should be one of IBM z/OS logon User IDs.
- The <userid> should be RACF authorized.
- <userid> need to be created and granted with NULL PASSWORD as follows:
CREATE USER <userid> AS PASSWORD=<password>,PERM=0,SPOOL=1E9; GRANT LOGON ON ALL TO <userid> WITH NULL PASSWORD;