What is the command that is used to delay the processing of
a task for a specified time interval
Answer / 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 |
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What is the function of DFHMDF BMS macro?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
What is meant by a ‘Transid’ ?
what are transient data sets defined to cics?
What does the following transactions do?
What is the meaning of the SYNCPOINT command?
What is the ABEND command and when would you use it?
Can you define commarea?
What are the databases that CICS can access?
Which of the following statements correctly describe the syntax of CICS command language?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen