What is the command that is used to delay the processing of
a task for a specified time interval
Answer Posted / pavan
delay is used to delay the processing of a task for a
specified time . it is usefull to code in heavy cpu bounded
works in order to allow the other tasks to proceed.
syntax:
exec cics
delay
interval(hhmmss)
time (hhmmss)
end-exec.
if any changes please ...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is meant by PPT and what are its uses?
How to define a vsam file in cics getting into cics to define a vsam file.
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?
Explain the function of the terminal control table?
What is the use of mdt (modified data tag)?
Explain the difference between intra partition tdq and extra partition tdq?
Explain the difference between link xctl?
What are the common cics service programs and explain their usage?
Specify cics transaction initiation process?
What is the eib parameter?
Explain the different ways of initiating transaction in cics?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
Explain how would you resolve an asra abend?
Explain the function of the load command?
What is the pic clause for the hhmmss type of data fields?