Name some common CICS service programs and explain their
usage?

Answer Posted / guest

INTERVAL CONTROL : provides time-related services ,
including services for getting the current date and time
and scheduling tasks for execution.
TASK CONTROL : can be used to control the execution of
task. provides for temprirly suspending task that is
monopolizing CICS resources or gaining exclisive control of
a CICS resource.
STORAGE CONTROL: provide for allocating main storage space
outside of the working storage area of application program.
DUMP CONTROL : produces a TRANSACTION DUMP when a fatal
error is encountered during the execution of an application
program.dump can be used to help DEBUG the program.
TRACE CONTROL : maintains a trace table table that
indicates the sequence of CICS opeartions performed . this
table can be used to help a debug a program.
TRANSIENT DATA CONTROL : provide convenient way to use
sequential files called DESTINATIONS to store data. records
written to destination r added to the end of destination.
JOURNAL CONTROL : creates a record or journal that can be
used to restore files in the event of a task or system
failure.
TERMINAL CONTROL : is CICS INTERFACE with th os termanla
control lets u send text to or receive text from the
terminal that initiated the task.
FILE CONTROL : provides the interface for VSAM FILES , when
an application program issues a file control request , file
control passes it on to VSAM , which manages the data
stored on direct access device.
file control passes data request made by a program to
VSAM . VSAM in turn manages tha data stored in files on
direct access device.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define communication area?

553


Explain cebr transaction commands?

535


Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?

679


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

597


With the use of an alternate index, how is a VSAM file accessed?

634






Explain difference between call and link?

548


What is the term bms in cics?

677


Give certain situations where NEWCOPY is obligatory?

689


Define RCT.

732


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

592


In the EIB block of CICS, highlight the names of few of the important fields?

575


What is the eib parameter?

610


How do you use altindxs in batch, cics programs?

569


Name the three ways available for a program to position the cursor on the screen?

579


What are the common tables in cics and their usage?

518