The DFHMAINJ sample job creates the runtime libraries for CICS® Service Flow Runtime. It also copies all of the system libraries to the runtime libraries and customizes them based on a set of parameters that you can edit in the JCL before running the job.
*****************************************************************
JOB1 //++++++++ JOB ,CLASS=M,REGION=0M,
JOB2 // NOTIFY=&SYSUID,MSGCLASS=H
JOB3 //*
*
SHLQ ANTZ.DFHMA000.INC10
QUAL WARDABL.ANTZTEST
VOLSER P2P210
RDOLIST CICSSFRL
MQ YES
CSDNAME WARDABL.ZED3.DFHCSD
HLQCICS CTS310.CICS640
HLQCOBOL PP.COBOL390.V330
HLQCEE CEE
HLAPPLID IYK2ZIO4
WSDIR_REQ /hfs/wsbind/file/directory/structure/
CONFIG_REQ /usr/lpp/cicsts/samples/pipelines/\
\basicsoap11requester.xml
SHELF_REQ /var/cicsts/
WSDIR_PROV /hfs/wsbind/file/directory/structure/
CONFIG_PROV /usr/lpp/cicsts/samples/pipelines/\
\basicsoap11provider.xml
SHELF_PROV /var/cicsts/
*
*****************************************************************
* *
* Optional values. *
* *
* NOTE: *
* If you specified "MQ YES" then you MUST specify a value for *
* HLQMQ. *
* *
*****************************************************************
PREFIX TEST
HLQMQ MQM.V600
THE_QMGR QG2C
CICS.INITQ IYK2ZIO4.INITQ
HLSYSID NIO4
*
/*
//