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
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the different rules of SORT operation?
What is a report item?
Explain the configuration section of a cobol program with examples of syntax.
For rewrite, why is it mandatory that file needs to be opened?
How do you define a variable of comp-1 and comp-2?
What is length is cobol?
example for sub strings ? and refernce modifications whit output pls
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between Call and a Link?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
) How do u handle errors in BMS macro?
what happens if parmparameter passes zero bytes to the program
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?