HOw can I get the negative sign while deduct high value from
low value
No Answer is Posted For this Question
Be the First to Post Answer
how do you reference the variable unblock file formats from cobol programs
what is the coding difference between COBOL and CICS.
what is scope terminator
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
What is the difference between a binary search and a sequential search?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
what is the advantage of sync class
What is amode(24)?
Explain about level numbers?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
Differentiate between structured cobol programming and object-oriented cobol programming.