I want to declare a field with data type Double in my COBOL
program. how shall i do that ?
Answer Posted / sri
9(X) V99 or 9(X) V(Y)
Where X and Y are integers.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What the difference is between continue and next sentence?
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.
How do you differentiate between cobol and cobol-ii?
what is amode(24), amode(31), rmode(24) and rmode(any)?
IF I mention stop run in CICS what happens?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how to refer the data field?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how to convert the recors form vsam file to db2 table tru file aid
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Discuss about changing dataset name in proc.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is an in line perform? When would you use it? Anything else you wish to say about it.
In COBOL, what is the different between index and subscript?