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



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

Answer / 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

More CICS Interview Questions

Specify the requirements for automatic task initiation?

0 Answers  


If I create a TSQ from one transaction, can I read it from another transaction?

4 Answers   IBM,


explain abt types of maps? and explain

1 Answers  


Explain the difference between a physical bms mapset and a logical bms mapset?

0 Answers  


What is a Logical Unit of Work (LUW)?

1 Answers  






What is the CICS Command that is used for reading a record from the TDQ?

1 Answers   IBM,


What is data only and map only in cics

4 Answers   TCS, Virtusa,


What are the CICS commands available for program control?

1 Answers   IBM,


What is the primary aspect of CICS?

0 Answers  


What is bms map?

0 Answers  


What is the drawback of using HANDLE CONDITION?

1 Answers   IBM,


How ENQ and DEQ used in CICS?

0 Answers  


Categories