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

other way tomake NEW copy of a CICS online pgm thru a cblpgm


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Krishna Prasanth

New User


Joined: 16 Sep 2008
Posts: 4
Location: Hyderabad

PostPosted: Sun Oct 05, 2008 4:39 pm
Reply with quote

hi ,
i have requirement such all my cobol pgm names are present in a ksds vsam file and my cobol pgm should read file sequentially and send a
new copy command to cics , such that my online pgm will be new copied.
why i am using ksds vsam file , the reason is the file will be allocated to cics . so cics can read only vsam files.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Sun Oct 05, 2008 5:14 pm
Reply with quote

Quote:
why i am using ksds vsam file , the reason is the file will be allocated to cics . so cics can read only vsam files.


This is not the case. CICS can process non-VSAM files, for example PS.

Do you have to issue the NEWCOPY commands from within CICS? A suitably authorised batch program could issue CEMT commands to the CICS region.

Your program names are available in the (VSAM) DFHCSD dataset groups, duplicating them in another file adds an unnecessary complexity.

Have you researched the ways that commands can be issued?

Regards,
Garry.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Sun Oct 05, 2008 7:57 pm
Reply with quote

There is a vendor product that would resolve this :

cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_transaction_from_a_batch_program%3F#3rd_party_Vendor_Software


Use [URL] BBCode for External Links
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top