View previous topic :: View next topic |
Author |
Message |
Nithisha Beginner
Joined: 27 May 2006 Posts: 23 Topics: 13 Location: Pune
|
Posted: Wed Feb 03, 2010 4:06 am Post subject: How to initialize the file in JCL |
|
|
Hi Can anyone give me solution to initialize the data thru JCL not using the cobol.
Thanks in advance
Nithisha |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Wed Feb 03, 2010 5:15 am Post subject: |
|
|
Any particular type of file ? _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Wed Feb 03, 2010 8:29 am Post subject: |
|
|
Please define what you mean by "initialize". Create a file with no records? As asked earlier, if a file, what is its organization? Does the file exist before you want it intialized? _________________ ....Terry |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Wed Feb 03, 2010 2:39 pm Post subject: |
|
|
If you explain what you would do with COBOL, someone may be able to offer an alternative using some utility. . .
It cannot be done "with JCL" alone. _________________ All the best,
di |
|
Back to top |
|
 |
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Thu Feb 04, 2010 9:37 am Post subject: |
|
|
On the other hand, I'd like to believe you mean "initialize" (what COBOL does with it's INITIALIZE verb) and not an "empty" file with a proper "eof"? _________________ Regards,
Anuj |
|
Back to top |
|
 |
|
|