View previous topic :: View next topic |
Author |
Message |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Jan 26, 2005 6:34 am Post subject: |
|
|
Maheswari,
VLTESTI specifies to SyncSort how to process variable-length records that do not contain all specified INCLUDE or OMIT fields. VLTESTI applies to both regular and OUTFIL INCLUDE/OMIT processing.
The delivered default of 0 instructs SyncSort to terminate if a record does not completely contain all INCLUDE or OMIT fields. A WER250A critical error message is generated to indicate this condition.
When VLTESTI=1 is specified, a record that does not completely contain all INCLUDE/ OMIT fields is treated as having failed the comparison. SyncSort will omit the record if INCLUDE is being used or include the record if OMIT has been specified.
When VLTESTI=2 is specified, SyncSort will treat comparisons to fields not completely contained within the record as false and decide a record's status for inclusion or omission from fields that are available. If all fields are not present, the record will be processed as having failed the comparison. SyncSort will omit the record if INCLUDE is being used or include the record if OMIT has been specified.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
YSMVS Beginner

Joined: 19 May 2004 Posts: 51 Topics: 25 Location: My House
|
Posted: Wed Jan 26, 2005 12:48 pm Post subject: |
|
|
Frank
Quote: | The WER message indicates you're using Syncsort |
How to find out wether the DFSORT or SYNCSORT is installed in the system by simple means ?
thanks,
YSMVS |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Maheshwari Beginner
Joined: 19 Oct 2004 Posts: 21 Topics: 3
|
Posted: Wed Jan 26, 2005 7:35 pm Post subject: |
|
|
Thanks kolusu for the description of VLTESTI. It was really very helpful.
Thanks, _________________ Amit |
|
Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Wed Jan 26, 2005 7:55 pm Post subject: |
|
|
For the record, DFSORT does not recognize the VLTESTI parameter. Instead, DFSORT supports the VLSCMP/NOVLSCMP and VLSHRT/NOVLSHRT parameters which provide equivalent functions for handling short records with INCLUDE/OMIT. For details on using these DFSORT parameters, see the "How can I use INCLUDE/OMIT with "short" fields?" Ask Professor Sort item at:
http://www.ibm.com/servers/storage/support/software/sort/mvs/professor_sort/ _________________ 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 |
|
Back to top |
|
 |
|
|