Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Can QSAM files be accessed from CICS?

1189


Add a field to screen when what's the flow of impact?

2959


Can you define temporary storage?

1188


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

1107


Can ESDS files be accessed from CICS?

1257


Can you define bms?

1094


What is the comaera (communication area)?

1167


kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

1166


What is the use of the eibaid field?

1208


Define ceci?

1175


Name the cics command used to access current date and time?

1221


Explain what is a cursor in cics sql processing?

1078


What is meant by an AICA ABEND?

1230


Can you explain multitasking and multithreading?

1202


Can you explain cics transaction gateway?

1124