Batch delete of multiple objects from a CA Gen Host Encyclopedia model
search cancel

Batch delete of multiple objects from a CA Gen Host Encyclopedia model

book

Article ID: 131676

calendar_today

Updated On:

Products

Gen Gen - Workstation Toolset Gen - Host Encyclopedia Gen - Run Time Distributed

Issue/Introduction

When I try to delete multiple objects from a model on the Host Encyclopedia with a batch job run, it only deletes one object.  After researching, it works for multiple object deletes if I replace line:
//SYSPRINT DD SYSOUT=*, DCB= (BLKSIZE=133)
with:
//SYSPRINT DD SYSOUT=*. 
My question is how can I enforce CA GEN to generate JCL without the part "DCB= (BLKSIZE=133)" ?

Environment

z/OS - CA Gen Host Encyclopedia

Resolution

Modify skeleton library CEHBSKL0(TIEDELB) to remove the DCB info from DD SYSPRINT.  Please note that this is a site specific custom change.  You will need to make the same change after you upgrade to the next release if it is desired.