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

Application using vsam files


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

New User


Joined: 13 Mar 2008
Posts: 6
Location: chennai

PostPosted: Thu Mar 13, 2008 4:13 pm
Reply with quote

How to identify whether an application is using VSAM files or not ?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Mar 13, 2008 4:16 pm
Reply with quote

Do you not have documentation for your applications ?
Back to top
View user's profile Send private message
brindha b

New User


Joined: 13 Mar 2008
Posts: 6
Location: chennai

PostPosted: Thu Mar 13, 2008 4:20 pm
Reply with quote

Sorry i didn't get you. My question is, merely by seeing the program i have to say whether it is using vsam file or not.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Thu Mar 13, 2008 4:23 pm
Reply with quote

Brindha,

Quote:
My question is, merely by seeing the program i have to say whether it is using vsam file or not.

You cant unless your shop naming conventions are different for VSAM, Flat file and GDG (as we do in our shop).
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Mar 13, 2008 5:02 pm
Reply with quote

You mean by looking at the source code
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Mar 13, 2008 5:07 pm
Reply with quote

This should be in interview or one of the other rookie forums.

you might be able to tell from the code, whether a program is intended to perform i/o on a vsam file ksds - key, rnn - got a key. esds, no key, no nothing, pretty hard to tell from code. besides, the code could be in error.

no professional would make a decision purely based on the code. If the file allocations for a program contain a DSN, a professional would look at the file attributes and not the code in a program.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Compare only first records of the fil... SYNCSORT 7
Search our Forums:

Back to Top