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 / barani dharan
Answer 2 is correct i have tested.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
explain sorting techniques in cobol program?
What is redefines clause in COBOL?
What is the difference between next sentence and continue in cobol programing language?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Name the sections present in data division.
What rules are followed by the search verb.
how do you reference the variable block file formats from cobol programs
what is search and searchall?what is the diffrence between them?give an best example?
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
Which is not true about evaluate statement
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Write a program that uses move corresponding.