| Author |
Message |
Munish Singla
New User
Joined: 18 Jul 2007 Posts: 18 Location: kolkata
|
|
|
|
I need to clear the file buffers in my JCL.
Could you please let me know how to do it. |
|
| Back to top |
|
 |
References
|
Posted: Sun Apr 27, 2008 9:38 am Post subject: Re: Need to clear the file buffers in my JCL |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6032 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| I need to clear the file buffers in my JCL. |
If you explain what this means to you, someone should have a suggestion.
For most of us, file buffers are memory used to hold input/output record images being read or written by some executing code. |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1001 Location: At my desk
|
|
|
|
| Munish Singla wrote: |
I need to clear the file buffers in my JCL.
Could you please let me know how to do it. |
Like Dick asked, what buffers? |
|
| Back to top |
|
 |
Munish Singla
New User
Joined: 18 Jul 2007 Posts: 18 Location: kolkata
|
|
|
|
Our JCL is recieving two files from the vendor. Both in encrypted and zip format. I am able to decrypt both the files and also able to unzip the files.
But the problem is when I unzip the second files , outfile stores the content of first file.
So I am not able to unzip the second file. Problem may be due to file buffers. That's why I need to know how to clear the file buffers. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6032 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
Problem may be due to file buffers. That's why I need to know how to clear the file buffers.
|
Probably not.
Please post your jcl. |
|
| Back to top |
|
 |
Craq Giegerich
Senior Member
Joined: 19 May 2007 Posts: 709 Location: Virginia, USA
|
|
|
|
| Are they being unzipped in the same step or separate steps? Have you tried unzipping the second file with out doing the first? |
|
| Back to top |
|
 |
|
|