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

Dynamic File Allocation


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sinusam

New User


Joined: 06 Jan 2004
Posts: 18

PostPosted: Fri Feb 18, 2005 2:41 pm
Reply with quote

How can I create/read/update files (both QSAM and VSAM) dynamically through a COBOL program?


The JCL contains a DUMMY DSN, and I want to assign DD name, DSN etc.. and all other parameters of file, at runtime.

How can i manipulate the environment variables for this ?


Regards,
Sinu
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sat Feb 19, 2005 8:58 am
Reply with quote

There are a few avenues you can look into. First, you can use the ever-popular BPXWDYN utility to perform dynamic file allocations. Second, you can setup a dynamic TSO environment with the IKJTSOEV and IKJEFTSR utilities. From there, you can use any normal TSO command (ALLOC, DELETE, DEFINE, REPRO, etc.). Third, you can use the ISPF services calls (ISPEXEC or ISPLINK) and perform the same sort of functions. Last, you can always, of course, call IDCAMS anytime for whatever functions you may need. All of these programs are well documented both at ibm.com, on this and other technical forums, and on the internet. I can't say how easy it will be to handle BOTH QSAM and VSAM processing, but it doesn't seem like it would be impossible.
Back to top
View user's profile Send private message
sinusam

New User


Joined: 06 Jan 2004
Posts: 18

PostPosted: Tue Feb 22, 2005 10:00 am
Reply with quote

Thanks for the fast reply.. I'm still doing research from your answers..

I am rephrasing my post.

In my (Assembler) program, I get only VSAM DDNAME as a parameter. In that program, the SHOWCB macro is used for getting file attributes. I need a COBOL implementation (or replacement) for the SHOWCB macro.

If have some suggestions in the regard, please provide.

Thanks,
Sinu Sam
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 0
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top