In EINE, when a MFA user submits a batch Add action, the job fails because its using the CICS id: TSTXCICS.
1) Job card used by the MFA user:
//(userid)A JOB 'EINE SUBMIT',CLASS=Z,MSGCLASS=T
/*JOBPARM SYSAFF=*
//PROCLIB JCLLIB ORDER=iprfx.iqual.PROCLIB
//*
The job submitted by EINE is using CICS regions user ID for submission of the job.
useridxA JOB08791 TSTXCICS 1 PRINT Z 569 LOCAL
2, The job card used by the non-MFA user:
//(userid)A JOB 'EINE SUBMIT',CLASS=Z,MSGCLASS=T,
// USER=(userid),PASSWORD=
/*JOBPARM SYSAFF=*
//PROCLIB JCLLIB ORDER=iprfx.iqual.PROCLIB
//*
And the job submitted by the non-MFA ID using individual ID.
useridxA JOB08793 useridx 1 PRINT Z 571 LOCAL
All supported versions of the Endevor Natural interface (EINE)
+UEXIT00-RJE-GEN-USERID-PASSWORD