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

Dynamic INCLUDe COND


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Kathrina Caguingin

New User


Joined: 12 Mar 2009
Posts: 8
Location: Philippines

PostPosted: Wed May 12, 2010 3:43 pm
Reply with quote

Hi All,

Just like to know if someone can tell me if this will work in DFSORT:

SYSIN:
INCLUDE COND=(1,1,CH,NE,1,1,CH,OR,
/*
// DD DSN=TEST.DYNAMIC.INCLUDE
// DD *
1,1,CH,NE,1,1,CH)


TEST.DYNAMIC.INCLUDE will look something like this:
1,10,CH,EQ,’123456’


Help! Many thanks!!
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed May 12, 2010 4:16 pm
Reply with quote

Hi,

and what happened when you ran the job ?

You will need a DISP parameter on the DSN statement.

Gerry
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Wed May 12, 2010 5:02 pm
Reply with quote

Code:
INCLUDE COND=(1,1,CH,NE,1,1,CH,OR,
1,10,CH,EQ,’123456’
1,1,CH,NE,1,1,CH)


It appears to me you are missing a ',or,' or a ',and,'!
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Synctool-dynamic split job for varyin... JCL & VSAM 7
No new posts Reference for COND parameter. JCL & VSAM 1
Search our Forums:

Back to Top