Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
Posted: Sat Sep 20, 2008 5:32 am Post subject:
How do you think that we can tell you anything at all if you do not post the error messages and codes.
We are not psycic
What does it say in the manual about the codes and messages issued ? What does it say in the manual for line continuations ? _________________ If it's true that we are here to help others,
then what exactly are the others here for ?
Posted: Sat Sep 20, 2008 9:30 am Post subject: !!!!
job ended with MAXCC=8 below was shown in sysout:
Quote:
$$DD01 COPY IF=(6,EQ,C'A1111,B1111,C1111,D1111,E1111,F1111,
1...5...10...15...20...25...30...35...40...45...50...55...60...65
DELIMETERS DO NOT MATCH IN THE, IF, CHECK DATA STARTING IN COLUMN 65
.....SKIPPING TO NEXT $$DD CARD
I haven't found anything relevant in manual.........
Thanks. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Sat Sep 20, 2008 10:27 am Post subject:
That would NOT be the correct syntax for DFSORT unless you want to INCLUDE records with blanks in 6-11 as well as with the other values. The correct syntax would be:
Code:
INCLUDE COND=(6,5,SS,EQ,C'A1111,B1111,C1111,D1111,E1111,F1111,G1111,H*
1111,I1111,J1111,K1111,L1111')
For continuation of a literal (C'...'), you need to run it up to column 71, put an * in column 72 and then continue it on the next line. Coding blanks in the literal as in Ranga's example will make the blanks part of the literal.
I don't know FileAid syntax, but it may be that the problem there is something similar. _________________ 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
Posted: Sat Sep 20, 2008 8:55 pm Post subject: Thx.
Thanks to Frank and others. _________________ MF
==
Any training that does not include the emotions, mind and body is incomplete; knowledge fades without feeling.
==
Thanks for the help. _________________ MF
==
Any training that does not include the emotions, mind and body is incomplete; knowledge fades without feeling.
==
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Wed Oct 29, 2008 6:10 pm Post subject:
Yes, that will work too. _________________ 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