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 |
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
Which type of TDQ is read destructive?
After execute the map, What will happen ? Give breif Description
what are the differences between and exec cics xctl and exec cics start command?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
Define an aica abend?
What Are Send Map Maponly & Send Map Dataonly ?
How are programs reinitiated under CICS ?
What is interval control and what are some of the CICS commands associated with it?
How many ways are there for initiating a transaction? what are they?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
What is the syncpoint command?