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...


Why doesn?t CICS use the Cobol Open and Close statements ?

Answers were Sorted based on User's Feedback



Why doesn?t CICS use the Cobol Open and Close statements ?..

Answer / yogendra shinde

CICS doesn't handle file the way COBOL does.
CICS doesn't have any FILE SECTION like COBOL.
File handling part is done separately.
A programmer has to declare file to be used in FCT table and
OPEN or CLOSE file exclusively by giving OPEN <FILE NAME>
command at CICS login before running the CICS application
pgm

Is This Answer Correct ?    2 Yes 0 No

Why doesn?t CICS use the Cobol Open and Close statements ?..

Answer / bobby

CICS files should not be defined in CICS programs using SELECT and FD clauses. Also, OPEN and CLOSE statements need not be given inside the program.

Files can be opened and closed using the CICS command
CEMT I FILE and then issuing an 'o'pen or a 'c'lose.

Files can be defined in CICS by CEDA command.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More CICS Interview Questions

What are the cics commands associated with task control?

0 Answers  


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

4 Answers   Keane India Ltd,


How can you accomplish breakpoint in intertest?

2 Answers   IBM,


What is Journal Recovery and Dynamic Transaction Backout?

2 Answers   IBM,


Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers  


What is the difference between LINK and XCTL ?

1 Answers   IBM,


What is non-conventional programs?

0 Answers  


How can you access esds files from cics?

0 Answers  


Name the three ways available for a program to position the cursor on the screen?

0 Answers  


How vsam files are read in cics pgms?

0 Answers  


Can a program change protected field ?

2 Answers   IBM,


How do you read from a TSQ?

1 Answers   IBM,


Categories