What is interval control and what are some of the CICS
commands associated with it?
Answers were Sorted based on User's Feedback
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 |
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 |
What is a cics task?
what is the deadlock?
Have you entered any program names in PPT or PCT? If so How?
Define the term transaction routing?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
Name at least one of the ways by which a transaction can be terminated?
why we code ACCUM parameter in cics send time
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
What is DFHAID? what is its use?
What is the CICS LOAD command?
What is the difference between pct and fct?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?