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


Can you have CICS code in a copybook? If yes, what happens
during compilation?

Answers were Sorted based on User's Feedback



Can you have CICS code in a copybook? If yes, what happens during compilation?..

Answer / murugan

Hi,

We can have CICS Code on the COPYBOOK. But On this
Case, You should have the Precompiler step Prior to the
Translator and Precompiler should have the SYSLIB where
your Copybook can get expanded.

Your COPYBOOK should be as INCLUDE XXXX Member but not
directly used as COPYBOOK COPY XXXX.

My System is having like this and Successfully running
for couple of Years!!!!!!!!

Is This Answer Correct ?    7 Yes 0 No

Can you have CICS code in a copybook? If yes, what happens during compilation?..

Answer / abhijit

Yes you can definitely have CICS commands in a copy book.
The prerequisite is that you need to first compile the copy
book as CICSEXEC(in case you are using endevor) type. Or
else you can compile it with any JCL that has a precompiler
step in it. Once the copy book is compiled then it can be
used in the application program.

Is This Answer Correct ?    0 Yes 0 No

Can you have CICS code in a copybook? If yes, what happens during compilation?..

Answer / manik

No, there should not any cics command in cics copy book

Because During Translation ,Translator gives two oupputs

Ther are 1.program listing as SYSPRINT

2.translated source as SYSPUNCH.

And copy books are included in the program during
compilation & afer Translation , so the exec cics commands
cannot cannot be translated & the system will not be able
to recognise those commands & will produce diagonistic
messages during compilation.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More CICS Interview Questions

What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?

0 Answers  


Use of DFHCOMMAREA in cics

2 Answers   Virtusa,


How is dynamic memory allocated within a CICS application program?

1 Answers   IBM,


What is BMS?

13 Answers  


What is the meaning of the ENQ and DEQ commands?

1 Answers   IBM,


How do you terminate an already issued DELAY command?

1 Answers   IBM,


A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?

3 Answers  


What is DFHAID? what is its use?

7 Answers  


At which situation we need to use the push and pop conditions...pls tell me with exampls.

2 Answers   Xansa,


What is data only and map only in cics

4 Answers   TCS, Virtusa,


How to dsect parameter is used in bms?

0 Answers  


If DATAONLY option is specified in the SEND MAP command what will happen?

2 Answers  


Categories