What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?
Answer Posted / jayaprabhu
spaces to umeric field will give data exp error soc7
bocz we cant move the spaces to numeric field
Zeroes to alphabetic we cant bcoz zeroes is numeric we cant
move into the alphabetic if we move it will give soc7
But using redefines we can moves num-alpa, alpa -num
these kind we use for copybook where in if you have one
field need to change for num/alpa.instead going for new
copybook .
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the different data types in cobol?
Why did you choose to work with ibm mainframe cobol programming?
What are 77 levels used for?
What is a scope terminator give example?
For rewrite, why is it mandatory that file needs to be opened?
Why would you use find and get rather than to obtain?
what is the difference between COBOL2 AND COBOL390?
) what is the difference between AID and HANDLE AID?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the compute verb? How is it used?
What are the various section in data division and briefly explain them.
What is the difference between Call and a Link?
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 the Purpose of POINTER Phrase in STRING command in COBOL?
Difference between cobol and cobol-ii?