what is the default print format? in cobol

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

If you are current on the owner of a set, what is the difference between obtain next and obtain first?

646


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2016


When is inspect verb is used in cobol?

679


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678


How do you reference the fixed block file formats from cobol programs

711






Explain how you can characterize tables in cobol?

644


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


Write some characteristics of cobol as means of business language.

624


How to print 10 to 1 if the input have only 10 digit number?

815


Write a cobol program making use of the redefine clause.

739


Difference between cobol and cobol-ii?

715


What is the default value(s) for an initialize and what keyword allows for an override of the default?

699


What is the difference between PIC 9.99 and PIC9v99?

783


What is difference between static and dynamic call in cobol?

781


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934