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 / sumanth toom
Ans 2 is correct and to add further to that..when the
program tries to use this variable 'b', then it will give
S0C7
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How many bytes S(8) comp field occupy and its maximum value?
Write a program to explain size error.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the utilization of copybook in cobol?
What is comp-1 and comp-2?
How do you reference the fixed block file formats from cobol programs
Difference between array and sub-script ?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What guidelines should be followed to write a structured cobol prgm?
A table has two indexes defined. Which one will be used by the SEARCH?
How do define dynamic array in cobol.
i need a small 3d program using inline and outline.
What are the different types of condition in cobol and write their forms.