Page 1 of 1

ceci set prog(progname) newcopy - CICS NEWCOPY

Posted: Fri Nov 19, 2010 3:52 pm
by waseem
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

newcopy

Posted: Mon Nov 22, 2010 10:53 am
by Krishna
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)