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 / mainframe user
why do you want to do this? you know it is not compatible.
there is no point in doing analysis for this stuff.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
A table has two indexes defined. Which one will be used by the SEARCH?
Whats the difference between search & search ALL?
how to convert the recors form vsam file to db2 table tru file aid
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Why occurs cannot be used in 01 level in COBOL?
In COBOL, what is the different between index and subscript?
Difference between array and sub-script ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
what is difference between cobol and cobol/400
Describe the cobol database components?
Write the code to count the sum of n natural numbers.