1
0
mirror of https://github.com/moshix/mvs.git synced 2026-02-26 08:14:01 +00:00

JCL for Enterprise PL/I on z/OS

This commit is contained in:
moshix
2018-02-21 11:02:21 -06:00
committed by GitHub
parent e2e985971a
commit 4ebf0d14c0

8
EnterprisePLIzOS Normal file
View File

@@ -0,0 +1,8 @@
//MOSHIXPI JOB (PLICLG),'PI',CLASS=A,MSGCLASS=A,MSGLEVEL=(1,1),
// NOTIFY=&SYSUID,REGION=80M
//PLICLG EXEC IBMZCPG,PARM='MAP,STMT,NEST,LIST,XREF'
//STEPLIB DD DSN=IBMZ.V3R6M0.SIBMZCMP,DISP=SHR
//SYSIN DD DSN=MOSHE.WORK.PROG(PI),DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//