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

Difference between TSQ & TDQ

3 Answers  


Looking at an CICS module how would one will identify that it is pseudo or full conversational?

5 Answers   IBM,


Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?

3 Answers  


Sync points cannot be requested by the application programs (True or False).

1 Answers   IBM,


I want to know what exactly the STOPPER field does with example. Please help.

1 Answers  






What will happen if the TDQ that you want to delete is not in the DCT?

2 Answers  


What is the use of mdt (modified data tag)?

0 Answers  


What is DFHAID? what is its use?

7 Answers  


first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!

1 Answers   CGI, Love, TechRel,


Into what fields will the date and time values be moved after execution of the above command?

1 Answers   IBM,


Explain the function of the terminal control table?

0 Answers  


What is dynamic transaction backout?

0 Answers  


Categories