What is the CICS command that gives the length of TWA area?

Answers were Sorted based on User's Feedback



What is the CICS command that gives the length of TWA area?..

Answer / maverick

EXEC CICS ASSIGN
TWALENG(field-half-owrd-binary)
END-EXEC

Is This Answer Correct ?    8 Yes 0 No

What is the CICS command that gives the length of TWA area?..

Answer / udhay

EXEC CICS ASSIGN
TWA(VARIABLE-NAME)
END-EXEC.

VARIABLE SHOULD BE HALF-WORD BINARY

Is This Answer Correct ?    10 Yes 3 No

What is the CICS command that gives the length of TWA area?..

Answer / ananta bajpai

In cics TWA we assign Command.

Exec cics assign
twa()
end-exec.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More CICS Interview Questions

how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.

0 Answers   HP,


Name some of the common tables in CICS and their usage.

1 Answers   IBM,


What is MDT?

1 Answers   IBM,


Which commend used for terminating a browser operation?

0 Answers  


How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key  is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?

1 Answers   HeadStrong, Polaris,






pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.

8 Answers   HSBC, Thomson,


Why is a TERM ID recommended in naming a TSQ?

1 Answers   IBM,


How is dynamic memory allocated within a CICS application program?

1 Answers   IBM,


What is bms map?

0 Answers  


How do you fire a batch job from a CICS transaction ?

2 Answers   TCS,


What will happen if the TDQ that you want to delete is not in the DCT?

2 Answers  


Explain the mdt in cics?

0 Answers  


Categories