How do you establish a starting position in a browse
operation?
Answer Posted / sadiq afroze
EXEC CICS STARTBR---------- END-EXEC
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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?
Give certain situations where NEWCOPY is obligatory?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Kindly specify the pic clause for the hhmmss type of data fields?
Explain the difference between pseudo-conversational and conversational?
What is dynamic transaction backout?
Explain the use of DCT ?
What does the 'cemt:cics' transactions do?
What is the primary aspect of CICS?
Explain the thress bms options?
What are the cics commands associated with task control?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Explain the difference between and exec cics xctl and an exec cics link command?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?