Explain how you can characterize tables in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Define cobol?
if you give cylinder(1,1)how many cylinders it will be allocate?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
Whtz the specialty of 77 level number ?
how many maximum no of variables can be declared in linkage section ?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
What is SQL Code -904 and -903 in DB2 And how to handle it?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
what is the difference between start and startbr?
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
Hai friends why we need to read a file before re-write a record?