The Table D-1 shows the relationship between the Pioneer (DDs) and the INDDs in CREATDSN member. The Table D-2 shows the relationship between the Voyager (DDs) and the INDDs in CREATDSN. Pioneer was used as a High-Level Qualifier to illustrate only
Table D-1 Relationship between the Pioneer (DDs) and the INDDs in CREATDSN Member
Pioneer DD: | CREATDSN DD: |
---|---|
LISTINR |
//INDD1 DD DSN=PIONEER.ALIASOUT, //DCB=(DSORG=PS,RECFM=VBA,LRECL=133,BLKSIZE=0), // UNIT=SYSDA,SPACE=(CYL,5),DISP=(NEW,CATLG), // VOL=SER=?????? |
IDCAMSD |
//INDD2 DD DSN=PIONEER.IDCAMSD.FILE, //DCB=(DSORG=PS,RECFM=F,LRECL=80,BLKSIZE=80 // UNIT=SYSDA,SPACE=(TRK,5),DISP=(NEW,CATLG), // VOL=SER=?????? |
ACF2CTL |
//INDD3 DD DSN=PIONEER.ACF2.CTL, //DCB=(DSORG=PS,RECFM=F,LRECL=80,BLKSIZE=80 // UNIT=SYSDA,SPACE=(TRK,5),DISP=(NEW,CATLG), // VOL=SER=?????? |
ACF2OUT |
//INDD4 DD DSN=PIONEER.ACF2OUT, //DCB=(DSORG=PS,RECFM=VBA,LRECL=133,BLKSIZE=0), // UNIT=SYSDA,SPACE=(CYL,5),DISP=(NEW,CATLG), // VOL=SER=?????? |
PARMFLE |
//INDD7 DD DSN=PIONEER.CONTROL.FILE, //DCB=(DSORG=PS,RECFM=F,LRECL=80,BLKSIZE=80 // UNIT=SYSDA,SPACE=(TRK,5),DISP=(NEW,CATLG), // VOL=SER=?????? |
NOTES: |
Set VOL=SER=?????? to the location of the datasets. If customer is not using SMS to manage space. |
Note:
Voyager was used as a High-Level Qualifier to illustrate only.Table D-2 Relationship between the Voyager (DDs) and the INDDs in CREATDSN Member
Voyager DD: | CREATDSN DD: |
---|---|
CACHESAV |
//INDD5 DD DSN=VOYAGER.CACHESAV, //DCB=(DSORG=PS,RECFM=FB,LRECL=112,BLKSIZE=27888), // UNIT=SYSDA,SPACE=(CYL,10),DISP=(NEW,CATLG), // VOL=SER=?????? |
PARMFLE |
//INDD6 DD DSN=VOYAGER.CONTROL.FILE, // DCB=(DSORG=PS,RECFM=F,LRECL=80,BLKSIZE=80), // UNIT=SYSDA,SPACE=(TRK,1),DISP=(NEW,CATLG), // VOL=SER=?????? |
NOTES: |
Change vol=ser to the location of the datasets. If customer is not using SMS to manage space. |
The Table D-3 describes the purpose of the Pioneer (DDs) and the files that were loaded by CREATDSN.
Table D-3 Purpose of the Pioneer (DDs)
Pioneer (DD): | Purpose: | Size Requirement: |
---|---|---|
LISTINR |
Output file of the INJCLR JCL execution. Pioneer reads this file and sends it back to the LDAP. |
None, this file is large enough. |
IDCAMSD |
IBM's IDCAMS control file Parameters sent by the LDAP. |
No more than 2 Trks. |
ACF2CTL |
CA ACF2's internal SYSIN file For parameters sent by LDAP Input into the ACF2 call. |
No more than 2 Trks. |
ACF2OUT |
CA ACF2's internal SYSPRINT file output of ACF2 calls . |
No more than 2 Trks. |
JCLOUTP |
Output SYSOUT file for all listings of submitted JCL |
N/A |
AUDTLOG |
Output SYSOUT file for AUDIT listings when the PARMFLE parameter AUDIT=YES is on. |
N/A |