Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
VSAM allocation in Assembler

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
Siddharth4v

New User


Joined: 20 Aug 2008
Posts: 1
Location: India

PostPosted: Wed Aug 20, 2008 4:27 pm    Post subject: VSAM allocation in Assembler
Reply with quote

Hi,
Can somebody help me out on "how to allocate a VSAM file" from an assembler program. I actually want to dynamically create a VSAM file from an application program written in assembler.
I'm only able to get how to read and write to an existing VSAM file. I'm not getting how to allocate a VSAM from an assembler program.
Back to top
View user's profile Send private message
References
Bill Dennis

Senior Member


Joined: 17 Aug 2007
Posts: 334
Location: Iowa, USA

PostPosted: Wed Aug 20, 2008 6:33 pm    Post subject:
Reply with quote

One option is to call program IDCAMS after building the SYSIN data "cards" in your main program. The DFSMS Access Methods Services for Catalogs manual has an Appendix showing a program invoked IDCAMS sample.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3744
Location: Brussels once more ...

PostPosted: Wed Aug 20, 2008 6:39 pm    Post subject: Re: VSAM allocation in Assembler
Reply with quote

Siddharth4v wrote:
Hi,
Can somebody help me out on "how to allocate a VSAM file" from an assembler program. I actually want to dynamically create a VSAM file from an application program written in assembler.
I'm only able to get how to read and write to an existing VSAM file. I'm not getting how to allocate a VSAM from an assembler program.


May I ask the need to build a dynamic VSAM file in flight ?

Have you considered the problems that this may cause for the prod support people who will have no record in their JCL of where the file is created.

I have come across this before and it really is a PUTA for those that have to support the end product.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1