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

Which is the command used for terminating a browse operation?

2 Answers   IBM,


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

0 Answers  


What is the difference between START and XCTL ?

3 Answers   IBM,


If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)

2 Answers  


Where are transient data sets defined to CICS?

4 Answers  






Explain the difference between intra partition tdq and extra partition tdq?

0 Answers  


Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.

2 Answers  


i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???

2 Answers  


What are the CICS tables? How to traverse from one screen (program) to another on CICS?

1 Answers  


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

1 Answers   IBM,


What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?

2 Answers  


Define an aey9 abend?

0 Answers  


Categories