I encountered an error when I move spaces to a numeric
field?What should I do to move spaces on that field?help
please.
Answer Posted / ramesh
first numeric field rediffens alpha numeric field
then you check numeric and move spaces to redifened name
ex:
01 num pic 9(09).
01 num1 rediffens num.
02 num2 pic x(09).
if num is numeric
move spaces to num2
end-if.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
What are various search techniques in cobol? Explain.
What is the difference between comp and comp-3 usage?
How do define dynamic array in cobol.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Explain the configuration section of a cobol program with examples of syntax.
) how do u code after getting data?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Write some characteristics of cobol as means of business language.
What is the difference between Global and External Variables?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How many bytes S(8) comp field occupy and its maximum value?
Explain how you can characterize tables in cobol?
What is the problem of ordered sequential files access?