The error message received:
C1G0204I FROM ENVIRONMENT: ENV1 SYSTEM: SYS1 SUBSYSTEM: SUB1 TYPE: TYPE1 STAGE ID: P
C1G0205I TO DD/FILE: SRCE
C1G0232I OPTIONS: SEARCH
C1X0103C ELEMENT WAS FOUND AT PHYSICAL PATH LOCATION ENV/ENV1 SYS/SYS1 SBS/SUB1 STAGE/E
Why am I getting this message? How can I get my retrieve to work?
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):
ENHOPT MSGSEVERITY_C1X0103=W
Option 2)
Delete the element or promote the element to stage P.