What is the CICS LOAD command?

Answers were Sorted based on User's Feedback



What is the CICS LOAD command?..

Answer / anna

with CICS LOAD commend you can load a dynamic data for ex.

table:
EXEC CICS
load program(prtabl1)
Hold
end-exec.

Hold opt is used do not relese table after you essue the
return commend.

Is This Answer Correct ?    3 Yes 1 No

What is the CICS LOAD command?..

Answer / bapu

LOAD fetches an application table or mapset, if no copy is in storage, from the disk directory where it resides and loads into shared main storage.

EXEC CICS LOAD PROGRAM('PGM1') SET (PTR1).

Is This Answer Correct ?    2 Yes 1 No

What is the CICS LOAD command?..

Answer / srinivas

Specifies that the named module should be loaded for
debugging purposes. The LOAD command enables you to debug
preloaded load modules.

If you are running in Language Environment, the enclave-
level load service is used to load the load module or
modules. The load module or modules remain active until the
current enclave terminates or you enter the CLEAR LOAD
command for those load modules.

If you are not running in Language Environment, the load
module or modules remain active until the debugging task
terminates or you enter the CLEAR LOAD command for those
load modules. If you are debugging CICS(R) programs, the
load is done by EXEC CICS LOAD. For all other programs, the
load is done by MVS(TM) LOAD services.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

What information can be obtained from the EIBRCODE?

1 Answers  


Explain how do you access the records randomly in tsq?

0 Answers  


What do the keywords MAPONLY and DATAONLY mean?

2 Answers  


Which is the command used for terminating a browse operation?

2 Answers   IBM,


Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers  






What is the primary aspect of CICS?

0 Answers  


Name three ways the Modified Data Tag can be set on?

6 Answers   IBM,


How do you place the cursor on a particular position on the screen?

1 Answers   IBM,


How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know

1 Answers   IBM,


What is the access method used by DB2?

1 Answers  


What is the meaning of the enq command?

0 Answers  


By which CICS defined field can you determine the position of the cursor on the map ?

1 Answers  


Categories