Why does my processor gets an S213-74 ABENDs
search cancel

Why does my processor gets an S213-74 ABENDs

book

Article ID: 33636

calendar_today

Updated On:

Products

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

Issue/Introduction

If the CONWRITE is using DSN=filename(member) the step can get an S213-74 ABENDs.

 

 

Environment

Release: ENDAE.00200-12-Endevor-Software Change Manager
Component:

Resolution

Using the filename(member) concept works with PDS but it does not with PDSe.

This error occurs when the member name is supplied in the file allocated for ELMOUT DDNAME. 

The member must be removed.  Endevor will supply the member name when updating PDSe files in its Utility program.

 

Example of CONWRITE step with PDS:

//**================================================================**
//** CONWRITE - WRITE COMPONENT                                     **
//**================================================================**
//*
//CONWRITE EXEC PGM=CONWRITE,PARM='EXPINCL(&EXPINC)',MAXRC=0
//*
//ELMOUT DD DSN=&TYPLIB(&C1ELEMENT),
//          DISP=SHR,
//          MONITOR=COMPONENTS,FOOTPRNT=CREATE

 

Example of CONWRITE step with PDSe:

//**=================================================================**
//** CONWRITE - WRITE COMPONENT                                      **
//**=================================================================**
//*
//CONWRITE EXEC PGM=CONWRITE,PARM='EXPINCL(&EXPINC)',MAXRC=0
//*
//ELMOUT DD DSN=&TYPLIB,
//          DISP=SHR,
//          MONITOR=COMPONENTS,FOOTPRNT=CREATE