IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Cant extend compile parms onto second line without JCL error


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sysaron

New User


Joined: 28 Sep 2005
Posts: 55
Location: USA

PostPosted: Fri Mar 07, 2008 6:46 am
Reply with quote

Hi all,

My team is using an extensive amount of compile parameters. We cant extend them to a second line, even though the book says it is possible if you begin the the parms on the right column area. Here are the parms:

Code:

//STEP1    EXEC COB3CL,MBR=XXXX8700,
//  COBPARM='DYNAM,XREF,MAP,LIB,SOURCE,REUS,NOOPT,BUF(14K),
//  TEST(NONE,SYM,SEP),NUMPROC(NOPFD)',
//  PARM.LKED='LIST,XREF,LET,MAP,REUS'


Here is the JCL error:
2 IEFC621I EXPECTED CONTINUATION NOT RECEIVED
3 IEFC605I UNIDENTIFIED OPERATION FIELD
4 IEFC605I UNIDENTIFIED OPERATION FIELD
8 IEFC627I INCORRECT USE OF AMPERSAND IN THE DSN FIELD
9 IEFC627I INCORRECT USE OF AMPERSAND IN THE DSN FIELD
14 IEFC627I INCORRECT USE OF AMPERSAND IN THE DSN FIELD
15 IEFC627I INCORRECT USE OF AMPERSAND IN THE DSN FIELD

Please help us determine what and where the "expected continuation" should be.

Thank you so much,
Sharon
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Mar 07, 2008 7:30 am
Reply with quote

Start here.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Mar 07, 2008 7:32 am
Reply with quote

Hi,
try starting TEST in col 16.


Gerry
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top