If by mistake we MOVE a working storage variable into
LINKAGE area. What will happen??
Answer Posted / 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 |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
How do define dynamic array in cobol.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
how do you reference the rrds file formats from cobol programs
What type of SDLC u followed? Why?
Why did you choose to work with ibm mainframe cobol programming?
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
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between next sentence and continue in cobol programing language?
What are the pertinent COBOL
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?
Explain how to differentiate call by context by comparing it to other calls?
How do we get current date from system with century in COBOL?
Write down the divisions of cobol program?