Answer Posted / vampire
No,in numeric data types numeric wont be applicable
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
How many bytes S(8) comp field occupy and its maximum value?
how do you reference the variable block file formats from cobol programs
What is perform what is varying?
What is the difference between binary search and sequential search?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how can i see junk values in dclgen or in hostvariable of comp ?
What is a scope terminator give example?
State the various causes of s0c1, s0c5 and s0c7.
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?
How do get the result of your program directly on your pc?
What are the different data types in cobol?
Name the divisions, which are available in a cobol program?
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.