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


Please Help Members By Posting Answers For Below Questions

How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1846


What is the Purpose of Pointer in the string?

643


What are various search techniques in cobol? Explain.

650


Differentiate between structured cobol programming and object-oriented cobol programming.

667






How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


explain sorting techniques in cobol program?

690


For rewrite, why is it mandatory that file needs to be opened?

623


) How do u handle errors in BMS macro

1510


Why did you choose to work with ibm mainframe cobol programming?

631


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5693


State the various causes of s0c1, s0c5 and s0c7.

665


) How do u handle errors in BMS macro?

1429


What is the difference between structured cobol programming and object alternativelyiented cobol?

755


) how do u code after getting data?

1580