Data store initialization statements

The data store initialization statements are coded in a member of the partitioned data set specified by the EQQPARM DD statement in the start JCL. The member is identified by the PARM parameter on the EXEC statement. EQQDSTP is provided as a sample data store initialization member.

The following is an example of a simple data store configuration:

DSTOPTS                                                                        
         HOSTCON(SNA)
         MAXSTOL(0)
         NWRITER(3)
         SYSDEST(OPC2)
         STOUNSD(Y)
         QTIMEOUT(15)
         WINTERVAL(15)
         DSTLUNAM(I9PC45A3)
         CTLLUNAM(I9PC45R3)
         DELAYTIME(15)
         CINTERVAL(60)
         CLNPARM(EQQCLNPA)
         HDRJOBNAME(JOBNAME)
         HDRSTEPNAME(STEPNAME)
         HDRPROCNAME(PROCSTEP)
         HDRJOBLENGTH(21)
         HDRSTEPLENGTH(30)
         HDRPROCLENGTH(39)