View previous topic :: View next topic |
Author |
Message |
sivafdms Intermediate
Joined: 29 May 2007 Posts: 165 Topics: 77
|
Posted: Thu Dec 17, 2009 5:29 pm Post subject: Empty file to SYNCSORT |
|
|
The Input to syncsort is DD DUMMY. In this case, syncsort abends. Now I don't want it to abend, insted treat DUMMY as empty file and generate output file which will be empty.Could anyone help me in this case. |
|
Back to top |
|
 |
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Thu Dec 17, 2009 7:45 pm Post subject: |
|
|
Just supply the RECFM, LRECL, and BLKSIZE with the DD DUMMY statement. |
|
Back to top |
|
 |
|
|