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

COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?

3 Answers  


List all the CICS tables and explain their contents.

3 Answers   IBM,


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

6 Answers   IBM,


when will be use the tdq and tsq??

2 Answers   Keane India Ltd,


can there be multiple mapsets for a single program?

1 Answers  


plz give the syntax for receive map and receive text cmds in cics

1 Answers  


Explain the term ?MRO? (Multi Region Operation)?

1 Answers   IBM,


CICS and DB2 can exist in the same region under the Operating system (True or False)

2 Answers  


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

0 Answers  


Give the definition of COMMAREA ?

0 Answers  


NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING

1 Answers   Fujitsu,


What does EIB mean?

3 Answers   IBM,


Categories