I am trying to compile a COBOL program i have but when i submit this JCL...it asks me for a JOB Character and when i enter 'B'...it submits but then i can a JCL Error. Thoughts?
//USERB JOB(USER), CLASS=W,
// MSGCLASS=X,REGION=0M,NOTIFY=USER
//COMPILE EXEC PGM=IGYWC,REGION=1024K
//SYSIN DD *
IDENTIFICATION DIVISION (CSQ4BVP1)
.
.
.
/*
//
// MSGCLASS=X,REGION=0M,NOTIFY=USER
//COMPILE EXEC PGM=IGYWC,REGION=1024K
//SYSIN DD *
IDENTIFICATION DIVISION (CSQ4BVP1)
.
.
.
/*
//