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?
Answers were Sorted based on User's Feedback
what is qualification on occurs clause?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
Write a cobol program making use of the redefine clause.
S9(5)V9(2) occupies how many bytes memory ?
What is the point of the REPLACING option of a copy statement?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How you can read the file from bottom?
how do you define single dimensional array and multidimensional array in your cobol?
where did you see the information regarding abend codes in jcl?
Why would you use find and get rather than to obtain?
how to convert the recors form vsam file to db2 table tru file aid
is it possible to declare index in cobol program? if it is not why its tell me pls