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

TSQs can be written in the Main storage or Auxiliary storage (True or False).

1 Answers   IBM,


What are the naming conventions for the Temporary Storage Queues?

2 Answers   Sainsburys,


What does ?Pseudo Conversational? mean?

3 Answers   IBM,


What do you do if you do not want characters entered by the user to be folded to uppercase ?

3 Answers   IBM,


What does the 'cebr:cics' transactions do?

0 Answers  






How do you delete Item 3 in a five-item TSQ?

3 Answers   IBM,


What is the content of the PPT entry?

3 Answers   CTS, IBM,


Explain the use of DCT ?

0 Answers  


In which table would you make an entry for a BMS map?

2 Answers   IBM,


How do you define Task Work Area?

1 Answers   IBM,


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


what are transient data sets defined to cics?

0 Answers   IBM,


Categories