When doing a retrieve in Endevor Integration for the Natural Environment (EINE), no Natural objects are displayed in the Selection list.
search cancel

When doing a retrieve in Endevor Integration for the Natural Environment (EINE), no Natural objects are displayed in the Selection list.

book

Article ID: 5012

calendar_today

Updated On:

Products

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

Issue/Introduction

When doing a retrieve in Endevor Integration for the Natural Environment (EINE), no Natural objects are displayed in the Selection list.

The EINE Server is getting a B37 error on the CMWKF22 / APIRESP file:

IEC030I B37-04,IFG0554A,P71TSER2,CASCMMNI,CMWKF22,E535,GPR007,

&PREFIX..&DSNNAM..APIRESP                                      

 

Resolution

Change the APIRESP allocation from -    

//CMWKF22  DD  DISP=(,CATLG,DELETE),DSN=&PREFIX..&DSNNAM..APIRESP,  

//             UNIT=SYSDA,SPACE=(TRK,(25,5)),                       

//             DCB=(RECFM=VB,LRECL=2048,BLKSIZE=20800)                               

to                                        

//CMWKF22  DD  DISP=(,CATLG,DELETE),DSN=&PREFIX..&DSNNAM..APIRESP,  

//             UNIT=SYSDA,SPACE=(CYL,(5,1)),                       

//             DCB=(RECFM=VB,LRECL=2048,BLKSIZE=20800)