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 / rajini
We wont get data exception error (SOC7) , the program will
go fine , But the value in b will be junk.
Is This Answer Correct ? | 20 Yes | 11 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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.
) how do u code after getting data?
What are the different data types in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
example for sub strings ? and refernce modifications whit output pls
What are the different rules of SORT operation?
A table has two indexes defined. Which one will be used by the SEARCH?
Discuss about changing dataset name in proc.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What the difference is between continue and next sentence?