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
How do define dynamic array in cobol.
can I copy book which contain db2 statment in procedure divion?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
What is rmode(any) ?
In which area will you utilize 88 level items in cobol?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
What is the difference between Perform para and perform asaection in cobol?
What is the difference between index and subscript?
i want to enter the name 'pandu' into ur table how?
What compiler option would you use for dynamic linking?