i have a requrement in A as viswa!@#$%&^**reddy i need to
move viswareddy in B without junk values pls say how to do
ths reply fast
Answer Posted / raghu
01 a pic x(19) value 'viswa!@#$%&^**reddy'.
01 b pix x(11).
procedure division.
perform a until ws-eof-str
if a is alphabetic
move a to b
display b
end-if
end-perform
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define cobol?
Explain about different table spaces.
What rules are to be followed while using the corresponding options?
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.
How to know whether the module is dynamical or statistical?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Which division and paragraphs are mandatory for a COBOL program?
Explain how you can characterize tables in cobol?
Why did you choose to work with ibm mainframe cobol programming?
What are the different rules of SORT operation?
What is length is cobol?
Describe the cobol database components?
What is the LINKAGE SECTION used in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
) what is the difference between AID and HANDLE AID?