ICEMAN DFSort - splitting input file into 3 files

IBM's flagship sort product DFSORT for sorting, merging, copying, data manipulation and reporting. Includes ICETOOL and ICEGENER
athul009
Posts: 3
Joined: Fri Jan 16, 2009 4:51 am
Skillset: cobol mainframe
Referer: internet

ICEMAN DFSort - splitting input file into 3 files

Postby athul009 » Fri Jan 16, 2009 10:48 pm

hi all,

I am having following issue while I am trying to Split a Single record input file into 3 different files using ICEMAN ( uses DFSORT internally) utility.

1) This is my ICEMAN Sort JCL to Split an input file ( having single record) into 3 files:
sort1.JPG


2) This is the Left portion of my input file :
sort2.JPG


3) This is the Error in spool SYSOUT :
sort3.JPG


Please tell me how can I correct the syntax errors? If I can not split my file into 3 files this way, I might have to use 3 different steps to derive 3 different files from the same single record file.

Thanks!
You do not have the required permissions to view the files attached to this post.

User avatar
Frank Yaeger
Global moderator
Posts: 1079
Joined: Sat Jun 09, 2007 8:44 pm
Skillset: DFSORT, ICETOOL, ICEGENER
Referer: Search
Contact:

Re: ICEMAN DFSort - splitting input file into 3 files

Postby Frank Yaeger » Sat Jan 17, 2009 12:06 am

Your 'OUTFIL' lines start in column 1. They must start in column 2 or later, e.g. replace b with a blank:

bOUTFIL FNAMES=...

PLEASE DO NOT POST SCREENSHOTS. They're difficult to read and copy and paste. Put your text inline in the future.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort

William Thompson
Posts: 81
Joined: Sat Jun 09, 2007 4:24 am
Skillset: Some?
Referer: mcmillan
Location: Tucson AZ

Re: ICEMAN DFSort - splitting input file into 3 files

Postby William Thompson » Sat Jan 17, 2009 12:10 am

z/OS V1R8.0 DFSORT Application Programming Guide
wrote:
Operation Field
This field can appear anywhere between column 2 and column 71 of the first line. It contains a word (for example, SORT or MERGE) that identifies the statement type to the program.
See General Coding Rules....

athul009
Posts: 3
Joined: Fri Jan 16, 2009 4:51 am
Skillset: cobol mainframe
Referer: internet

Re: ICEMAN DFSort - splitting input file into 3 files

Postby athul009 » Tue Jan 20, 2009 5:14 am

Frank Yaeger wrote:Your 'OUTFIL' lines start in column 1. They must start in column 2 or later, e.g. replace b with a blank:

bOUTFIL FNAMES=...


Based on your reply I corrected the positioning in my Cardlib, and it worked all Good.
Thanks a lot for the help again!!


  • Similar Topics
    Replies
    Views
    Last post