LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 5 Feb 2009 00:39:23 -0600
Reply-To:     Joe Matise <snoopy369@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Joe Matise <snoopy369@GMAIL.COM>
Subject:      Re: Batch program
In-Reply-To:  <200902050621.n14MdHjf005055@malibu.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1

That rather depends on what you mean by 'batch' program.

Meaning one: In SAS, "batch" means to submit a (pre-written) program to SAS in non-interactive mode, particularly for use in a scheduler. See http://www.sascommunity.org/wiki/Batch_processing_under_Windows

Meaning two: In Windows/MS-DOS, a program that consists of a text file with DOS commands and some simple programming syntax; executed by typing the program name at the command line, it processes the commands with (optional) arguments supplied at execution time. Useful primarily for storing combinations of commands used frequently in tandem or used to execute a program with nontrivial arguments, and for simplifying program execution for novice users.

The former is usually the meaning used on the list (though the latter can be useful for SAS batch jobs as well).

-Joe

On Thu, Feb 5, 2009 at 12:21 AM, Subscribe Sas-L Shiva <ssrao1985@gmail.com>wrote:

> Hi all, > Can any one plz let me know what is ment by batch program and it's uses and > how to write it. > > Thanks&Regards > Shiva >


Back to: Top of message | Previous page | Main SAS-L page