How do u know if a start command intiated a transaction or
a terminal intiated a transaction

Answers were Sorted based on User's Feedback



How do u know if a start command intiated a transaction or a terminal intiated a transaction..

Answer / toxteth

EXEC CICS ASSIGN STARTCODE is the key here.

TD is terminal initiated start.

S or SD is from a START command.

Is This Answer Correct ?    13 Yes 3 No

How do u know if a start command intiated a transaction or a terminal intiated a transaction..

Answer / xyz

TERMID will not be there when a START command intiates a
transaction.

Is This Answer Correct ?    9 Yes 8 No

Post New Answer

More CICS Interview Questions

What is the function of the LOAD command?

1 Answers   IBM,


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?

0 Answers   IBM,


What is the difference between receive and receivemap commands in CICS?

1 Answers  


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

0 Answers  


What is the command that is used to delay the processing of a task for a specified time interval

1 Answers  






How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?

3 Answers   DELL, HSBC,


what is amp?

2 Answers  


What is the drawback of using HANDLE CONDITION?

1 Answers   IBM,


i would like to practise some programs in code some cics programs plz send the programs

0 Answers   IBM,


What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?

1 Answers   IBM,


How ENQ and DEQ used in CICS?

0 Answers  


I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?

7 Answers  


Categories