Allocating the HFS data set
After creating the startup configuration member and the started task procedure, you can allocate the HFS data set.
During installation, the hlq.HFS member in the SAMP library was created and customized with your site specific information. You can submit the customized data set, or you can customize a copy of the data set member in the sample library.
To customize a copy of the data set member
Locate the #DEFHFS member in the UIM sample library.The following figure shows the #DEFHFS member.hlq in this member is the high-level qualifier that you specified during installation.
//ALLPDSE EXEC PGM=IEFBR14
//HFSPDSE DD DISP=(NEW,CATLG),UNIT=SYSDA,SPACE=(CYL,(1,1)),
// DCB=(DSORG=PO,RECFM=VB,LRECL=4096),
// DSNTYPE=LIBRARY,
// DSN=<hlq>.HFSEdit the #DEFHFS member by changing the variables that are listed in the following table.
Variable
Definition
Accepted value
UNIT
Device for placing data sets
See your site standards
DSN
High-level qualifier
See your site standards
- Save the edited #DEFHFS member with a new name.
- Submit the DEFHFSJC member JCL.
Related topic