I encountered an error when I move spaces to a numeric
field?What should I do to move spaces on that field?help
please.
Answer Posted / sundar
Move space to the numeric field not getting any error.
However if that numeric field involves any arithmatic
operation than it will get abend.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
What are the pertinent COBOL
What is amode(31)
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between goback, stop run and exit program in cobol?
What are the various section in data division and briefly explain them.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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 a scope terminator give example?
What are the access modes of START statement?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
explain sorting techniques in cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is link edit in cobol?
) How do u handle errors in BMS macro?