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 / satish
Yes We can move that.But I have another question.if we
move 'abcd' to comp variable then how it will get stored??I
know if we move theb it wont abend but dbt know how it will
be stored:-(
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to refer the data field?
explain sorting techniques in cobol program?
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
what is the difference between COBOL2 AND COBOL390?
Name the sections present in data division.
example for sub strings ? and refernce modifications whit output pls
Name some of the examples of COBOl 11?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain what you understand by passing by value.
) how do u code after getting data?
Write some characteristics of cobol as means of business language.
how do you reference the variable block file formats from cobol programs
In COBOL, what is the different between index and subscript?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.