01 a pic x(6) value is abcdef
01 b pic x(3)
move a to b wht will be the value in b ?
Answer Posted / prasanna
b value is abc
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Why would you use find and get rather than to obtain?
How arrays can be defined in COBOL?
Define static linking and dynamic linking.
How do you reference the following file formats from cobol programs?
What is cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
State the various causes of s0c1, s0c5 and s0c7.
how do you reference the printer file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
Describe the cobol database components?
Explain how you can characterize tables in cobol?