01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / shibin shah
alpha numeric value cant be stored in integer data type ....
so b will b contain junk valueeee...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the different open modes available in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Which mode is used to operate the sequential file?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Give some examples of command terminators?
What is the difference between comp and comp-3 usage?
What is the local-storage section?
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...)
how do you reference the rrds file formats from cobol programs
A table has two indexes defined. Which one will be used by the SEARCH?
In COBOL programming, what is PERFORM? What is VARYING?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the access modes of START statement?
How to print 10 to 1 if the input have only 10 digit number?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?