How do you get data from a task that began with a START
command?

Answers were Sorted based on User's Feedback



How do you get data from a task that began with a START command?..

Answer / rijith.k

Use the command RETRIEVE. this is the only way to get such
data.

Is This Answer Correct ?    3 Yes 0 No

How do you get data from a task that began with a START command?..

Answer / mahesh

RETRIEVE

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More CICS Interview Questions

Explain the difference between exec cics handle condtion and an exec cics ignore command?

0 Answers  


Define an asra?

0 Answers  


A CICS program ABENDS with an ASRA ABEND code. What is its meaning?

3 Answers   IBM,


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  


Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

0 Answers  


Explain the significance of rdo?

0 Answers  


How many ways are there for initiating a transaction?

0 Answers  


Mention the option used in a cics command to retrieve the response code after execution of the command?

0 Answers  


Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .

1 Answers  


What is the attribute byte?

2 Answers   IBM,


Explain the difference between start and xctl?

0 Answers  


What are the two outputs created as a result of generation of a map?

2 Answers   IBM,


Categories