how do you move only numeric data from A to B
01 A pic x(10) value 'a1b2c34d5e'.
01 B pic x(5).
Answer Posted / mr.s
using inspect command
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
What is Pic 9v99 Indicates in COBOL?
Whats the difference between search & search ALL?
What are 77 levels used for?
What is the difference between comp and comp-3 usage?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is difference between static and dynamic call in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to remove 2 duplicate records and copy only one using job control language?
Explain what you understand by passing by value.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is amode(24)?
how do you define single dimensional array and multidimensional array in your cobol?
What is inspect in cobol ?