How To Separate The Numerics From An Alphanumric Data Item
Which Contains Both Alphabates And Numerics ?

Answer Posted / harsha

Use COBOL program and check byte by byte.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a report item?

737


how to access the file from prodution from changeman tool and to submit a file to production

6680


Can we redefine the field of x(200) to less than 200?

814


Explain about different table spaces.

643


what are decleratives in cobol?

1827






What is the difference between Call and a Link?

694


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

892


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

1840


Define static linking and dynamic linking.

660


What is cobol?

741


What are the cobol coding sheets?

658


How to know whether the module is dynamical or statistical?

650


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

627


Why occurs cannot be used in 01 level in COBOL?

711


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1868