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 other file control processing commands are used for file updating?

1 Answers  


What is difference between copy and include?

6 Answers  


What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you

2 Answers  


What is meant by a ‘Transid’ ?

0 Answers  


What is the CICS LOAD command?

3 Answers   IBM,






For protecting a transaction using the transaction security function, the two things that must be done are?

0 Answers  


How would you resolve an ASRA abend?

2 Answers   IBM,


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

6 Answers   IBM,


what are the six different type of argument values in cobol that can be placed in various options of a cics command?

0 Answers   IBM,


What is the size of commarea

5 Answers   IBM,


What are the three ways available for a program to position the cursor on the screen?

2 Answers   IBM,


What is non-conventional programs?

0 Answers  


Categories