What is the size of commarea
Answers were Sorted based on User's Feedback
Answer / candan
32k, 32767 bytes exactly. The reason being the field which
contains the value of comm area is defined as 'PIC S9(04)
comp', this picture caluse occupies half word binary
storage space. With this storage this field can have values
ranging from -32768 to +32767. Lenght being a +value, we
can have 32767 bytes of comm area.
Is This Answer Correct ? | 26 Yes | 0 No |
Answer / lakshmisudha
64k but it allows only 24k not possible to pass morethan 24k
Is This Answer Correct ? | 1 Yes | 0 No |
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
How do you get data from a task that began with a START command?
How many ways to share information between different CICS programs?
What does the 'cedf:cics' transactions do?
Explain the primary function of the processing program table (ppt)?
How can you use dynamic calls in cics?
How are programs reinitiated under CICS ?
what is psuedo conversation?
How is the storage determined in the symbolic map, if you have multiple maps?
what is an MDT in cics
Explain the various ways data can be passed between CICS programs.
What are the cics transactions?