MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Quick question - SyncSort

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
luis_a_roman
Beginner


Joined: 17 Jul 2003
Posts: 3
Topics: 3

PostPosted: Mon Aug 18, 2003 1:22 pm    Post subject: Quick question - SyncSort Reply with quote

I need help setting up a SyncSort to include all the records that
are greater or equal to 12005773. However, the field is S9(08) comp-3. and start at position 115.

I tried several options but has not been able to get the appropriate results.

Could someone provide me an example? Thank you.

Luis
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12369
Topics: 75
Location: San Jose

PostPosted: Mon Aug 18, 2003 2:31 pm    Post subject: Reply with quote

Luis,

Try the following JCl

Code:

//STEP0100  EXEC  PGM=SORT       
//SYSOUT    DD SYSOUT=*             
//SORTIN    DD DSN=YOUR INPUT FILE,
//             DISP=SHR                   
//SORTOUT   DD DSN=YOUR OUTPUT FILE,
//             DISP=(NEW,CATLG,DELETE),
//             UNIT=SYSDA,
//             SPACE=(CYL,(X,Y),RLSE)             
//SYSIN    DD    *                 
  INCLUDE COND=(115,5,PD,GE,12005773) 
  SORT FIELDS=COPY
/*


Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group