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

A problem with FTINCL service


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

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Tue Jul 10, 2007 12:14 pm
Reply with quote

hi i tried to tailor 2 jcls one is a jobcard and another a jcl
but i found that whennever there is a line in the jcl like
// if rc > 0
or if rc<2
the lines after this line were not being included ..why is that is there any solution to this???

the code for including was

address tso
"alloc da('userid.file.submit') dd(ispfile) shr reu"
"ftincl jobcard"
"ftincl jcl2"
"ftclose"

the jcl (jcl2) had a line like rc >0 i found that the line after the jcl were not being included for submission.
then i changed the jcl file to another one (jcl3) which did not have this step .that jcl was fully included .why is it so???
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jul 10, 2007 1:47 pm
Reply with quote

The signs '>' and '<' have special meaning in ISPF skeletons. To use them in your data records, simply double each sign (for example: RC >>0).

For more info, please refer to the fine manual.

O.
Back to top
View user's profile Send private message
rohitcognizant

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Tue Jul 10, 2007 2:27 pm
Reply with quote

ok so if i have understood it correctly,then replacing rc>0 with rc>>>0 will do the trick..does that mean that in the finally tailored jcl i will get the statement as rc>0 itself???
Back to top
View user's profile Send private message
rohitcognizant

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Tue Jul 10, 2007 2:34 pm
Reply with quote

and one more question ...for this shouldnt i overlay every > or < sign by >> or << right???
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jul 10, 2007 4:49 pm
Reply with quote

The tailoring process will remove any two consecutive '<'s from your data records, and the final result will include only one.

You should replace any special characters in your data records only.

O.
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts How to avoid duplicating a CICS Web S... CICS 0
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
Search our Forums:

Back to Top