ceci set prog(progname) newcopy - CICS NEWCOPY

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

Moderators: DikDude, Natarajan, Moderator Group

Post Reply
waseem
Member
Posts: 4
Joined: Tue Nov 09, 2010 8:04 pm

ceci set prog(progname) newcopy - CICS NEWCOPY

Post by waseem » Fri Nov 19, 2010 3:52 pm

iam getting an error PGMIDERR
when i want to modify my existing program to have a new copy
where iam giving the command in cics as


ceci set prog(progname) ne

................
where progname is my program name

plz ssomeone suggest me any solution
waseem......

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

newcopy

Post by Krishna » Mon Nov 22, 2010 10:53 am

Make sure you copy the program into CICS libraries.
Try using following command for newcopy.

Code: Select all

CEMT SET PROG(prog name) NEWCOPY


if you have error. use CECI command, before issuing above CICS command.

Code: Select all

CECI LINK PROGRAM(program)

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