Can we move SPACES to numeric field and ZEROES to
alphabetic field? If yes what are the way doing this?
Answer Posted / sriram
NO.
Only Alphanumiric field allow numric or alphabetic or both.
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is rmode(any) ?
how do you reference the variable block file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Can we redefine the field of x(200) to less than 200?
how do you reference the variable unblock file formats from cobol programs
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 search and searchall?what is the diffrence between them?give an best example?
How do define dynamic array in cobol.
Differentiate between structured cobol programming and object-oriented cobol programming.
What is cobol?
Which division and paragraphs are mandatory for a COBOL program?
What is amode(31)
Write the code to count the sum of n natural numbers.
What are the cobol coding sheets?
What are the rules of the move verb?