How does the Multi Default work?
Release : 18.1 with PTF SO12677
Component :
After you have SO12677 applied the new ENUXSITE exit will be loaded in you CSIQAUTH. If you didn't have ENUXSITE compiled and linked as an exit then the new function will be available by default. So to ensure you have this new functionality remove ENUXSITE from your CSIQAUTU exits/table library.
Currently you have a C1DEFLTS compiled and linked this is the default named defaults table. If you want to have more than one C1DEFLTS select a new name with the last 2 characters different then TS. If you select 01 then the new C1DEFLTS would be compiled and linked as C1DEFL01.
To select a C1DEFLTS called C1DEFL01 add this allocation to your Endevor login clist:
ALLOC FI(EN$DFT01) DUMMY SHR REU
Endevor then automatically selects an appropriate defaults table and propagates that table to any batch jobs that are submitted through the [email protected] skeleton member.
Batch jobs not generated by Endevor must have the DD allocation add to the JCL.
If no EN$DFTxx is allocated then C1DEFLTS is used.