Page 1 of 1

Re: CICS error

PostPosted: Fri May 14, 2010 7:44 am
by ciby81
Hi,

How do I get a tranasaction id for CICS , always get a error
RESPONSE: PGMIDERR
when i execute the foll command ceci set prog (si2010) new.

please can anyone tell me the procedure to create a transacation id and also the file table entry


regards

sibi

Re: CICS error

PostPosted: Fri May 14, 2010 8:50 am
by dick scherrer
Hello,

Suggest you talk with your cics support for the specifics of your environment.

Re: CICS error

PostPosted: Fri May 14, 2010 4:07 pm
by Robert Sample
Most sites do not allow application programmers to set up their own transactions, programs, files, and so forth in CICS. The site support group does that to ensure the CICS regions are managed consistently and that migrating code from development to QA to production can be done in a controlled manner. As Dick said, contact them for help.

Re: CICS error

PostPosted: Fri May 14, 2010 10:26 pm
by prino
If you're the same person as "sibivarghese", and I guess you are, then my reply is on the Dezhi Systems support site.

Re: CICS error

PostPosted: Thu Jun 03, 2010 12:55 am
by AnupamaKota
Hello Prino,

I am doing a on Dezhi System 'CEDA DEFINE PROGRAM(XXXX) GROUP(YYYY)' and receiving following error -
'S Unable to perform request - CSD full.' Please help me resolve it .

Thanks

Re: CICS error

PostPosted: Thu Jun 03, 2010 1:26 am
by Robert Sample
Contact your site support group and tell them the error. The CEDA definitions are stored in the CSD file that is accessible to CICS. This file has filled up, meaning unless it is enlarged or cleaned out no further definitions can be done. Unless you have administrative authority to delete and define system resources, you will not be able to accomplish this yourself.