If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??
Answer Posted / hari
The problems outcome may be different.
A few cases where i found this reason, the problem that was
occuring was a SOC4 Abend.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
How to print 10 to 1 if the input have only 10 digit number?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How many sections are there in data division in COBOL?
Difference between cobol and cobol-ii?
Describe the cobol database components?
Discuss about changing dataset name in proc.
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.
Write the code implementing the perform … varying.
How do you differentiate between cobol and cobol-ii?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between perform … with test after and perform … with test before?
how can i see junk values in dclgen or in hostvariable of comp ?
) How do u handle errors in BMS macro?
What is cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......