Why my Sort is not extracting data from a VBA file

Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL
NicC
Global moderator
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
Referer: Google
Location: Pushing up the daisies (almost)

Re: Why my Sort is not extracting data from a VBA file

Postby NicC » Thu Oct 17, 2019 2:10 pm

"Check your columns twice, code once" to mangle an old adage.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

dneufarth
Posts: 23
Joined: Thu Oct 15, 2009 2:50 am
Skillset: z/os, z/vse
Referer: google search

Re: Why my Sort is not extracting data from a VBA file

Postby dneufarth » Fri Oct 18, 2019 12:54 am

FYI

for VBA

1-4 RDW
5-5 ANSI print control character
6-n data

steve-myers
Global moderator
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Skillset: Assembler, JCL, utilities
Referer: zos.efglobe.com

Re: Why my Sort is not extracting data from a VBA file

Postby steve-myers » Fri Oct 18, 2019 7:54 am

As both NicC and dneufarth say, check your position twice, at least. ISPF VIEW or BROWSE provide the COLS option as either a primary (it's entered on the command line) or line (it's entered on the line prefix that shows the line number) command. In browse, it might be a good idea to enter the DISPLAYCC primary command for data sets with carriage control. You still have to add 4 for a data set containing variable length records.

Before Frank Yaeger retired I actually got him to admit that sort screwed up years ago when they didn't make it automatically include the RDW. We both agreed it's too late now!


  • Similar Topics
    Replies
    Views
    Last post