what is the default print format? in cobol

Answers were Sorted based on User's Feedback



what is the default print format? in cobol..

Answer / kannan

Default print format is EBCDIC (IE) spaces

Is This Answer Correct ?    17 Yes 2 No

what is the default print format? in cobol..

Answer / joshin

display

Is This Answer Correct ?    5 Yes 0 No

what is the default print format? in cobol..

Answer / ashok

in cobol defalt print formate is spacess only. eaither
numaric or alphanumaric or chater also

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More COBOL Interview Questions

In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?

5 Answers  


I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?

1 Answers   CTS,


In an EVALUATE statement, can I give a complex condition on a when clause?

2 Answers  


What are various search techniques in cobol? Explain.

0 Answers  


What is link edit in cobol?

0 Answers  






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.

6 Answers   Accenture,


What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya

2 Answers   CSC,


What are ISOLATION LEVELS? Where do we need to specify them?

3 Answers   EXL,


Why IBM?

1 Answers   IBM,


How is sign stored in a comp-3 field?

7 Answers  


What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......

3 Answers   BirlaSoft,


Categories