Page 1 of 1

JCL internal error

PostPosted: Thu Oct 10, 2013 3:44 am
by imbeebo
Hello,
I'm having difficulty executing this code. Does anyone see anything wrong with my code?

 // UNXC2000 JOB 1,'user1 UNXFILEC',CLASS=A,MSGCLASS=A,
 // NOTIFY=&SYSUID.
 /*JOBPARM SYSAFF=S0W2
 //STEP1 EXEC PGM=IKJEFT01
 //SYSTSPRT DD SYSOUT=*
 //SYSTSIN DD *
     OGET '/z/user1/myfile-s0w1' +
                     'user1.COMPETE.PARTTWO(UNXFILEC)'
 //

Re: JCL internal error

PostPosted: Thu Oct 10, 2013 4:06 am
by BillyBoyo
You really need to show the output, the converted JCL and the messages.

As it stands, there should not be a blank in front of your jobname, but that could just be a typo here.

Re: JCL internal error

PostPosted: Thu Oct 10, 2013 8:05 pm
by dick scherrer
Hello and welcome to the forum,

// NOTIFY=&SYSUID.
should not have the period.

Re: JCL internal error

PostPosted: Fri Oct 11, 2013 11:05 am
by imbeebo
Thanks for the help guys! I realized that everything was spaced over in the second column. Lol, it was absolutely aggravating.