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 to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Write down the divisions of cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write the code implementing the perform … varying.
how to convert the recors form vsam file to db2 table tru file aid
how do you reference the printer file formats from cobol programs
Mention the guidelines to write a structured cobol program?
i need a small 3d program using inline and outline.
What is static and dynamic call in cobol?
What is link edit in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Can a Search can be done on a table with or without Index?
) what is the difference between AID and HANDLE AID?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc