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 / manish shelke
YES, we can move . But the a will contained only ABC and D
will get truncated
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Write a program that uses move corresponding.
What rules are followed by the search verb.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Have you used comp and comp-3 in your project? And how?
What is rmode(24)
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do you reference the fixed block file formats from cobol programs
Define static linking and dynamic linking.
Explain the configuration section of a cobol program with examples of syntax.
how do you reference the variable block file formats from cobol programs
What are the different rules to perform a Search?
) what is the difference between AID and HANDLE AID?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
When is inspect verb is used in cobol?