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 / pradip
1.
000123
2.
abc---
Well arthi, here - stands for blank space, correct me if am
wrong
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Can we change the password using ALTER? anyone tried and changed?
What is the local-storage section?
How to know whether the module is dynamical or statistical?
What are the pertinent COBOL commands?
explain sorting techniques in cobol program?
example for sub strings ? and refernce modifications whit output pls
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is difference between static and dynamic call in cobol?
Explain about different table spaces.
What is the problem of ordered sequential files access?
how to move the records from file to array table. give with code example
What the difference is between continue and next sentence?