Mass NEWCOPY

About CICS and BMS - In this Mainframe Forum - You can post your queries on CICS

Moderators: DikDude, Natarajan, Moderator Group

Post Reply
User avatar
JACK
Member
Posts: 20
Joined: Mon Jan 30, 2006 6:18 am

Mass NEWCOPY

Post by JACK » Thu Oct 05, 2006 10:40 am

We have around 1500 cics programs and we have re-compiled these. We want to copy and load the programs to the CICS region. Is there any way to do this at one go?



Regards,
JACK.

User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

New Copy - CICS CEMT

Post by Krishna » Tue Oct 10, 2006 10:29 am

Hi Jack,


I can suggest following solutions for this problem

1. Stop CICS and restart it. Cics will auto newcopy the programs.

2. If your programs have common starting qualifier, you can use CEMT command as follows.

CEMT SET PROG(A*) NEW

This command may take time to complete.


Thanks,
Krishna

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others