| Author |
Message |
Topic: Split a file to multiple files |
fidelity
Replies: 9
Views: 4525
|
Forum: Utilities Posted: Thu Mar 01, 2007 12:12 pm Subject: Split a file to multiple files |
Thanks
Here is the JCL that was created by STEP0300
//JUAXXXX JOB 'COPY',
// CLASS=P,
// MSGCLASS=T,
// NOTIFY=JUAXXXXX
//*
//STEP0300 EXEC PGM=SORT
... |
Topic: Split a file to multiple files |
fidelity
Replies: 9
Views: 4525
|
Forum: Utilities Posted: Thu Mar 01, 2007 9:08 am Subject: Split a file to multiple files |
I executed this JCL.
-------------------------------------------------------------------------------------
//JUAXXXXX JOB B55244DP00701,'XXXXXXXX',REGION=0K,
// CLASS=P,MSGCLASS=T,NOTIFY=XXX ... |
Topic: Split a file to multiple files |
fidelity
Replies: 9
Views: 4525
|
Forum: Utilities Posted: Wed Feb 28, 2007 3:29 pm Subject: Split a file to multiple files |
Hi Kolusu,
Thanks for the solution.
What does STEP0100 do?
When I tried to execute the JCL as is, I am getting RC - 16 for STEP0100.
Dataset were created with following Names.
SYS07059.T150 ... |
Topic: Split a file to multiple files |
fidelity
Replies: 9
Views: 4525
|
Forum: Utilities Posted: Mon Feb 26, 2007 2:29 pm Subject: Split a file to multiple files |
Thank you for the reply.
The Master file has two type of records for each Location which has done business for that day.
First bytes :
1 - Location details record
2 - Data for that Locati ... |
Topic: Split a file to multiple files |
fidelity
Replies: 9
Views: 4525
|
Forum: Utilities Posted: Mon Feb 26, 2007 1:14 pm Subject: Split a file to multiple files |
| I need to split a FB file to 600 files. We have a file with data for all the 600 distribution locations. I have to seperate the data for each location and write to 600 different files. The input file ... |
| |