can I copy book which contain db2 statment in procedure
divion?
Answer Posted / vikas pujar
No. Because the Precompiler will comment out all the SQL statements and replace them with equvi call statements. And if use DB2 statment in Copy ,during pre compilation the statements in the copybook wont be commented out.. they will get expanded during compliation of modified source code and we will get Complilation error there.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Why occurs cannot be used in 01 level in COBOL?
What guidelines should be followed to write a structured cobol prgm?
HOw can I get the negative sign while deduct high value from low value
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you define a variable of comp-1 and comp-2?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how to convert the recors form vsam file to db2 table tru file aid
What is link edit in cobol?
Which is not true about evaluate statement
How to remove 2 duplicate records and copy only one using job control language?
What are the access modes of START statement?
how do you reference the variable unblock file formats from cobol programs
Write a cobol program making use of the redefine clause.
Name some of the examples of COBOl 11?