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


What is difference between copy and include?

Answers were Sorted based on User's Feedback



What is difference between copy and include?..

Answer / s.v.venkata sivaprasad

both are same use to copy predefind structure or text in to
the program.
but copy will use in compilation
where as include will use in pre-compalation.
if u have any doubt mail me prasad.itcr@gmail.com

Is This Answer Correct ?    18 Yes 0 No

What is difference between copy and include?..

Answer / rajesh_m13

Copy Will expand at compilation time.
Include will expand at pre-compilation time.

Is This Answer Correct ?    10 Yes 0 No

What is difference between copy and include?..

Answer / prabhat

As stated above, INCLUDE expands in precompilation and COPY
in compilation.

If that is the case, why we require INCLUDE, can't COPY be
used instead? Here is the reason:

DB2 precompiler can't process COPY statements, not it
connect to DB2 directories to validate the Table Attributes
(Columns, Name, Data Type) and thus uses the DCL statements
embedded in INCLUDE.

Is This Answer Correct ?    7 Yes 0 No

What is difference between copy and include?..

Answer / guess

both can be used for same including the copy structures...
copy will be expand during compilation and include will be
expand during pre compilation...

Is This Answer Correct ?    0 Yes 0 No

What is difference between copy and include?..

Answer / shabukumar

Both are used for copying the data.

However you cannot use copy verb in between exec and end-
exec.

so Include was used instead of copy.

Is This Answer Correct ?    4 Yes 5 No

What is difference between copy and include?..

Answer / ganesh

copy will used in compilation of pgm and include is used
before execution

Is This Answer Correct ?    0 Yes 8 No

Post New Answer

More CICS Interview Questions

How do you execute a background CICS transaction ?

1 Answers  


What is the other way of terminating a transaction?

2 Answers   IBM,


Name and explain some common CICS abend codes?

2 Answers   HSBC,


Explain the thress bms options?

0 Answers  


Explain the term ?MRO? (Multi Region Operation)?

1 Answers   IBM,


Receive consists of buffer option in it. What is the significance of this option?

0 Answers  


Can you define mdt?

0 Answers  


Which command is used to release a record on which exclusive control is gained?

1 Answers  


What is the syncpoint command?

0 Answers  


What are the 3 common ways to create maps?

1 Answers   IBM,


What is the meaning and use of the EIBAID field?

4 Answers  


what is the option to be coded on return to associate a transaction identifier with next terminal.

1 Answers   IBM,


Categories