There are four required DD names for the Assembler compiler:
| Assembler | |||||
| DD | Description | Access Method | LRECL | BLKSIZE | RECFM |
| SYSADATA | A data set containing associated data output when the ADATA option is in effect. This is an output data set created by the build which can be a zFolder/zDataset using the data set prefix from the build. | QSAM | 32756 | SMS1 | VB |
| SYSIN | An input data set containing the source statements to be processed. This is an input data set which is normally a zFolder data set. | QSAM | 80 | SMS1 | FB |
| SYSLIN | A data set containing object module output normally for the linkage editor, loader, or binder. This is an output data set created by the build which can be a zFolder/zDataset using the data set prefix from the build. | QSAM | 802 | SMS1 | FB |
| SYSPRINT | A data set containing the assembly listing. This is an output data set created by the build which can be a zFolder/zDataset using the data set prefix from the build. | QSAM | 133 | SMS1 | FBA |