Creating personal data sets

Create the data sets with the names and attributes described below. Allocate 5 tracks for each of the data sets. Partitioned data sets should be specified with 5 blocks for the directory.

Table 1. Names and attributes to use when you create your own data sets.
Data set name LRECL BLKSIZE RECFM DSORG
prefix.SAMPLE.COBOL 80 * FB PO
prefix.SAMPLE.PLI 80 * FB PO
prefix.SAMPLE.C 80 * FB PO
prefix.SAMPLE.ASM 80 * FB PO
prefix.SAMPLE.DTSF 1280 * VB PO
* You can use any block size that is valid.

Copy the following members of the hlq.SEQASAMP data set into the personal data sets you just created:

SEQASAMP member name Your sample data set Description of member
EQAWPP1 prefix.SAMPLE.COBOL(WPP1) COBOL source code
EQAWPP3 prefix.SAMPLE.PLI(WPP3) PL/I source code
EQAWPP4 prefix.SAMPLE.C(WPP4) C source code
EQAWPP5 prefix.SAMPLE.ASM(WPP5) Assembler source code
EQAWSU1 prefix.SAMPLE.DTSF(WSU1) setup file for EQAWPP1
EQAWSU3 prefix.SAMPLE.DTSF(WSU3) setup file for EQAWPP3
EQAWSU4 prefix.SAMPLE.DTSF(WSU4) setup file for EQAWPP4
EQAWSU5 prefix.SAMPLE.DTSF(WSU5) setup file for EQAWPP5