I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE
IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
Answer Posted / rudolf m. aquino
Good day, I'm also encountered error same with u, the first
thing that i do is, I deletes and recreates cics csd, and
increase the recordsize.
see sample jcl
//TSDRMACA JOB (ACCTNUM,JELLOPEE),'RUDOLF.',
// NOTIFY=TSDRMA,
// CLASS=4,MSGCLASS=X,MSGLEVEL=(1,1)
//*
//*********************************
//* *
//* THE JOB DELETES AND RECREATES *
//* CICS CSD *
//*********************************
//*
//DELCSD EXEC PGM=IDCAMS,REGION=1M
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DELETE CICS410D.DFHCSD.DEVTDB2.CLEAN
SET MAXCC=0
/*
//DEFCSD EXEC PGM=IDCAMS,REGION=1M
//SYSPRINT DDSYSOUT=*
//SYSIN DD *
DEF CLUSTER(NAME(CICS410D.DFHCSD.DEVTDB2.CLEAN) -
IXD -
REC(400000) -
RECORDSIZE(100 500)-
FREESPACE(5 5)-
SHR(2)-
VOLUMES(UCP337)) -
DATA(NAME(CICS410D.DFHCSD.DEVTDB2.CLEAN.DATA) -
UNIQUE -
KEYS(22 0))-
INDEX(NAME(CICS410D.DFHCSD.DEVTDB2.CLEAN.INDEX) -
UNIQUE)
/* THE CSD IS NOW READY TO BE INITIALIZED BY PGM=DFHCSDUP
*/
/*
//*
//INITCSD EXEC PGM=DFHCSDUP,REGION=1M,COND(0,LT,DEFCSD)
//*
//* INITIALIZE THE CSD
//*
//STEPLIB DD DSN=CICS410D.SDFHLOAD,DISP=SHR
//DFHCSD DD DSN=CICS410D.DFHCSD.DEVTDB2.CLEAN,DISP=SHR
//SYSUT1 DD UNIT=SYSDA,SPACE=(1024,(100,100))
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
INITIALIZE
* *----------------------------------------*
* * RETURN CODE 0 IS EXPECTED HERE *
* *----------------------------------------*
/*
//*
//
********** after recreates go to ceda and define file
again in the fct(file control table).
e mail me again.
thanks
Rudolf m. Aquino
UNITED COCONUT PLANTERS BANK
PHILIPPINES
(SYSTEMS MAINFRAME PROGRAMMER)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you explain communication area?
Name a few CICS programs which are generally used ?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
How is Telon(CA-Telon) used to build map?
Explain the difference between using the read command with into option and set option?
What are the types of processes to create a map in cics?
how can you prevent more than one user from accessing the same transient data queue?
What is journal recovery?
Explain the difference between getting the system time with eibtime and asktime command?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is the procedure to read a statement from tsq?
which transient data queue support ati?
Highlight the points of differences between XCTL and START?
what is the cics command used to access current date and time?
Explain the uses that are associated to tsq and tdq ?