Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Tue Jun 20, 2006 4:13 am Post subject:
issac1029,
Convert parm is used to convert a variable block(VB) file to a fixed block(FB) file, where as FTOV parm just does the reverse i.e it converts a fixed block(FB) file to a Variable Block(Vb) file.
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Tue Jun 20, 2006 10:34 am Post subject:
Originally, DFSORT was only able to convert from VB to FB and the parameter to do that was named CONVERT. When I added the new function to convert from FB to VB, I called it FTOV to make it more descriptive. At the same time, I made VTOF an alias for CONVERT to also make it more descriptive.
Note that FTOV and VTOF were added to DFSORT R14 with a PTF in March, 2002. _________________ 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
Organization . . . : PS Used tracks . . . . : 1
Record format . . . : VB Used extents . . . : 1
Record length . . . : 84
Block size . . . . : 27998
1st extent tracks . : 1
Secondary tracks . : 1
Data set name type : SMS Compressible . : NO
Creation date . . . : 2006/06/20 Referenced date . . : 2006/06/20
Expiration date . . : ***None***
Later i wanted to convert the VB File to FB File using two ways using COVERT as well as VTOF parameter in two different steps but i am getting RC=16.Can you please help me out what exactly is the problem as i am unable to figure out?
SYSOUT STEP010
ICE143I 0 BLOCKSET COPY TECHNIQUE SELECTED
ICE250I 0 VISIT http://www.ibm.com/storage/dfsort FOR DFSORT PAPERS, EXAMPLES AN
ICE000I 1 - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R5 - 15:29 ON TUE JUN
OPTION COPY
OUTFIL FNAMES=(OUT1),CONVERT
ICE201I 0 RECORD TYPE IS V - DATA STARTS IN POSITION 5
ICE126A 9 INCONSISTENT OUT1 IFTHEN 0 REFORMATTING FIELD FOUND
ICE751I 0 C5-K05352 C6-Q95214 C7-K90000 C8-K05352 E9-Q95214 E7-K90000
ICE052I 3 END OF DFSORT
SYSOUT STEP020
ICE143I 0 BLOCKSET COPY TECHNIQUE SELECTED
ICE250I 0 VISIT http://www.ibm.com/storage/dfsort FOR DFSORT PAPERS, EXAMPLES AN
ICE000I 1 - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R5 - 15:29 ON TUE JUN
OPTION COPY
OUTFIL FNAMES=(OUT2),VTOF
ICE201I 0 RECORD TYPE IS V - DATA STARTS IN POSITION 5
ICE126A 9 INCONSISTENT OUT2 IFTHEN 0 REFORMATTING FIELD FOUND
ICE751I 0 C5-K05352 C6-Q95214 C7-K90000 C8-K05352 E9-Q95214 E7-K90000
ICE052I 3 END OF 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