The error message received: C1G0204I FROM ENVIRONMENT: PROD SYSTEM: GL SUBSYSTEM: BU TYPE: COBIDB2 STAGE ID: P C1G0205I TO DD/FILE: SRCE C1G0232I OPTIONS: SEARCH C1X0103C ELEMENT WAS FOUND AT PHYSICAL PATH LOCATION ENV/PROD SYS/GL SBS/BU STAGE/E SMGR127I ELEMENT VVLL 0106 WRITTEN TO: C1G0000I DATA SET BROAD.COM.SOURCE C1G0200I ELEMENT ACTION REQUEST PROCESSING COMPLETED, HIGHEST ENDEVOR RC WAS 0008
Why am I getting this message? How can I get my retrieve to work?
Environment
ENDBASE z/OS
Resolution
C1X0103C is happening because a version of the Element was found at the named location, which is in a mapped Environment but is not on the current map route.
Your options are:
option 1) The error message can be changed to a warning message by changing CSIQSRC(ENCOPTBL) then change line with C1X0103 to the following. This being uncomment and change the C to a W. Then recompile/link the table and add to the linklist/steplib dataset.
ENHOPT MSGSEVERITY_C1X0103=W
Option 2) The other option is to delete or promote to stage p the element from theĀ other location. Using the above example(in the introduction) ENV/PROD SYS/GL SBS/BU STAGE/E