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 / vinod
01 a pic x(19) value 'viswa!@#$%&^**reddy'.
01 b pix x(11).
procedure division.
move a(1:5) to b(1:5).
move a(15:5) to b(6:5).
display b.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
Write a cobol program making use of the redefine clause.
What type of SDLC u followed? Why?
) how do u code after getting data?
Can we change the password using ALTER? anyone tried and changed?
What the difference is between continue and next sentence?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
In COBOL, what is the different between index and subscript?
What is the difference between PIC 9.99 and PIC9v99?
Write a program to enter and display the names of students in a class using the occurs clause.
Name the divisions, which are available in a cobol program?
Are you comfortable in cobol or jcl?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how to access the file from prodution from changeman tool and to submit a file to production