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
) how do u code after getting data?
i need a small 3d program using inline and outline.
Explain about different table spaces.
What is a report item?
What is a SSRANGE and NOSSRANGE?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how can i see junk values in dclgen or in hostvariable of comp ?
What guidelines should be followed to write a structured cobol prgm?
How are the next sentence and continue different from each other?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the variable unblock file formats from cobol programs
Have you used comp and comp-3 in your project? And how?
How do you differentiate between cobol and cobol-ii?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need