Why my Sort is not extracting data from a VBA file
-
- 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
"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
Regards
Nic
Re: Why my Sort is not extracting data from a VBA file
FYI
for VBA
1-4 RDW
5-5 ANSI print control character
6-n data
for VBA
1-4 RDW
5-5 ANSI print control character
6-n data
-
- 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
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!
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
-
-
COBOL SORT - How to sort entire file first & sort by Key
by k_ekam » Thu Dec 01, 2022 12:58 pm » in IBM Cobol - 3
- 1535
-
by Robert Sample
View the latest post
Wed Dec 07, 2022 7:32 am
-
-
-
Extracting Compression Statistics from DCOLLECT
by JimStout » Wed Apr 27, 2022 6:46 pm » in Assembler - 0
- 2812
-
by JimStout
View the latest post
Wed Apr 27, 2022 6:46 pm
-
-
-
How to import a ZFS data file into VSAM catalog
by danik56 » Tue Nov 23, 2021 10:29 pm » in VSAM/SMS - 0
- 3398
-
by danik56
View the latest post
Tue Nov 23, 2021 10:29 pm
-
-
- 2
- 1438
-
by naga821
View the latest post
Fri Oct 28, 2022 7:31 pm
-
-
Split file, SORT then append records.
by Esmayeelhusen » Fri Aug 04, 2023 6:37 pm » in DFSORT/ICETOOL/ICEGENER - 10
- 5107
-
by Esmayeelhusen
View the latest post
Wed Aug 09, 2023 7:39 am
-