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 |
How do you make your BMS maps case sensitive?
Tsqs can be written in the main storage or auxiliary storage? State true or false
What is the common work area?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Can you define temporary storage?
Can you explain dfheiblk?
What are the CICS commands associated with transient data queue processing?
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
What is interval control and what are some of the CICS commands associated with it?
What does it mean when EIBCALEN is equal to zeros?
6 Answers ADP, IBM, L&T, Satyam, TATA,
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?