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 the most common way of building queue-id of a tsq?

0 Answers   IBM,


What is DFHAID? what is its use?

7 Answers  


Db2 what is 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 cicsregions that share the same db2 subsystem?

0 Answers  


What is meant by an attribute byte?

0 Answers  


How do you control cursor positioning?

3 Answers   IBM,


What is the difference between a PF key & a PA key ?

4 Answers   IBM,


Define an aica abend?

0 Answers  


What is the command used for receiving a map from a terminal?

1 Answers  


Can you simply check if length = 0 for checking if a field was modified?

3 Answers   IBM,


In which table would you make an entry for a BMS map?

2 Answers   IBM,


what is partial serch analysys in cics?

2 Answers  


how can we display negative sign in a map?

2 Answers   TCS,


Categories