Both are used to save data among tasks. but 1. COMMAREA is private to that transaction only . like every transaction has its own COMMAREA created by CICS as soon as the transaction is initiated . however TSQ , if queue id is known can be accessed by other transactions also 2. COMMAREA length is s9(4) comp i.e. 65k . but TSQ can have any length.3. COMMAREA is available only during the transaction is running. TSQ if created with auxiliary option resides in aux memory and available even if main memory crashes.4.normally COMMAREA is used to transfer data from one task to another while tsq is used widely within the task as a scratch pad.
If you have the better answer, then send it to us. We will display your answer after the approval.
The attribute character is an visible 1 byte character which precedes a screen field and determines the characteristics of the field (True or False). ?
What is the name of the log which contains the information needed to restart the system, including the task sync point information and system activity key points, snapshots of key system tables, etc?
What is the name of the log which contains the information needed to restart the system, including the task sync point information and system activity key points, snapshots of key system tables, etc?