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 |
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What are the types of processes to create a map in cics?
What is the procedure to solve an ASRA ABEND?
What is the function of the CICS translator?
What are the common tables in cics and their usage?
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
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
Can a tsq of one particular transaction be accessed from an alternate transaction?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
What is trigger level in the context of TDQs?