What is the LINKAGE SECTION used for?
Answers were Sorted based on User's Feedback
Answer / shiva
1.IS USED TO DECLARE FIELDS TO PASS DATA FRM JCL TO COBOL
2.IS USED TO DECLARE FIELDS TO PASSS DATA BTWN PROGRAMS
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anil prajapati
this section is used for passing values from calling
program to main pogram and vice versa
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / abhishek
LINKAGE SECTION IS USED FOR LINKING A MAIN PROGRAM TO
SUBPROGRAM.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkatachalam
Sharing the memory location between called program and
calling program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
What are the pertinent COBOL
What R 2 of the common forms of the EVALUATE STATEMENT ?
How do you define a variable of comp-1 and comp-2?
Write the code implementing the perform … varying.
how to transfer the file from pc to mainframe??
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
what r the types of perform statement
Differentiate COBOL and COBOL-II?
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
i Want All cobol ERROR codes?
What are the ways you can generate a copybook?