asked on
prog41.mlc
TITLE 'CS 4321 Program #4 by J. Colt Wright'
PRINT NOGEN
COPY SUBENTRY
SUBEXIT
INFILE DCB DDNAME=PROG41.MLC, X
DSORG=PS, X
RECFM=FT, X
LRECL=72, X
EODAD=EOF, X
MACRF=GM X
*
OUTFILE DCB DDNAME=COPY.TXT, X
DSORG=PS, X
RECFM=FT, X
LRECL=80, X
MACRF=PM X
*
IRECORD DC CL72' '
ORECORD DC CL80' '
prog4.mlc
TITLE 'CS 4321 Program #4 by J. Colt Wright'
PRINT NOGEN
COPY SUBENTRY
SUBEXIT
INFILE DCB DDNAME=PROG4.MLC, X
DSORG=PS, X
RECFM=FT, X
LRECL=72, X
EODAD=EOF, X
MACRF=GM X
*
OUTFILE DCB DDNAME=COPY.TXT, X
DSORG=PS, X
RECFM=FT, X
LRECL=80, X
MACRF=PM X
*
IRECORD DC CL72' '
ORECORD DC CL80' '
Sessions5and6.pdf
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Programming includes both the specifics of the language you’re using, like Visual Basic, .NET, Java and others, but also the best practices in user experience and interfaces and the management of projects, version control and development. Other programming topics are related to web and cloud development and system and hardware programming.
TRUSTED BY
It's been forever since I last wrote S/360 assembly. Have you tried adding an "END" statement at the end of the file? Be sure to leave (at least) the first column blank.