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
In which area will you utilize 88 level items in cobol?
Write the code to count the sum of n natural numbers.
how to convert the recors form vsam file to db2 table tru file aid
how do you reference the esds vsam file formats from cobol programs
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How you can read the file from bottom?
What is perform what is varying?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you differentiate between cobol and cobol-ii?
What the difference is between continue and next sentence?
how do you reference the ksds vsam file formats from cobol programs
Whats the difference between search & search ALL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do define dynamic array in cobol.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc