Skip to content

Instantly share code, notes, and snippets.

@mainframed
Created February 16, 2019 01:50
Show Gist options
  • Save mainframed/ce38ce89856a2c3180bdf7e7900f35dc to your computer and use it in GitHub Desktop.
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
//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