How many bytes do a s9 (7) comp-3 field occupy?
What are the differences between OS VS COBOL and VS COBOL II?
What is normalisation?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between comp and comp-3?
can we use COPY statement in w-s section? how?
How To move a value to an array using move verb?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
i WANT ALL ERROR codes IN CICS and DB2
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
Can we access the a[0] in the array ?
Explain the configuration section of a cobol program with examples of syntax.
subscript and index r not coded in u r application program what will happen?