What is the difference between comp and comp-3?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between start and startbr?
Have you code any new programs in COBOL ? What is the functionality of the programs?
What are the divisions in a cobol program? Which one is the mandatory division among them?
What is COMP SYNC?
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What are the functions like c or c++ in cobol?
wht do u mean by (*,intrdr) wht is * used for ?
what is the meaning of pic 9(09)v99-
Explain fixed length record in cobol? with suitable example
When is inspect verb is used in cobol?
what is label record is standard or omitted in file description of data division?
In an EVALUTE statement is the order of the WHEN clauses significant?