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 is the difference between binary search and sequential search?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Explain how you can characterize tables in cobol?
how to refer the data field?
In COBOL, what is the different between index and subscript?
What are the different open modes available in cobol?
What are the different data types in cobol?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do you reference the following file formats from cobol programs?
What is redefines clause in COBOL?
Write the code implementing the perform … varying.
Difference between array and sub-script ?
A table has two indexes defined. Which one will be used by the SEARCH?
Describe the cobol database components?