Currently working on JCL and every single time I submit, an error pops up (the one in the title). I just cannot figure out what is going on and I believe i'm overthinking it but every time that I go and take a quick break, when I come back, it does it all over again no matter what I change. I just cannot pin-point what the problem is. I thought that maybe I overlooked something and need another set of eyes. I'm quite new to JCL so i'm just trying to run a program I have in one of my pds.
Code:
//KC03A081 JOB 1,SPENSER,NOTIFY=&SYSUID,MSGCLASS=H,
//* THIS JOB WILL COMPILE, LINK, AND GO A GIVEN PROGRAM
//STEP1 EXEC IGYWCLG,
// PARM.COBOL='TEST,RENT,APOST,OBJECT,NODYNAM,SIZE(2048376)'
//COBOL.SYSIN DD DSN=KC03A08.SOURCE.CBLWI19(CBLSJL01),DISP=SHR
//GO.RESERVATION-MASTER DD DSN KC03A08.TRAN.IN,DISP=SHR
//GO.RATES-MASTER DD DSN KC03A08.TRAN.IN,DISP=SHR
//GO.DISCOUNT-MASTER DD DSN KC03A08.TRAN.IN,DISP=SHR
//GO.TAX-MASTER DD DSN KC03A08.TRAN.IN,DISP=SHR
//GO.CAMPBILLPRT DD DSN=KC03A08.STUDENT.PRT,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,
// SPACE=(TRK,(1,1)),
// DCB=(DSORG=PS,LRECL=133,RECFM=FBA,BLKSIZE=1330)
//
Solutions I have Tried:
JCL error - "$HASP165 IBMUSERW ENDED AT SVSCJES2 - JCL ERROR CN(INTERNAL)"
http://www.ibmmainframeforum.com/jcl/topic1301.html
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.hasa100/m001094.htm