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

What is the COMMAREA(communications area)?

2 Answers  


write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?

2 Answers   Cap Gemini,


What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?

3 Answers  


Give certain situations where NEWCOPY is obligatory?

0 Answers  


Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers  






What are the CICS commands associated with temporary storage queue processing?

2 Answers  


What is interval control?

0 Answers  


Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?

3 Answers   Accenture,


What is the other way of terminating a transaction?

2 Answers   IBM,


Explain what is a cursor in cics sql processing?

0 Answers  


What is interval control and what are some of the CICS commands associated with it?

2 Answers   IBM,


How vsam files are read in cics pgms?

0 Answers  


Categories