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

how can you identify wheather the program is using search or search all in the cobol program?

5 Answers   iGate,


Is It Possible to Update or change in VIEW Mode?

5 Answers   CSC,


Write a program to enter and display the names of students in a class using the occurs clause.

0 Answers  


When can the USING phrase be included in the call statement ?

2 Answers  


01 A pic 9(100) find record length of it

6 Answers   TCS,


) How do you access the migrate the data from production region to development region

1 Answers   IBM,


What are the different rules of SORT operation?

0 Answers  


how to change picture class of copy book variable inside program?

2 Answers  


How do you do in-line PERFORM?

4 Answers   Accenture,


in the TIME parameter we r giving hours r minutes

4 Answers   IBM,


How to know whether the module is dynamical or statistical?

0 Answers  


What is the output generated by the following code? 01 GRP-I. 05 SUBFLD1 PIC XX VALUE "AB". 05 FILTER PIC X(6) VALUE SPACES. 01 GRP-2 REDEFINED GRP-1. 05 SUB-FLD2 PIC XX. 05 SUB-FLD3 PIC XX. 05 FILTER PIC X(4). IF SUB-FLD1 NOT = SPACES DISPLAY "SUBFLD1" MOVE "ABBCCD" TO GRP-1 IF SUB-FLD3 = SPACES DISPLAY "SPACES" ELSE DISPLAY "SUBFLD3" DISPLAY "END" ELSE DISPLAY "SPACES" DISPLAY "END". (a) SUBFLD1 SUBFLD3 END (b) SPACES END (c) SUBFLD1 END (d) SUBFLD1 SPACES

7 Answers   TCS,


Categories