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

Dynamic JCL with File Creation


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

Active User


Joined: 22 Jul 2005
Posts: 114
Location: Chennai

PostPosted: Wed Aug 30, 2006 5:22 pm
Reply with quote

Kindly help me out on the below reqmnt

# i want to dynamically creat a JCL
# depending on number of records in the input file..
# the jcl should create number of output files
# i meant allocate..
# like for every 25000 records in the input file
# a output file should be allocated and first 25 k records should be put into that
# we need to write a cobol pgm but how to pass the number of records read from the program to the JCL ????
# can we use any JCL count is thr anything like that?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Aug 30, 2006 6:21 pm
Reply with quote

# i want to dynamically create a job
OK
# depending on number of records in the input file..
# the job should create a number of output files
# i meant allocate..
OK
# like for every 25000 records in the input file
# an output file should be allocated and first 25K records should be put into that
OK
# we need to write a cobol pgm but how to pass the number of records read from the program to the JCL ????
Why? What is the purpose of this program? And, if you are writing this program, why can't it dynamically allocate the datasets and write out the 25K records to each one? Why bother with the JCL?

# can we use any JCL count is there anything like that?
You can use the COUNT and dataset splitting features of DFSORT/ICETOOL. There have been posts of similar scenarios that have already been addressed.
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

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 5
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top