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 rules are followed by the search verb.
Under which scenario you would go for a static call as opposed to dynamic call?
how do you reference the variable block file formats from cobol programs
can i use multiple when statements in search & search all ? justify ur answer?
What is the difference between NEXT SENTENCE and CONTINUE?
what are the control characters used in reports
Can anybody give me example of subscript and index
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
What is comp-1 and comp-2?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
01 A pic 9(100) find record length of it