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 are the reserved words for cics?
are we use the group by clause in cursors?
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
What is the drawback of using HANDLE CONDITION?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
Explain how to build up lu 6.2 communication?
What is a deadlock?
Have you entered any program names in PPT or PCT? If so How?
what is quasi-reentrant program?
what is partial serch analysys in cics?