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

FTINCL failure code 20 Invalid control word parameter...


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Steve Coalbran

New User


Joined: 01 Feb 2007
Posts: 89
Location: Stockholm, Sweden

PostPosted: Mon Aug 04, 2014 10:44 am
Reply with quote

OK, I am on a different server but I have tried all combinations of 'not's (I thought icon_rolleyes.gif) ¬('5F'X), ^('B0'X) & /('61'X).
I get the error trying to file-tailor this on IBM DEMOpkg in Montpellier using CP 037...
Code:
)SET F = 0         
)CM Basic job card
)SEL &BJC1 /=&Z   
&BJC1             
)SEL &BJC2 /=&Z   
&BJC2             
)ENDSEL           
)SEL &BJC3 /=&Z   
&BJC3             
)ENDSEL           
)SEL &BJC4 /=&Z   
&BJC4             
)ENDSEL           
)SET F = 1         
)ENDSEL           
RC=20  
CONTROL WORD ERROR
Invalid control word parameter, JOBCARD record-3
Back to top
View user's profile Send private message
Steve Coalbran

New User


Joined: 01 Feb 2007
Posts: 89
Location: Stockholm, Sweden

PostPosted: Mon Aug 04, 2014 11:39 am
Reply with quote

OK, I am an idiot and should RTFM! icon_mad.gif
NE is not-equals!!!!!! icon_redface.gif
Code:
)SET F = 0         
)CM Basic job card
)SEL &BJC1 NE &Z   
&BJC1             
)SEL &BJC2 NE &Z   
&BJC2             
)ENDSEL           
)SEL &BJC3 NE &Z   
&BJC3             
)ENDSEL           
)SEL &BJC4 NE &Z   
&BJC4             
)ENDSEL           
)SET F = 1         
)ENDSEL       
Sigh! icon_neutral.gif
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Mon Aug 04, 2014 2:30 pm
Reply with quote

¬= works fine for me (¬ being '5F'X)
the problem was certainly the missing space.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
Search our Forums:

Back to Top