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

Answers were Sorted based on User's Feedback



I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CD..

Answer / 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

I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CD..

Answer / ananta

PLZ ANSWER THIS QUESTION. IF U KNOW

Is This Answer Correct ?    2 Yes 1 No

I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CD..

Answer / jimmy

CDS means Control Data Sets of FCT.

Is This Answer Correct ?    1 Yes 0 No

I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CD..

Answer / arun

Deleted all the file name defined previous using THE
COMMAND ceda delete file(file name or *) group(name)...then
define the new file you wants it works.....Please let me
know if need more.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More CICS Interview Questions

What are the CICS commands associated with transient data queue processing?

1 Answers  


What is the error condition that is set when the file specified in the NAME option is not in the FCT?

1 Answers   UHG,


pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.

8 Answers   HSBC, Thomson,


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,


how we change the vsam file name in cics rigion? anybody elobrate this?

3 Answers   IBM,


In the EIB block of CICS, highlight the names of few of the important fields?

0 Answers  


Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?

0 Answers  


How do you terminate an already issued DELAY command?

1 Answers   IBM,


What is EXEC CICS RETRIEVE ?

1 Answers   IBM,


How do you use altindxs in batch, cics programs?

0 Answers  


Can a tsq of one particular transaction be accessed from an alternate transaction?

1 Answers  


What is the EIB (execute interface block)?

2 Answers   IBM,


Categories