What is the use of LINKAGE SECTION?
Answer / sreedhar
Linkage section is a part of data division.
This can be coded in 2 situations
1) When we want to pass data from Jcl to COBOL program using parm parameter.
2) when mainprogram communicates with sub program then we code linkage section in sub program
| Is This Answer Correct ? | 0 Yes | 0 No |
What was removed from COBOL in the COBOL II implementation?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
how to change picture class of copy book variable inside program?
What are the different rules to perform a Search?
What R 2 of the common forms of the EVALUATE STATEMENT ?
What is the difference between Perform para and perform asaection in cobol?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
what is srange and nosrange pls reply to ths question ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that