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
Write a program that uses move corresponding.
explain sorting techniques in cobol program?
What is the difference between perform … with test after and perform … with test before?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the problem of ordered sequential files access?
What are different data types in cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Write some characteristics of cobol as means of business language.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Can a Search can be done on a table with or without Index?
How to print 10 to 1 if the input have only 10 digit number?
Give some examples of command terminators?
Are you comfortable in cobol or jcl?
How do you define a variable of comp-1 and comp-2?