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

Describe the difference between subscripting and indexing ?

2 Answers  


Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a

3 Answers   TCS,


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


Why occurs cannot be used in 01 level in COBOL?

0 Answers   Arigo Infotech,


Explain about Redefines cluse?

3 Answers   iGate,






What is the problem of ordered sequential files access?

0 Answers  


When would you use in-line perform?

2 Answers  


What is the difference between PIC 9.99 and 9v99 in COBOL?

0 Answers   SwanSoft Technologies,


what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.

3 Answers   HCL, TCS,


Can a Search can be done on a table with or without Index?

0 Answers  


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


How to pass return codes from cobol to jcl?

5 Answers  


Categories