| Author |
Message |
Topic: Number VS letters |
WHITE
Replies: 2
Views: 1525
|
Forum: Application Programming Posted: Mon Feb 21, 2005 1:55 pm Subject: Number VS letters |
In Mainframe, Is Numbers are greater than letters or not?
I mean,
Can i chek the mumeric data like this
If quantity > zzz
Do some calculation
else
display an error
end-if.
In VB the ... |
Topic: Co-related sub query |
WHITE
Replies: 0
Views: 1142
|
Forum: Database Posted: Fri Feb 18, 2005 7:39 pm Subject: Co-related sub query |
Hi, I was practising on SQL to improve my grip over that. In that respect, I am trying to write a Corelated subquery, Following is the Query
SELECT ... |
Topic: Co-related subquery |
WHITE
Replies: 8
Views: 5390
|
Forum: Database Posted: Fri Jan 28, 2005 1:05 am Subject: Co-related subquery |
Okay, this is the query:
------------------------
Select e1.salary
from EMP e1
where 1 = ( select salary
from EMP e2
where e2.salary > e1.salary)
--------------------------------------- ... |
Topic: Co-related subquery |
WHITE
Replies: 8
Views: 5390
|
Forum: Database Posted: Thu Jan 27, 2005 2:53 pm Subject: Co-related subquery |
| Thanks CZerfas. Okay, now what I understood from your explanation is that, the inner query gets evaluated foe every row of the outer query/outer table as there is no predicate. but what is the signif ... |
Topic: Co-related subquery |
WHITE
Replies: 8
Views: 5390
|
Forum: Database Posted: Wed Jan 26, 2005 7:23 pm Subject: Co-related subquery |
Unable to understand the process of co-related subquery exection.
I knew therotically how it gets executed.
----------------------------------------------------------------------
In a correlated ... |
Topic: Migration From CSP TO COBOL/CICS |
WHITE
Replies: 2
Views: 3212
|
Forum: CICS and Middleware Posted: Mon Sep 06, 2004 5:35 pm Subject: Migration From CSP TO COBOL/CICS |
Hi Kolusu,
Thanks for this Information. In fact, I know about these third parties but the Client somehow not willing to go with them.
Then second about the IBM link, that is actuaaly taking abo ... |
Topic: Wait in COBOL |
WHITE
Replies: 15
Views: 71168
|
Forum: Application Programming Posted: Fri Sep 03, 2004 10:28 pm Subject: Wait in COBOL |
complex,
It just takes 2 secs to test out what happens with the wait-module is linked with 31 bit addressing mode.
If you link ILBOWAT0 with a 31 bit mode then the job will abend with u4038 ... |
Topic: Migration From CSP TO COBOL/CICS |
WHITE
Replies: 2
Views: 3212
|
Forum: CICS and Middleware Posted: Fri Sep 03, 2004 7:22 pm Subject: Migration From CSP TO COBOL/CICS |
I have put the same question in MVSHELP forum but I am still waiting for the response. I would like to know the responses from this forum also.
Hi,
We have a client who has got a system built-in C ... |
| |