1
0
mirror of https://github.com/moshix/mvs.git synced 2026-01-13 07:09:40 +00:00

uploaded JCL to compile Cobol on z/OS

This commit is contained in:
moshix 2018-02-21 10:59:43 -06:00 committed by GitHub
parent 015660cce8
commit 2116708c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
cobolCLGzOS Normal file
View File

@ -0,0 +1,11 @@
//MOSHIXZ JOB 'COBOL PRIMES ',
// MSGCLASS=H,MSGLEVEL=(1,1),REGION=250M,
// CLASS=A,NOTIFY=&SYSUID
//CLG EXEC IGYWCLG,REGION=250M,
// PARM.COBOL='LIB,APOST,XREF,MAP,OFFSET'
//STEPLIB DD DSN=IGY340.SIGYCOMP,DISP=SHR
//COBOL.SYSIN DD DSN=MOSHIX.WORK.PROG(COBPRIME),DISP=SHR
//GO.SYSOUT DD SYSOUT=*,DCB=(RECFM=FBA,LRECL=161,BLKSIZE=16100)
//GO.SYSIN DD *
0100
/*