If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??
Answer Posted / 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 |
Post New Answer View All Answers
What are the cobol coding sheets?
What are the different data types in cobol?
HOw can I get the negative sign while deduct high value from low value
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What rules are followed by the search verb.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how do you reference the esds vsam file formats from cobol programs
Can we change the password using ALTER? anyone tried and changed?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Explain the configuration section of a cobol program with examples of syntax.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?