IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is differene between OPTION and SORT fields


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vijayalayancse

New User


Joined: 29 Aug 2005
Posts: 25
Location: Chennai

PostPosted: Mon Dec 17, 2007 8:19 pm
Reply with quote

1) what is the difference between OPTION COPY and
SORT FIELDS=COPY and what does option keyword do?

2) I wanted to exactly split the file into two.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Mon Dec 17, 2007 8:30 pm
Reply with quote

Vijay,

Quote:
I wanted to exaclty split the file into two using JCL?

If the i/p file has odd number of records, how will you 'split exactly'?
This was discussed many times. Please search the dfsort forum.

Hint: Search word 'split'.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Mon Dec 17, 2007 9:58 pm
Reply with quote

Quote:
1) what is the difference between OPTION COPY and
SORT FIELDS=COPY and what does option keyword do?


Both invoke DFSORT's copy function. The only difference (which usually doesn't matter) is that SORT FIELDS=COPY can be overridden by another SORT statement whereas OPTION COPY can't.

Quote:
2) I wanted to exactly split the file into two.


Take a look at the "Split a file to n output files dynamically" Smart DFSORT Trick at:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/

and see if it does what you want. If not, then you need to explain exactly what it is you want to do.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts SCOPE PENDING option -check data DB2 2
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top