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
What are the pertinent COBOL commands?
What is cobol?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between PIC 9.99 and 9v99 in COBOL?
Difference between array and sub-script ?
HOw can I get the negative sign while deduct high value from low value
how do you define single dimensional array and multidimensional array in your cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
Write some characteristics of cobol as means of business language.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
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 is the difference between perform … with test after and perform … with test before?
What are the different rules of SORT operation?
how to move the records from file to array table. give with code example