Sometimes, when a user (USER1 for instance) submits a job the following message is generated:
TSS7271E Job Submit/ACID Authorization Denied. ACID <USER2> Not Authorized
Why can USER1 not submit the job?
An attempt was made to submit a job via TSO SUBMIT or through an internal reader with a USER= parameter.
The ACID is not authorized
Action
Supply an authorized ACID; Re-submit the job.
The user (USER1 In this sample) is trying to submit a job that contains an USER=USER2 parameter in the JOB card and USER1 is not allowed to submit jobs of USER2.
To authorize an ACID to submit jobs on behalf of (under the credentials of) another ACID it is necessary to use the PERMIT command.
To allow user USER1 to submit a job under USER2 , the administrator should enter:
TSS PERMIT(USER1) ACID(USER2)
To remove the permission the administrator should enter:
TSS REVOKE(USER1) ACID(USER2)