Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Cobol > Re: [OT] Busine...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 6 of 23 Topic 4063 of 4167
Post > Topic >>

Re: [OT] Business Requirements Analysis... Sort Of

by Robert <no@[EMAIL PROTECTED] > Mar 19, 2008 at 11:39 PM

On Thu, 20 Mar 2008 01:01:37 +0000 (UTC), docdwarf@[EMAIL PROTECTED]
 () wrote:

>In article <s6f3u3dlalc0i5g0jq4gtilg43kke5nm0o@[EMAIL PROTECTED]
>,
>Robert  <no@[EMAIL PROTECTED]
> wrote:
>>On Wed, 19 Mar 2008 12:35:35 +0000 (UTC), docdwarf@[EMAIL PROTECTED]
 () wrote:
>
>[snip]
>
>>>(note - this is a shop that runs on files, not on a database)
>
>[snip]
>
>>select name, separation_date, dirty_money
>>  from employees emp, 
>>          (select employee, sum(amount_paid) as dirty_money
>>              from payroll_detail pd
>>              where debit_account = '6969'
>>                  and payment_date between to_date(20051001) and sysdate
>>             group by employee
>>             having dirty_money > 0) crook
>> where crook.employee = emp.employee
>>    and emp.separation_date is not null
>>    and emp.division in
>>          (select division from divisions where division_name like 
'Midwest%')
>>   and emp.start_date >
>>          (select min(start_date) from employees where name like
'%Dwarf%')
>>
>>-- Query preparation time: 5 minutes 
>
>Amount of time spent carefully reading what preceded query preparation 
>time: not enough to catch a clear and unambiguous note.

All ya gotta do is write a schema defining the flat files and define it as
an ODBC data
source. If there are multiple files, concatenate them with copy command,
in JCL, or write
a view containing a UNION.




 23 Posts in Topic:
[OT] Business Requirements Analysis... Sort Of
docdwarf@[EMAIL PROTECTED  2008-03-19 12:35:35 
Re: [OT] Business Requirements Analysis... Sort Of
"Pete Dashwood"  2008-03-20 09:57:47 
Re: [OT] Business Requirements Analysis... Sort Of
docdwarf@[EMAIL PROTECTED  2008-03-20 00:58:24 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-19 19:51:32 
Re: [OT] Business Requirements Analysis... Sort Of
docdwarf@[EMAIL PROTECTED  2008-03-20 01:01:37 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-19 23:39:40 
Re: [OT] Business Requirements Analysis... Sort Of
docdwarf@[EMAIL PROTECTED  2008-03-20 09:17:47 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-20 08:23:20 
Re: [OT] Business Requirements Analysis... Sort Of
docdwarf@[EMAIL PROTECTED  2008-03-20 14:36:56 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-20 18:25:23 
Re: [OT] Business Requirements Analysis... Sort Of
docdwarf@[EMAIL PROTECTED  2008-03-20 23:57:39 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-20 23:52:28 
Re: [OT] Business Requirements Analysis... Sort Of
docdwarf@[EMAIL PROTECTED  2008-03-21 09:22:20 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-21 17:23:02 
Re: [OT] Business Requirements Analysis... Sort Of
Howard Brazee <howard@  2008-03-21 07:49:26 
Re: [OT] Business Requirements Analysis... Sort Of
Howard Brazee <howard@  2008-03-21 07:46:05 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-21 17:23:02 
Re: [OT] Business Requirements Analysis... Sort Of
Howard Brazee <howard@  2008-03-24 07:40:55 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-24 21:46:08 
Re: [OT] Business Requirements Analysis... Sort Of
Clark F Morris <cfmpub  2008-03-20 20:25:43 
Re: [OT] Business Requirements Analysis... Sort Of
Robert <no@[EMAIL PROT  2008-03-21 00:39:08 
Re: [OT] Business Requirements Analysis... Sort Of
"Pete Dashwood"  2008-03-20 14:21:13 
Re: [OT] Business Requirements Analysis... Sort Of
docdwarf@[EMAIL PROTECTED  2008-03-20 09:22:25 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 4 21:40:57 CDT 2008.