Endevor Move Processor getting a C1G0272E error moving an element to the next stage.
search cancel

Endevor Move Processor getting a C1G0272E error moving an element to the next stage.

book

Article ID: 8834

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Endevor Move Processor getting a C1G0272E error moving an element to the next stage.

C1X0012I STEP CPYLOAD INVOKING PROGRAM BSTCOPY 
C1X0010I STEP CPYLOAD PROGRAM BSTCOPY COMPLETED, RC=0012 
C1G0129E STEP CPYLOAD RC (0012) EXCEEDS THE MAX RC (0004) FOR THE PROCESSOR STEP

 

C1X0511I COPY COMMAND # 1 
C1X0511I COPY O=OUTDD,I=INDD 
C1X0511I SELECT MEMBER=((MEMBER1A,,R)) 
C1G0272E THE INDD DD STATEMENT IS MISSING. 

Environment

 All support releases 

Cause

.  

Resolution

The most likely cause for a missing DD statement in a processor is the INDD DD statement is defined in an IF/THEN/ELSE clause and the condition being checked is not being satisfied resulting in no INDD DD statement being defined in the step.  

Review the processor for IF-THEN-ELSE statements in the BSTCOPY step.

Check the keyword used in the IF statement and the symbolic substitutions to ensure that all conditions are coded for. 

The EN$TRITE trace can be used to help evaluate  IF-THEN-ELSE statements.

Additional Information