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

JCL Error in IF ELSE: EXPECTED CONTINUATION NOT RECEIVED


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

New User


Joined: 17 Feb 2007
Posts: 46
Location: mumbai

PostPosted: Sat Apr 07, 2007 9:35 am
Reply with quote

Hi all

The above ERROR can be solved
ie.

//IFPART IF STEP1.VTOCLIST.RC=0 THEN


it we code

//IFPART IF STEP1.STEP1.RC = 0 THEN
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Apr 08, 2007 2:43 am
Reply with quote

Hello,

Yes, while that will work, it is better (IMHO) to make things more clear by having standards that would not permit that naming. . . Typically, it is easier to read/understand when different things have different names. FWIW

Good to hear that it is now working for you icon_smile.gif
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top