I try to use some column names in my cobol progorm but
these column not in db2 table ..when do i get error ..while
bind time or runtime?
Answer Posted / ravindra
right and return sqlcode will be -206
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between Global and External Variables?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Whats the difference between search & search ALL?
In COBOL programming, what is PERFORM? What is VARYING?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Write a program to enter and display the names of students in a class using the occurs clause.
What is cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
) how do u code after getting data?
What is redefines clause in COBOL?