Author |
Message |
Topic: How to deal with EDF waits? |
stingshi
Replies: 4
Views: 2131
|
Forum: CICS and Middleware Posted: Mon May 09, 2005 4:10 am Subject: How to deal with EDF waits? |
Actually I wanna know how to Kill that task. |
Topic: How to deal with EDF waits? |
stingshi
Replies: 4
Views: 2131
|
Forum: CICS and Middleware Posted: Mon May 09, 2005 4:08 am Subject: How to deal with EDF waits? |
warp5,
yeah, it is a solution. BUT, we are in developing environment, the more protection the more inflexibility.
Another suggestion? Thanks. |
Topic: How to deal with EDF waits? |
stingshi
Replies: 4
Views: 2131
|
Forum: CICS and Middleware Posted: Mon May 09, 2005 1:45 am Subject: How to deal with EDF waits? |
I have encountered EDF waits for several times:
A user task suspended with EDF-waits, but nobody debuging. That task cant purge out(even Force purge). So ... I must shutdown CICS. poor
I guess ... |
Topic: DATE Arithmetic in COBOL..(any functions) |
stingshi
Replies: 10
Views: 11896
|
Forum: Application Programming Posted: Thu Sep 23, 2004 1:59 am Subject: DATE Arithmetic in COBOL..(any functions) |
Hasan,
Now I have read that how to compute on date variables and how to check leap year.
But I am confused on your original question at last: what do you mean on the 'YEAR'?
Does it means (1) a ... |
Topic: Help: LENGTH option of CICS LINK. |
stingshi
Replies: 3
Views: 2532
|
Forum: CICS and Middleware Posted: Thu Sep 23, 2004 12:45 am Subject: Help: LENGTH option of CICS LINK. |
Hi, Mike,
Its great! It is caused by the TRUNC option when compile in COBOL.
Thanks so much.
 |
Topic: Help: LENGTH option of CICS LINK. |
stingshi
Replies: 3
Views: 2532
|
Forum: CICS and Middleware Posted: Mon Sep 20, 2004 11:53 pm Subject: Help: LENGTH option of CICS LINK. |
sorry for above question:
i can pass 32000 more bytes to a local program by specify
'LENGTH(LENGTH OF wk-comm)'.
my problem is when i pass 32000 bytes data to a remote program, like syntax above, ... |
Topic: Help: LENGTH option of CICS LINK. |
stingshi
Replies: 3
Views: 2532
|
Forum: CICS and Middleware Posted: Mon Sep 20, 2004 9:16 pm Subject: Help: LENGTH option of CICS LINK. |
Hi,
I am using a CICS DPL LINK in COBOL like this:
-----
wk-len pic s9(4) comp.
wk-comm pic x(3200).
EXEC CICS LINK PROGRAM(wk-rmpgm)
COMMAR ... |
|