Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
Posted: Thu Mar 22, 2007 7:16 am Post subject:
If you look in the sort application programers guide manual via the link above, section 3.13 - OUTFIL you will find the explanation of all OUTFIL parameters.
Not: OUTFILE is an alias for OUTFIL _________________ Utility and Program control cards are NOT, repeat NOT, JCL.
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Thu Mar 22, 2007 10:43 am Post subject:
VLTRIM=X'FF' removes trailing X'FF' characters from the end of each variable-length record. For example, let's say you have 6-byte FB input records as follows (in hex):
Code:
C1C2C3FFFFFF
C1FFFFFFFFFF
C2C3FFFFFFFF
FTOV,VLTRIM=X'FF' would convert the FB records to VB records with the RDW and data (in hex) as follows:
Code:
00030000C1C2C3
00010000C1
00020000C2C3
If you're not familiar with DFSORT and DFSORT's ICETOOL, I'd suggest reading through "z/OS DFSORT: Getting Started". It's an excellent tutorial, with lots of examples, that will show you how to use DFSORT, DFSORT's ICETOOL and DFSORT Symbols. You can access it online, along with all of the other DFSORT books, from:
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