Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

DFSORT/ICETOOL :: RE: SORT VSAM file with each field one by one into output file

$
0
0
Author: enrico-sorichetti
Subject: Reply to: SORT VSAM file with each field one by one into output file
Posted: Tue Mar 14, 2017 1:41 pm (GMT 5.5)

seems pretty clear to me ...

just forget about the field lengths ...
given a set of records like

Code:
key1<some fields to be ignored>A1A2A3...Ann
key2<some fields to be ignored>B1B2B3...Bnn

the ts wants
Code:
Key1
A1
A2
A3
...
Ann

key2
B1
B2
B3
...
Bnn

_________________
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort icon_cool.gif


Viewing all articles
Browse latest Browse all 9405

Trending Articles