|
|
| Author |
Message |
ashwinreddy
Active User
Joined: 16 Sep 2004 Posts: 106 Location: Hyderabad
|
|
|
|
Hai
i want control card for copying records using DFSORT
PLEASE HELP ME
ASHWIN |
|
| Back to top |
|
 |
References
|
Posted: Tue Oct 05, 2004 1:12 pm Post subject: Re: Control card for copying records using DFSORT |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3063 Location: Charlotte,NC USA
|
|
|
|
| Code: |
//SORTSTEP EXEC PGM=SORT
//SORTIN DD input ...
//SORTOUT DD output ...
//SYSOUT DD SYSOUT=*
//SYSIN DD *
OPTION COPY
//*
|
|
|
| Back to top |
|
 |
|
|