JCL internal error



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

JCL internal error

Postby imbeebo » Thu Oct 10, 2013 3:44 am

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)'
 //
imbeebo
 
Posts: 2
Joined: Thu Oct 10, 2013 3:00 am
Has thanked: 2 times
Been thanked: 0 time

Re: JCL internal error

Postby BillyBoyo » Thu Oct 10, 2013 4:06 am

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.

These users thanked the author BillyBoyo for the post:
imbeebo (Fri Oct 11, 2013 11:14 am)
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: JCL internal error

Postby dick scherrer » Thu Oct 10, 2013 8:05 pm

Hello and welcome to the forum,

// NOTIFY=&SYSUID.
should not have the period.
Hope this helps,
d.sch.

These users thanked the author dick scherrer for the post:
imbeebo (Fri Oct 11, 2013 11:14 am)
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: JCL internal error

Postby imbeebo » Fri Oct 11, 2013 11:05 am

Thanks for the help guys! I realized that everything was spaced over in the second column. Lol, it was absolutely aggravating.
imbeebo
 
Posts: 2
Joined: Thu Oct 10, 2013 3:00 am
Has thanked: 2 times
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post