The following is a list of the tasks necessary to setup a CICS BAC communication server:
You will find a sample JCL member called CBKCSRVR, in the CBKSAMP library, that you can use to create your startup procedure .
//CBKCSRVR PROC
//CBKCSRVR EXEC PGM=CBKSMAIN,REGION=0M
//STEPLIB DD DISP=SHR,DSN=hlq.SCBKLOAD
// DD DISP=SHR,DSN=hlq.SDFHEXCI
//CBKPARMS DD DISP=SHR,DSN=hlq.CBKPARMS
//SYSABEND DD SYSOUT=*
//***************************************************
//* Un-comment the following DD statement if you need
//* to add a SYSMDUMP DD statement. You might need to
//* modify this statement to meet your installation's
//* requirements.
//***************************************************
//*SYSMDUMP DD DISP=(,CATLG),DSN=hlq.sysmdump.dataset,
//* UNIT=SYSDA,SPACE=(CYL,(50,25)),
//* DCB=(DSORG=PS,RECFM=FBS,LRECL=4160,
//* BLKSIZE=24960