What is interval control and what are some of the CICS
commands associated with it?

Answers were Sorted based on User's Feedback



What is interval control and what are some of the CICS commands associated with it?..

Answer / guest

The CICS interval control program, in conjunction with a
time-of-day machine instruction (MI) interface maintained
by CICS, provides functions that can be performed at a
specific time; such functions are known as time-controlled
functions. The primary task of the CICS interval control
facility is the handling, synchronization, and initiation
of tasks requested by user application programs and CICS
internal service modules. Other functions include obtaining
and formatting time requests for the user.

Using interval control commands, you can:

Start a task at a specified time or after a specified
interval and pass data to it (EXEC CICS START command).
Retrieve data passed on an EXEC CICS START command (EXEC
CICS RETRIEVE command).
Delay the processing of a task (EXEC CICS DELAY command).
Request notification when a specified time has expired
(EXEC CICS POST command).
Wait for an event to occur (EXEC CICS WAIT EVENT command).
Cancel the effect of previous interval control commands
(EXEC CICS CANCEL command).
Request the current date and time of day (EXEC CICS ASKTIME
command).
Select the format of date and time (EXEC CICS FORMATTIME
command).

Is This Answer Correct ?    7 Yes 0 No

What is interval control and what are some of the CICS commands associated with it?..

Answer / guest

CICS has three interval control
values that are specified in the System. Initialization
Table (SIT)
Example: "Start" command in CICS.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More CICS Interview Questions

What is program reentrance?

0 Answers  


The first step in the development of an application system is the Requirement Analysis(True or False).

1 Answers  


Do you require a table entry for a TSQ?

2 Answers   IBM,


What is the command that is used to add a new record to the file?

1 Answers  


What is the use of the DELIGHT in Mainframes and whats is use of scope?

1 Answers  






Define an asra?

0 Answers  


Reading a record from a TSQ will logically delete the record from the Queue (True or False).

1 Answers  


Explain the basic difference between Intra partition TDQ and Extra partition TDQ.

2 Answers   IBM,


What is the option that is used to erase all unprotected fields during a SEND MAP operation?

5 Answers   Kanbay,


Explain the thress bms options?

0 Answers  


Explain floating maps with illustration.

1 Answers   IBM,


What is meant by MDT? Furthermore, comment on FRSET and FSET ?

0 Answers  


Categories