What is the linkage section?

Answer Posted / vampire

Linkage section is subprogram
it will be coded in data division
use to pass values from one program to another

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10403


How arrays can be defined in COBOL?

635


Why occurs cannot be used in 01 level in COBOL?

693


How are the next sentence and continue different from each other?

740


what is the difference between COBOL2 AND COBOL390?

2417






What is the Purpose of Pointer in the string?

619


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5019


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2686


What is the difference between external and global variables in COBOL?

785


What is the problem of ordered sequential files access?

671


What is the difference between a binary search and a sequential search what are the pertinent cobol?

702


What is the utilization of copybook in cobol?

631


What is the difference between Call and a Link?

672


what is difference between cobol and cobol/400

21493


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1623