Re: (not entirely...) OT: OPINION... chicken entrails, runic stones, and crystal balls... WAS CoBOL moved to OO

From: Peter E.C. Dashwood (dashwood_at_enternet.co.nz)
Date: 01/02/04


Date: Sat, 3 Jan 2004 11:42:17 +1300


"Howard Brazee" <howard@brazee.net> wrote in message
news:bt46i8$s30$1@peabody.colorado.edu...
>
> On 1-Jan-2004, "Peter E.C. Dashwood" <dashwood@enternet.co.nz> wrote:
>
> > OK, here's how...
> >
> > Modern transaction systems can be triggered to fire off transactions at
any
> > time you want.
> >
> > It doesn't have to be "Batch" as we currently understand it. What you
> > suggest is "cyclic" ("time-not-transaction" based) is simply a
transaction
> > that must occur at a certain time.
>
> How do we currently understand "Batch"?
>

Something that is an independent job step that will repetitively process a
set of files (OPEN- PROCESS-CLOSE) ?

You are right that I may be assuming a definition of "Batch" that is not
shared by others.

> If a complex program is triggered and runs without interaction - that's
not
> batch as we currently understand it?
>

I don't see "interaction" as being necessary to the definition of either
"transaction" or "Batch". Maybe that's where we differ.

> Maybe a better question is who's "we"?

OK, I accept I didn't specifically define my usage of "Batch" <G>

Pete.



Relevant Pages

  • Re: COBOL Compiler for Windows
    ... Before we had online processing, batch processing was the only ... to "complete" transaction processing in batch diminished. ... suppose a certain "monthly report" was viewed as a report ... however the cheques are encoded you are still left with a ...
    (comp.lang.cobol)
  • Re: COBOL Compiler for Windows
    ... flavour of "batch processing" I WAS addressing. ... to "complete" transaction processing in batch diminished. ... requisite dates, do some figuring on each transaction, and place report ... however the cheques are encoded you are still left with a ...
    (comp.lang.cobol)
  • Re: COBOL Compiler for Windows
    ... flavour of "batch processing" I WAS addressing. ... to "complete" transaction processing in batch diminished. ... time series, for example, and the data for each line of the report needs ... however the cheques are encoded you are still left with a ...
    (comp.lang.cobol)
  • Re: Transactions and Scope_Identity
    ... A batch is anything that ends in a GO. ... The transaction is probably shielding you here, so you are unlikely to have ... and return scope identity there. ... The insert command runs and then next command is SELECT ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Inserting Multiple Rows
    ... In addition to that [BCP, BULK INSERT, DTS], it might be worth mentioning below two things. ... Group several INSERT in the same transaction. ... Each batch requires a network roundtrip, ... mean what we see as "GO" in Query Analyzer and the method you use in ADO.NET to send the command to SQL Server ...
    (microsoft.public.sqlserver.server)