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 report-item in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain how you can characterize tables in cobol?
Explain about different table spaces.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Can we redefine the field of x(200) to less than 200?
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 the difference is between continue and next sentence?
What is the utilization of copybook in cobol?
Define cobol?
how to refer the data field?
What is a report item?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why would you use find and get rather than to obtain?