Posted: Sat Feb 14, 2009 7:29 am Post subject: Move records backward
Hi All,
We get a VB file daily through FTP. I need to check the file if all the records are starting from 1st position.
If not i have move records to first position & leave the file as it is if the all the records are already started in 1st position.
_________________ 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
_________________ 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
I tried you sort card with FB with LRECL=80 but i was getting below error
Code:
WER108I SORTIN : RECFM=FB ; LRECL= 128; BLKSIZE= 27904
WER231A INREC - ILLEGAL DATA FIELD
WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000
WER449I SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Mon Feb 16, 2009 11:21 am Post subject:
Sigh.
In your first post, you said
Quote:
We get a VB file daily
So I gave you a DFSORT job for a VB input file as requested.
Now you say
Quote:
I tried you sort card with FB with LRECL=80 but i was getting below error
If your input file is FB, why did you say it is VB? The DFSORT job for an FB file would be different.
At any rate, the WER messages indicate you're using Syncsort, not DFSORT. I'm a DFSORT developer. DFSORT and Syncsort are competitive products. I'm happy to answer questions on DFSORT and DFSORT's ICETOOL, but I don't answer questions on Syncsort. _________________ 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: Mon Feb 16, 2009 1:01 pm Post subject:
Quote:
If the job is different for FB file . Could you please tell me?
As I said in my previous post:
Quote:
I'm a DFSORT developer. DFSORT and Syncsort are competitive products. I'm happy to answer questions on DFSORT and DFSORT's ICETOOL, but I don't answer questions on Syncsort.
I leave the Syncsort answers to the Syncsort people. _________________ 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: 14 Jan 2009 Posts: 37 Topics: 0 Location: USA
Posted: Tue Feb 17, 2009 11:14 am Post subject:
sivafdms: The suggested coding is appropriate for variable-length data. The first BUILD statement assumes VB data and references the starting position of the remainder of the variable-length data without, of course, specifying the length. If you are now working with FB data, it apppears that all you need to do is define this field to specify both starting position and length.
If you are still encountering dicfficulties, please email your last coding attempt along with the SyncSort message output to zos_tech@syncsort.com. _________________ Brian Wood
SyncSort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com
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