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
 
other way tomake NEW copy of a CICS online pgm thru a cblpgm

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
Krishna Prasanth

New User


Joined: 16 Sep 2008
Posts: 4
Location: Hyderabad

PostPosted: Sun Oct 05, 2008 4:39 pm    Post subject: other way tomake NEW copy of a CICS online pgm thru a cblpgm
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
References
Garry Carroll

Active User


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

PostPosted: Sun Oct 05, 2008 5:14 pm    Post subject:
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: 240

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

There is a vendor product that would resolve this :

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


www.batchcics.com
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1