Which of the following EDITind and PICTURE symbols is to be
used if a
minus(-) is to appear before the value if the value is
-ve and a plus(+)
is to appear before the value if the value is +ve?
(a) +
(b) -
(c) + OR
(d) It is not possible
Answer Posted / islam
correct answer is (b) -
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
What is the difference between goback, stop run and exit program in cobol?
What is the compute verb? How is it used?
What are the different open modes available in cobol?
What are declaratives and what are their uses in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do you reference the following file formats from cobol programs?
Have you used comp and comp-3 in your project? And how?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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.
What is amode(24)?
Why would you use find and get rather than to obtain?
What are all the divisions of a COBOL program?
how do you reference the rrds file formats from cobol programs