Author |
Message |
Topic: Sleep Function for delay without CPU usage- z/OS 01.7 ver. |
vikaspaniker79
Replies: 7
Views: 12502
|
Forum: Application Programming Posted: Tue Jan 23, 2007 7:01 pm Subject: Sleep Function for delay without CPU usage- z/OS 01.7 ver. |
Thanks Dick and Kolusu...But i am know to options of assembler routines, "ILBOWAT0" and JCL driven delays. Here i am specifically looking if SLEEP can be used in a cobol-IMS program. I am aw ... |
Topic: Sleep Function for delay without CPU usage- z/OS 01.7 ver. |
vikaspaniker79
Replies: 7
Views: 12502
|
Forum: Application Programming Posted: Mon Jan 22, 2007 7:52 pm Subject: Sleep Function for delay without CPU usage- z/OS 01.7 ver. |
Hi Kolsu,
Thanks for the prompt response. I did had viewed the posts mentioned by you. But as i mentioned above i am aware of "ILBOWAT0" and SLEEP usage in JCL. Here i am asking for USAGE ... |
Topic: Sleep Function for delay without CPU usage- z/OS 01.7 ver. |
vikaspaniker79
Replies: 7
Views: 12502
|
Forum: Application Programming Posted: Sun Jan 21, 2007 11:21 pm Subject: Sleep Function for delay without CPU usage- z/OS 01.7 ver. |
Hi,
Can anyone please advice on how is the usage of SLEEP function in a cobol-ims pgm. The OS version is z/OS 01.7 ver. This function provides a delay without CPU consumption. Please note, i am awa ... |
Topic: MQ Message ID |
vikaspaniker79
Replies: 3
Views: 2820
|
Forum: CICS and Middleware Posted: Mon Jul 03, 2006 4:23 am Subject: MQ Message ID |
thanks shekhar...but well i know that i would get the message id..but my question is that will this message id be unique over the life cycle of a message...what i mean here is that in my interactive a ... |
Topic: MQ Message ID |
vikaspaniker79
Replies: 3
Views: 2820
|
Forum: CICS and Middleware Posted: Fri Jun 30, 2006 4:40 am Subject: MQ Message ID |
Hi,
If I try to do a GET to the MQ without the Message id, will it return with the corresponding message id for that Message.
Actually my program will PUT many requests on the Q, and the respons ... |
Topic: Identifying Production/Development regions from within COBOL |
vikaspaniker79
Replies: 6
Views: 4221
|
Forum: IMS Posted: Fri Aug 05, 2005 6:52 am Subject: Identifying Production/Development regions from within COBOL |
Hi,
Well if you mean to ask if you can have a AIBTDLI and CBLTDLI in the same pgm then the asnwer is 'yes'....
For the sample code u asked ....
decalare the following in working storage
0 ... |
Topic: Abend code U0273 while restarting |
vikaspaniker79
Replies: 8
Views: 11471
|
Forum: IMS Posted: Fri Aug 05, 2005 6:43 am Subject: Abend code U0273 while restarting |
Hi,
Can you also check if you have the right key in the checkpointed area... u mentioned that it is working sometimes fine ...maybe at some logical record the uniqueness of the checkpointed value i ... |
Topic: psb changes |
vikaspaniker79
Replies: 2
Views: 1642
|
Forum: IMS Posted: Fri Aug 05, 2005 5:51 am Subject: psb changes |
i believe only a PSBGEN is enough |
Topic: Occurrence of Child segement |
vikaspaniker79
Replies: 2
Views: 1483
|
Forum: IMS Posted: Fri Aug 05, 2005 5:49 am Subject: Occurrence of Child segement |
Hi,
If in this child segment there is some field which has a sequence or something then give a call with command code as L to retrieve the last segment under a parent.. |
Topic: Revolve utility/tool/product |
vikaspaniker79
Replies: 1
Views: 1751
|
Forum: Application Programming Posted: Fri Aug 05, 2005 12:11 am Subject: Revolve utility/tool/product |
Hi All,
Does anyone know of a utility/tool/product called Revolve.. the functionality of this that if you feed in any program of yours it would give you the functionality/logic/flow diagram of that ... |
Topic: SOC 7 ... |
vikaspaniker79
Replies: 4
Views: 4375
|
Forum: Problem Determination Posted: Fri Aug 05, 2005 12:07 am Subject: SOC 7 ... |
Thanks for the reply ...
but i believe it wont work since if i move it into a char field, i can no more perform computation on it ....
Well at last i have got a solution on it ...
For the first ... |
Topic: SOC 7 ... |
vikaspaniker79
Replies: 4
Views: 4375
|
Forum: Problem Determination Posted: Tue Aug 02, 2005 8:09 am Subject: SOC 7 ... |
Hi All,
Let me start with putting down my requirement. In the input file to my program i have a field which is defined as
WS-A PIC S9(08)V99.
Now this fie ... |
|