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 a logical message in CICS?

1 Answers   IBM, Syntel, Wipro,


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 function of the Terminal Control Table(TCT)?

1 Answers  


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

2 Answers   IBM,


How many ways to share information between different CICS programs?

3 Answers   Accenture,






In which CICS table would you specify the length of the TASK WORK AREA (TWA)?

3 Answers   IBM, TCS,


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

0 Answers  


Why doesn?t CICS use the Cobol Open and Close statements ?

2 Answers  


What is ENQ in CICS?

2 Answers   IBM,


What is the cics command that is used to access current date and time?

0 Answers  


cics command level is?

0 Answers   IBM,


Explain the difference between physical map and symbolic map?

0 Answers  


Categories