The CA DADS Plus for CICS batch interface file contains all the APPLIDS and associated batch requests executed during batch processing. How can I print the contents of the batch interface file FCT DADSBIF?
search cancel

The CA DADS Plus for CICS batch interface file contains all the APPLIDS and associated batch requests executed during batch processing. How can I print the contents of the batch interface file FCT DADSBIF?

book

Article ID: 21154

calendar_today

Updated On:

Products

DADS Plus Telon Application Generator

Issue/Introduction

Description:

The CA 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.

Solution:

The CA 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 was 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           
/*
//

Environment

Release: OSDPLW00200-4-DADS Plus-for CICS
Component: