Installed the TWS job scheduler in a new zD&T system. Everything is working fine, but the correct logonid(owner ID) is not being assigned to the jobs. The logonid is provided in the JCL using the //*LOGONID card.
Release : 16.0
When using the //*LOGONID card when the jobs runs the JESJCL will show the //LOGONID card modified where LOGONID is changed to L0G0NID(character 'O' replaced by numeric zero '0') and the logond replaced with the text '$ACFJ201 ACF2 CONTROL CARD SUCCESSFULLY SCANNED" as shown in the following example:
1 //ACFBATCH JOB 9999100000,CLASS=A,NOTIFY=USER002,MSGCLASS=X
//* ACF01137 MDBRSTCT LAST SYSTEM ACCESS 00.00-00/00/00 FROM TSTSY28
//*L0G0NID $ACFJ201 ACF2 CONTROL CARD SUCCESSFULLY SCANNED
2 //ACFBATCH EXEC PGM=ACFBATCH
3 //SYSOUT DD SYSOUT=*
4 //SYSPRINT DD SYSOUT=*
The JESJCL provided shows:
//TESTTEST JOB 099990000099,'TEST ',CLASS=D,MSGCLASS=F
//*LOGONID TST00000
//*
//* UPDATED ON 24-11-78
//*
//*
2 //STEP1 EXEC PGM=IEFBR14
Based on the above the //*LOGONID is not being processed by the ACF2/JES2 interface. This can be caused by any of the following.