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

How do you define Task Work Area?

1 Answers   IBM,


Which CICS service transaction is used to gain accessibility to CICS control tables?

1 Answers  


In the CICS command level all the re-entrancy issues are handled by the System(True or False).

1 Answers  


write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?

2 Answers   Cap Gemini,


What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?

1 Answers  






When there are 2 records with the same key specified in a DELETE operation what will happen?

2 Answers  


how do you fire a batch job from a cics txn ?

0 Answers   IBM,


What are the beginning and end points of an LUW called?

1 Answers  


What are the cics commands associated with task control?

0 Answers  


What command do you issue to delete a record in a transient data queue ?

1 Answers   IBM,


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


What is an AICA abend?

3 Answers   IBM, Xansa,


Categories