|
|
| Author |
Message |
sanjay_mf
New User
Joined: 30 May 2008 Posts: 10 Location: Bangalore
|
|
|
|
Hi all,
Can anyone tell me the answer of this question....
"How to verify whether a file is a sequential file or a VSAM file just by looking into the Job"
-Sanjay |
|
| Back to top |
|
 |
References
|
Posted: Tue Jun 03, 2008 9:56 am Post subject: Re: To verify whether a file is a sequential or a VSAM thru JCL |
 |
|
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 445
|
|
|
|
Hi,
I don't think you can unless you have naming standards for VSAM files.
A dataset name is just a dataset name.
Gerry |
|
| Back to top |
|
 |
vasanthkumarhb
Active User
Joined: 06 Sep 2007 Posts: 298 Location: Bang,iflex
|
|
|
|
Hi,
I guess it is not possible, we can analyse thru program. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7471 Location: 221 B Baker St
|
|
|
|
Hello Sanjay and welcome to the forums,
| Quote: |
| "How to verify whether a file is a sequential file or a VSAM file just by looking into the Job" |
With any degree of confidence, you cannot. There is no "magic bullet" that would identify vsam (or non-vsam files).
Several places i've been actually have the letters vsam in non-vsam dataset names. These are sometimes backups, conversion files, cross-system transfer files, etc. |
|
| Back to top |
|
 |
sanjay_mf
New User
Joined: 30 May 2008 Posts: 10 Location: Bangalore
|
|
|
|
| Thanks everyone for the reply. |
|
| Back to top |
|
 |
|
|