Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

name the command that is used to dump the main storage areas related to a task?

0 Answers  


Kindly specify the pic clause for the data type of length option field type of data fields?

0 Answers  


What is ASRAABEND in CICS?

2 Answers   IBM,


Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  


what is the purpose of using link ?

5 Answers   Kanbay,


Why do we need integrated cics translator?

0 Answers  


Which is the EIB field that gives the date when a task was started?

1 Answers  


Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?

0 Answers  


Difference between TSQ & TDQ

3 Answers  


Can we define an alternate index on VSAM/RRDS ?

2 Answers   IBM,


How is dynamic memory allocated within a CICS application program?

1 Answers   IBM,


What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?

1 Answers   IBM,


Categories