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 / ashok
You get the error during bind.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
What are the various section in data division and briefly explain them.
What are the rules of the move verb?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How many bytes S(8) comp field occupy and its maximum value?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do you differentiate between cobol and cobol-ii?
What rules are followed by the search verb.
What is the difference between binary search and sequential search?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
) how do u code after getting data?
i need a small 3d program using inline and outline.
how to move the records from file to array table. give with code example