Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is amode(24)?

1299


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.

2497


How do u write test cases?

2112


what are decleratives in cobol?

2311


What kind of error is trapped by on size error option?

1296


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2538


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

1169


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2441


) how do u code after getting data?

2212


Mention the guidelines to write a structured cobol program?

1145


Why occurs cannot be used in 01 level in COBOL?

1206


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2520


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2189


What are the access modes of START statement?

1331


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

2168