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
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 |
Answer / xyz
TERMID will not be there when a START command intiates a
transaction.
| Is This Answer Correct ? | 9 Yes | 8 No |
What is meant by PPT and what are its uses?
Why must all CICS programs have a Linkage Section ?
What are the cics commands associated with task control?
What is transient data?
What is the difference between a return with transid and xctl?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
Explain how do you access the records randomly in tsq?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
What are the naming conventions for the Temporary Storage Queues?
Define the term transaction routing?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?