If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??
Answers were Sorted based on User's Feedback
Answer / rekha
at compilation time only it will give a warning message that
the variable or data item that did not have a addressability
if you ignore the warning message and proceeds with runcobol
then it will produce a S0C4 error message.
Is This Answer Correct ? | 15 Yes | 0 No |
Answer / 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 |
Answer / manasamurari
mismatch of sending variables will lead to soc4 abend
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / dharma
If we pass the value of working storage variable to LInkage
variable and that variable uses as input to the another sub
program nothing will happen.
Is This Answer Correct ? | 8 Yes | 3 No |
What is an explicit scope terminator?
How to read the last 100 records from a COBOL file. The file contains N number of records.
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
if we have a 10 steps how to override the 4th step in jcl?
9(2).99 how many bytes take? Why . consider as a byte?
What is sqlca and why is it needed in any cobol-db2 program?
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
What are decleratives in COBOL ?
Write a program to enter and display the names of students in a class using the occurs clause.
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."