Previous Topic: VRM Node and Access Extract JCLNext Topic: Data Sets Used/Created


PARM Keywords

The SASSDT62 program accepts one PARM value, which is not required. A value of REPORT indicates that this is a report run only.

A value of PASSWORD indicates that encrypted password information is to be included in the BTI transactions, assuming the records have associated passwords (the password is not required when adding records with the CA WA CA 7 Edition XPSWD command).

If neither parameter is specified, the BTI transactions are created without password information. Thus, you must specify the PASSWORD parameter if you wish to transport associated password information.

Password information is never displayed in the reports, regardless of the PARM setting.

The following are PARM examples:

//jobname job
//    EXEC PGM=SASSDT62,PARM='REPORT'

//jobname job
//    EXEC PGM=SASSDT62,PARM='PASSWORD'