Error - JCK0017E EXPECTED CONTINUATION NOT RECEIVED



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

Error - JCK0017E EXPECTED CONTINUATION NOT RECEIVED

Postby serega » Tue Oct 25, 2016 1:29 pm

Hello all@

Can you me help?

Error:==MSG> JCK0017E EXPECTED CONTINUATION NOT RECEIVED
Why?

****** ***************************** Top of Data *****************************
000001 //VTTRF000 JOB   (LUMG0000),CLASS=T,MSGCLASS=T,                        
000002 //             SCHENV='S_ERGO',                                        
000003 //             NOTIFY=&SYSUID                                          
000004 /*JOBPARM S=ANY                                                        
000005 //*                                                                    
000006 //TSOSOR01 EXEC  #SORT,                                                
000007 //             SORTWK=0,                                            
000008 //             SAR=N                                                  
000009 //JSTEP001 EXEC  PGM=IEBGENER                                          
000010 //SORTIN   DD  DSN=ETUMG.QP2.LIST.DAILY,DISP=SHR,                      
==MSG> JCK0017E EXPECTED CONTINUATION NOT RECEIVED                            
000011 //SORTOUT  DD  DSN=ETUMG.QP2.LIST.SELECT,DISP=(NEW,CATLG,DELETE),      
==MSG> JCK0017E EXPECTED CONTINUATION NOT RECEIVED                            
000012 //SYSIN    DD  *                                                      
000013     OPTION   COPY                                                      
000014     OUTREC   BUILD=(39,08,                                            
000015                     48,08,                                            
000016                     15,08,                                            
000017                     65,01,                                            
...
000031 /*
000032 //*
 

Thx,for you help

Code' d
serega
 
Posts: 3
Joined: Mon Oct 24, 2016 6:51 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Error - JCK0017E EXPECTED CONTINUATION NOT RECEIVED

Postby Aki88 » Tue Oct 25, 2016 1:49 pm

Hello,

Couple of points here, the first being - the error you've stated is NOT a JCL error, but a JCL checker tool's error.

Moving on, look at the SORTIN row, you'll notice a comma (,) after DISP=SHR - is this comma required, if yes, then the additional JCL parameters are missing, else you can simply drop this comma? The JCL checker is telling you that the comma AFTER DISP=SHR is incorrect.

Next, the comma after 'DISP=(NEW,CATLG,DELETE)' would hold only if you are providing additional JCL parameters such as DCB/SPACE and so on; since you have NOT coded any such parameter and the immediately next statement after the SORTOUT is a SYSIN, hence the error. Either you remove the comma here or add the missing parameters.

A suggestion, since you have a 'DISP=(NEW,CATLG,DELETE)', I'd recommend adding a SPACE parameter as well; but then again I'll leave it to you to test the JCL and see for yourself what happens when same is coded and not.

serega wrote:....
000010 //SORTIN   DD  DSN=ETUMG.QP2.LIST.DAILY,DISP=SHR,                      
==MSG> JCK0017E EXPECTED CONTINUATION NOT RECEIVED                            
000011 //SORTOUT  DD  DSN=ETUMG.QP2.LIST.SELECT,DISP=(NEW,CATLG,DELETE),      
==MSG> JCK0017E EXPECTED CONTINUATION NOT RECEIVED                            
.....



Refer the IBM manual: JCL User's Guide and JCL Reference, to learn the basic rules of coding a JCL.
Aki88
 
Posts: 381
Joined: Tue Jan 28, 2014 1:52 pm
Has thanked: 33 times
Been thanked: 36 times

Re: Error - JCK0017E EXPECTED CONTINUATION NOT RECEIVED

Postby enrico-sorichetti » Tue Oct 25, 2016 1:51 pm

when posting good manners dictate to ...
post to the right section
use meaningful titles
title edited to give a meaning to the whole crap

and You did none of that
posted to the TSO
used a useless title


anyway ...
the message was clear enough
what is that You do not understand ?
ask Your employer to provide some training

all You might want to know about JCL is here

the user guide
http://publibz.boulder.ibm.com/epubs/pdf/iea3b510.pdf
the reference
http://publibz.boulder.ibm.com/epubs/pdf/iea3b611.pdf

also here there is a nice JCL introduction
http://www.simotime.com/indexjcl.htm
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post