What is report-item?
Answer / g.menaka
Report item is a field that contains the edit symbols that
is to be printed
| Is This Answer Correct ? | 4 Yes | 0 No |
How can you pass values from COBOL program to non-COBOL programs?
how to resolve the file status 47.......
Why occurs can not be used in 01 level ?
How may divisions are there in JCL-COBOL?
what is jcl approach for programming?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
Name the sections present in data division.
What is the LINKAGE SECTION used in COBOL?
What is the difference between comp and comp-3?
how would you resolve sb37 and SE37?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
What is a report item?