01 a pic 9(3) value is 123
01 b pic 9(6)
move a to b
wht will be the value ? and
01 a pic x(6) value is abc
01 b pic x(3)
move a to b
wht will be the value ?
Answer Posted / praveen
Arati was correct. if you move x(6) varibale to x(3) there
will not be any blank spaces.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In COBOL, what is the different between index and subscript?
What is rmode(any) ?
What is the utilization of copybook in cobol?
how do you reference the variable unblock file formats from cobol programs
What is the difference between comp and comp-3?
What is amode(31)
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are declaratives and what are their uses in cobol?
What is the local-storage section?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how do you reference the esds vsam file formats from cobol programs
How can you get the ksds file records into your cobol program?
What is the compute verb? How is it used?