Question:
Compilation of a CA Ideal program in CICS fails with :
1-IDADSVC02E Function has been disabled by site administrator.
What does this mean?
Environment:
z/OS z/VSE
Answer:
CA Ideal puts out authorization message IDADSVC02E via customized module
@IIDOPTS which has level DISABLE for COMPILE-ONLINE meaning that online compilations are not allowed by the Ideal site administrator.
If changes need to be made then refer to the CA IDEAL Administration Guide:
Customizing the Advantage CA-Ideal Options Block Using IDOPTSCB
By default the authorization level is UPDATE for COMPILE-ONLINE.
If you want to see which authorizations are being used then go to CA Ideal online and enter D ATZ in the command line.
D ATZ result :
AUTHORIZATION NAMES PRIMARY LEVEL SECONDARY LEVEL
ALTER-PROGRAM ADMIN N/A
ALTER-SIGNON-PANEL ADMIN N/A
CATALOG-DATAVIEW DATAVIEW-ADMIN N/A
COMPILE-ONLINE UPDATE N/A
COMPILE-BATCH UPDATE N/A
COMPILE-SYNC UPDATE N/A
...