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.
Release: 4.0
Component: DADS Plus for CICS
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
/*
//