1.What is the default print format in cobol?

Answers were Sorted based on User's Feedback



1.What is the default print format in cobol? ..

Answer / purushothr

dump

Is This Answer Correct ?    23 Yes 0 No

1.What is the default print format in cobol? ..

Answer / ravi

Default USAGE clause is DISPLAY

Is This Answer Correct ?    14 Yes 3 No

1.What is the default print format in cobol? ..

Answer / purushoth

Dump IS THE CORRECT ANSWER MAN..i dont knw how u ppl
gussing display for default print format..

Is This Answer Correct ?    9 Yes 1 No

1.What is the default print format in cobol? ..

Answer / suryaprathap

display statement is the print format

Is This Answer Correct ?    2 Yes 0 No

1.What is the default print format in cobol? ..

Answer / lakshmisudha

dump is correct answer when if u r using IDCAMS utility
print command in Vsam in that time DUMP is correct


in cobol DEFAULT IS CORRECT

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More COBOL Interview Questions

I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

1 Answers  


What is an explicit scope terminator?

3 Answers  


What is the difference between external and global variables in COBOL?

1 Answers   Winsol Solutions,


Difference between next and continue clause

4 Answers   Kanbay,


What is a subscript ?

3 Answers  


The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it

3 Answers   ADP,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


Explain complete concept of table handling in COBOL with an example?

2 Answers   IBM, TCS, Wipro,


how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?

2 Answers  


s9(18) comp-3:: What is the size of memory it takes internally?

4 Answers  


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


What is the LINKAGE SECTION used in COBOL?

1 Answers   UGC Corporation,


Categories