If you don't issue a SYSADATA FILEDEF command before the ASMAHL command, the ASMAHL command issues the following FILEDEF command:
FILEDEF SYSADATA DISK fn SYSADATA m1 (RECFM VB LRECL 32756 BLOCK 32760
where fn is the filename specified on the ASMAHL command, and if the assembler source file (SYSIN input) is not on disk or is on a read-only disk, the file mode m is set to the first available read/write disk. If the source file is on a read/write disk, the mode letter m is set to the mode of that read/write disk. For example, if the source file were on a read/write B disk, the file mode m1 would be set to "B1".
A FILEDEF command for SYSADATA can be issued before the ASMAHL command is issued to direct the associated data output to a different file.
[ Top of Page | Previous Page | Next Page | Contents | Index ]