How arrays can be defined in COBOL?
why 02 level number can't be use as a separate level number like 01 or 77 ?
wht is the diff b/w if and evaluate stmts ?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
SIGN TRAILING SEPARATE field occupy ?
in the TIME parameter we r giving hours r minutes
I have a occurs for 100 times but it has executed 101 time what could be the reason?
What is the Purpose of Pointer in the string?
what are the control characters used in reports
what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99
if you give cylinder(1,1)how many cylinders it will be allocate?
what is the difference between COBOL2 AND COBOL390?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.