What information do you get when an EXEC CICS STARTCODE is
issued?

Answer Posted / johan swan

It should be EXEC CICS START - START starts a task, on a local or remote system, at a specified time.

Example:

EXEC CICS START
TRANSID('TRNL')
INTERVAL(10000)
REQID('NONGL')
END-EXEC.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to dsect parameter is used in bms?

700


What are the recoverable cics resources?

591


Define transient data?

563


what is an mdt (modified data tag)? Its menaing and use?

621


Can you define mapset?

598






Can you use occurs in bms map?

605


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

669


What is the term bms in cics?

681


Mention the content that is present inside a PPT ?

550


Can you define attribute byte?

576


Explain the thress bms options?

564


Name the cics command that gives the length of twa area?

567


What is the primary aspect of CICS?

651


Explain the usage of language in the ppt entry?

573


For protecting a transaction using the transaction security function, the two things that must be done are?

1798