Why must all CICS programs have a Linkage Section ?

Answers were Sorted based on User's Feedback



Why must all CICS programs have a Linkage Section ?..

Answer / krishnakumar

The Translator creates the Linkage Section to include all
system related info under DFHEIBLK like EIBTIME,EIBDATE
etc. as also to communicate between programs via
DFHCOMMAREA to pass variables between programs.

Is This Answer Correct ?    13 Yes 0 No

Why must all CICS programs have a Linkage Section ?..

Answer / m nageswara rao

basically cics is itself works like an operatinig
system,through linkage section we can pass data from one
program to another program or one transation to an other
transation,by specifying the dfhcommarea in linkage section
we can pass data ,so every cics programs needs use of
linkage section........

Is This Answer Correct ?    4 Yes 0 No

Why must all CICS programs have a Linkage Section ?..

Answer / pawan

CICS is itself a parent program under which our cics
application programs run as a sub programs. As every sub
program has a linkage section we also hav linkage section
in our program wherein the using verb we provide dfhcommlen
as argumeent. But its not written explicitly in our
programs as all programs include them automatically
whenever the are called under the CICS system.

Is This Answer Correct ?    3 Yes 1 No

Why must all CICS programs have a Linkage Section ?..

Answer / mahesh

Default : It will incldue Linkage section even if you
provide or not.

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More CICS Interview Questions

Explain floating maps with illustration.

1 Answers   IBM,


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

0 Answers   IBM,


What is a resident program?

2 Answers   IBM,


What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.

1 Answers  


What is the cics command level?

0 Answers  






How are VSAM files Read in CICS pgms?

4 Answers   IBM,


how do you handle errors in cics programs?

1 Answers   IBM,


Define task work area?

0 Answers  


What is the command that is used to delay the processing of a task for a specified time interval

1 Answers  


What are the steps you go through to a create a BMS executable?

2 Answers   IBM,


Name some of the common tables in CICS and their usage.

1 Answers   IBM,


How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?

3 Answers   DELL, HSBC,


Categories