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
What is amode(24)?
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 do u write test cases?
what are decleratives in cobol?
What kind of error is trapped by on size error option?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
) how do u code after getting data?
Mention the guidelines to write a structured cobol program?
Why occurs cannot be used in 01 level in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the access modes of START statement?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.