What are the different data types available in COBOL?

Answer Posted / vampire

numeric -9
numeric edit---+,-,cr,db,$,b,z,*,v
non numberic----a,x,g
exclusive sets -----+,-,cr,db,$,b,z,*,v

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between static and dynamic call in cobol?

777


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061


how do you define single dimensional array and multidimensional array in your cobol?

678


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710






What is perform what is varying?

711


What is the difference between binary search and sequential search?

643


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17046


What are 77 levels used for?

659


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

804


What is amode(31)

724


What is report-item in COBOL?

711


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8657


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.

2011


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

825