Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
Posted: Thu Oct 02, 2008 12:30 pm Post subject:
you have not used bbcode so it is difficult to see if your sort control statements start in cc1 (invalid) or not. _________________ Utility and Program control cards are NOT, repeat NOT, JCL.
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Thu Oct 02, 2008 12:38 pm Post subject:
Siva,
You have two INCLUDE statements - only one is allowed. Since your two INCLUDE statements are identical, you can remove one of them.
Code:
OPTION COPY
INCLUDE COND=(((24,3,CH,EQ,C'HDC'),AND,(27,4,CH,EQ,C'FDCS')),OR,
((10,3,CH,EQ,C'HDC'),AND,(13,4,CH,EQ,C'FDCS')))
OUTFIL FILES=01
OUTFIL FILES=02
If you wanted to use two different INCLUDE conditions for the two OUTFIL statements, you would do that with INCLUDE= operands of the OUTFIL statement. For example:
_________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Fri Oct 03, 2008 9:43 am Post subject:
There's nothing wrong with those statements. They run fine with DFSORT.
The DSS messages are from a product called PRO/JCL (JJSCAN) that scans JCL but doesn't seem to do a very good job of scanning DFSORT statements or keeping up with new changes to DFSORT.
Try ignoring the JCL scanner messages and running the job with DFSORT directly. It works fine when I run it with your control statements.
Note: I've exchanged notes with ASG which owns PRO/JCL about their problems with analyzing DFSORT statements with no satisfaction. They said:
Quote:
I suggest that if you receive additional issues from your DFSORT clients with regard to our products, that you have them contact our support group at support@asg.com or 1-800-354-3578
So if anyone who uses this product wants to "complain" about their incorrect and out-of-date DFSORT analysis, here's your chance. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum