What are the differences between and EXEC CICS XCTL and an
EXEC CICS START command?
Answer Posted / guest
->BY EXEC CICS XCTL is used to pass control from one
application program to another apllication program at the
same logical level. the calling(XCTLing ) program does not
expect control to be returned.
EXEC CICS XCTL
PROGRAM(program-name)
COMMAREA(ws-commarea)
LENGTH(ws-len)
END-EXEC.
->the START command is used to start a transaction at the
specified terminal and at d specified time or
interval.optionally , data can be passed to d to-be-
initiated transaction.
EXEC CICS START
INTERVAL(001500)
TRANSID('SGS')
TERMID('GDHD')
FROM(DATAFLD)
LENGTH(100)
RTRANSID(EIBTRNID)
RTERMID(EIBTRMID)
QUEUE(QNAME)
END-EXEC.
A special appliaction of the START command is the scheduled
transaction initiation ( STI ) , by which certain CICS
tranaction can be initiated automatically at d scheduled
time or interval.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
what are the commands used to gain exclusive control over a resource?
Explain what is a cursor in cics sql processing?
How is Telon(CA-Telon) used to build map?
What are the ways fot initiating a transaction?
Explain how do you set the mdt option to on status, even if data is not entered?
What is the common work area?
What is an mdt (modified data tag)?
What is mainframe cics?
What is the procedure to solve an ASRA ABEND?
how do you intitiate another transaction?
Explain how and where is the twa size set?
name the command that is used to dump the main storage areas related to a task?
Explain the usage of language in the ppt entry?
What are the types of processes to create a map in cics?