77 a pic x(4) value '1234' -----> instead of this 'abcd'
77 b pic 9(4) value zeros.
move a to b
what is the answers for both cases?
IS it possible? Give me elementary move rules briefly......
Answer Posted / amarnath reddy
Hi Himanshu,
you read and try to understand my answer. I posted my answer
is Those cases not possible only when we move 1234 to b data
item that is accepted otherwise move abcd to b data item
possible to get the abend soc7.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is rmode(24)
What guidelines should be followed to write a structured cobol prgm?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
) how do u code after getting data?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the pertinent COBOL commands?
Explain about different table spaces.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the problem of ordered sequential files access?
What is the utilization of copybook in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the cobol coding sheets?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.