Created
February 16, 2019 01:50
-
-
Save mainframed/ce38ce89856a2c3180bdf7e7900f35dc to your computer and use it in GitHub Desktop.
Used to compile HLASM in TEST mode so you can use TSO TEST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//SOF1C JOB (ASSY),'COMPILE IT',CLASS=A,MSGCLASS=Y, | |
// NOTIFY=&SYSUID,MSGLEVEL=(1,1) | |
//* Use this JCL to compile HLASM in TEST mode | |
//* So you can use TSO TEST to debug | |
// SET FILE=APFLISTC | |
//ASM EXEC PROC=HLASMCL,PARM.L=(TEST),PARM.C=(TEST) | |
//SYSIN DD DSN=SOF.ASM.SOURCE(&FILE),DISP=(SHR) | |
//C.SYSLIB DD DISP=SHR,DSN=SYS1.MACLIB | |
// DD DISP=SHR,DSN=SYS1.MODGEN | |
//L.SYSLMOD DD DSN=SOF.ASM.BIN(&FILE),DISP=(SHR) | |
// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment