z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 1

z/OS DFSORT Application Programming Guide
SC23-6878-00

RESIZE FROM(IN1) TO(OUT1) TOLEN(40)

This example illustrates how you can create larger records from smaller records.

The IN1 data set has RECFM=FB and LRECL=10 with these 10-byte records:
Bird
Bluejay
4
Charlie
Rodent
Rat
2
Sara
The OUT1 data set has RECFM=FB and LRECL=40 with these 40 byte records:
Bird      Bluejay   4         Charlie
Rodent    Rat       2         Sara

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014