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:
2) This is the Left portion of my input file :
3) This is the Error in spool SYSOUT :
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!
ICEMAN DFSort - splitting input file into 3 files
ICEMAN DFSort - splitting input file into 3 files
You do not have the required permissions to view the files attached to this post.
- 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
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.
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
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
-
- 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
See General Coding Rules....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.
Re: ICEMAN DFSort - splitting input file into 3 files
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
-
-
File Handling 3 input files and 1 output file by using EZT
by pavan426 » Thu Sep 09, 2021 12:17 am » in CA-Easytrieve - 0
- 4423
-
by pavan426
View the latest post
Thu Sep 09, 2021 12:17 am
-
-
- 2
- 4939
-
by chaat
View the latest post
Thu Jan 28, 2021 12:09 am
-
-
RC16 upon subsequent calls "Address LINKMVS ICEMAN"
by golemis » Thu May 27, 2021 6:07 pm » in CLIST & REXX - 2
- 2157
-
by golemis
View the latest post
Thu May 27, 2021 8:30 pm
-
-
-
Joining 2 vb files into vsam files ended error
by newbiemainframe » Thu Nov 12, 2020 7:59 am » in JCL - 1
- 1755
-
by NicC
View the latest post
Thu Nov 12, 2020 7:15 pm
-
-
- 2
- 1359
-
by RazVorox
View the latest post
Tue Dec 05, 2023 11:06 am