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 the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between Call and a Link?
At the minimum, which division of COBOL is enough to be coded?
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?
Can we move X(7) to S9(7) COMP?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Write a program to explain size error.
how we separate the cobol cics statements from cobol&cics programming?
Why there is no questions in this column?
What is the difference between CALL BY VALUE and CALL BY CONTENT?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is report-item?