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

To update the CARD.


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Frank Yaeger

DFSORT Developer


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

PostPosted: Thu Feb 23, 2012 11:49 pm
Reply with quote

Quote:
I tried with DFSORT


Here's a version of your job that WILL work with DFSORT providing you have the PTF for the JPn support.

Code:

//KRUN9050 EXEC PGM=SORT,
//       PARM='JP1"T.CA.Krunal.file"'
//SYSOUT   DD SYSOUT=*
//SORTIN DD DSN=...  input file (FB/219)
//SORTOUT DD DSN=&&O1,UNIT=SYSDA,SPACE=(CYL,(5,5)),DISP=(,PASS),
//             DCB=(RECFM=FB,LRECL=219,BLKSIZE=0)
//SYSIN    DD *
 OPTION COPY
 OUTFIL NODETAIL,REMOVECC,
    TRAILER1=('FILE NAME-',X,JP1)
/*


When I ran this job, SORTOUT had:

Code:

FILE NAME- T.CA.Krunal.file         


This works fine with DFSORT. However, as far as I know, Syncsort DOES NOT support the JPn function, so this will NOT work with Syncsort.
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 -> JCL & VSAM Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts Need suggestion on a sort card DFSORT/ICETOOL 10
No new posts Want to mask Middle 8 Digits of Debit... COBOL Programming 3
No new posts Read a flat file and update DB2 table JCL & VSAM 2
Search our Forums:

Back to Top