What is difference between COBOL and VS COBOL II?.
COBOL is developed and deployed in 1985. It runs in 24 bit addressing mode. But VS COBOL - II runs in 31 bit addressing mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
What is amode(31)
how to display comp3 variables reply soon ?
How do you define a table/array in COBOL?
What are the differences between OS VS COBOL and VS COBOL II?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is rmode(any) ?
) how do u code after getting data?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans