Author |
Message |
Topic: the value of a COMP-3 |
raja_here
Replies: 15
Views: 8825
|
Forum: Application Programming Posted: Tue Jun 10, 2008 12:20 am Subject: the value of a COMP-3 |
Hi Kolusu,
It seems mask is of no use in eazytrieve!
Please correct me if I am wrong.
An example if provided will be a great help. Thanks in advance. |
Topic: Usage COMP-2. |
raja_here
Replies: 5
Views: 2733
|
Forum: CICS and Middleware Posted: Sat Feb 09, 2008 9:01 am Subject: Usage COMP-2. |
Oh.. I could not avoid usage of COMP-2 since we want the result to be more precise. We used COMP-2 since it can hold 16+2, 9+9, etc.. As usual, first integer part needs to be more precise, then the de ... |
Topic: Usage COMP-2. |
raja_here
Replies: 5
Views: 2733
|
Forum: CICS and Middleware Posted: Sat Feb 09, 2008 6:52 am Subject: Usage COMP-2. |
yes.. comp-2 here also didn't contain the exact value..
the value of A was 2013.374999999998.. please tell how this value was obtained..
Craig/Terry,
Thanks for your immediate responses.
Terry ... |
Topic: Usage COMP-2. |
raja_here
Replies: 5
Views: 2733
|
Forum: CICS and Middleware Posted: Fri Feb 08, 2008 5:40 am Subject: Usage COMP-2. |
Hi,
Please find the problem scenario...
Variable A of PIC clause COMP-2. (value 3.871875)
Variable B of PIC clause PIC S9(13)V9(5) COMP-3. (value 52000)
Variable C of PIC clause PIC S9(3)v9(12 ... |
Topic: Paging Logic in CICS |
raja_here
Replies: 6
Views: 6752
|
Forum: CICS and Middleware Posted: Mon Jun 11, 2007 5:50 am Subject: Paging Logic in CICS |
Dick Brenholtz,
Data might be as long as 22 * 100 =2200 bytes. I will give a try with TSQ. Thanks a lot for your help. |
Topic: Paging Logic in CICS |
raja_here
Replies: 6
Views: 6752
|
Forum: CICS and Middleware Posted: Mon Jun 11, 2007 5:06 am Subject: Paging Logic in CICS |
Thanks Dick Brenholtz.
I have a doubt. Once we get the first 10 values. In order to get the next 10, if we press say PF8. Will it not be a new task? Then how can we read from the TSQ with task bein ... |
Topic: Paging Logic in CICS |
raja_here
Replies: 6
Views: 6752
|
Forum: CICS and Middleware Posted: Mon Jun 11, 2007 4:11 am Subject: Paging Logic in CICS |
Hi,
I have a scenario that I have 25 output values. Only 5 got diplayed in the CICS Screen. By pressing a function key,
1) I have to get the next 5 outputs.
2) We can be able to ... |
|