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
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Whats the difference between search & search ALL?
What is link edit in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how can i see junk values in dclgen or in hostvariable of comp ?
How many bytes S(8) comp field occupy and its maximum value?
What are the cobol coding sheets?
Write a cobol program making use of the redefine clause.
What is the utilization of copybook in cobol?
What rules are to be followed while using the corresponding options?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
) How do u handle errors in BMS macro