Printing the contents of the batch interface file FCT DADSBIF
search cancel

Printing the contents of the batch interface file FCT DADSBIF

book

Article ID: 21154

calendar_today

Updated On:

Products

DADS Plus

Issue/Introduction

The DADS Plus for CICS batch interface file contains all the APPLIDS and associated batch requests executed during batch processing. The DADSBIF file is required when processing batch interface requests.

Environment

Release: 4.0
Component: DADS Plus for CICS

Resolution

The DADS Plus for CICS batch program DADBBI produces a detailed report of every CICS APPLID on the DADSBIF file along with its current options. Also listed on the report is each batch interface queued request for each APPLID. DADBBI is outlined in the User Guide Chapter 12 Batch interface. Utilities.

The sample JCL below can be used to print out the contents of the DADSBIF file.

//LIST     EXEC PGM=DADBBI,REGION=700K
//STEPLIB  DD DSN=DADSPL40.LOADLIB,DISP=SHR
//DADSBIF  DD DSN=CICS41.DADSBIF,DISP=SHR
//SYSPRINT DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA,BLKSIZE=133)
//SYSUDUMP DD SYSOUT=*
//SYSIN    DD *
FUNCTION=LIST
/*
//