What are the two ways of breaking a CPU bound process to
allow other tasks to gain access to CPU.
Answer Posted / girish kumar
exec cics delay
interval(hhmmss)
end-exec.
exec cics delay
time(hhmmss)
end-exec.
post and wait commands also achieve the same result.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Define task work area?
Can you explain exec cics handle condition command?
What is the main function of the sign-on table?
Explain the usage of language in the ppt entry?
Name the cics command used to access current date and time?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What is the pcp in the cics?
difference between tsq and tdq?
Define the term function request shipping?
How can you access esds files from cics?
What are the common tables in cics and their usage?
how do you intitiate another transaction?
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.
What is the meaning of the deq command?
How errors are handled in CICS programs?