#**********************************************************************#
#*                                                                    *#
#* Copyright (c) 2001 by Sun Microsystems, Inc.                       *#
#* All rights reserved.                                               *#
#*                                                                    *#
#**********************************************************************#



#
# The following is a test to verify that an installed batch node can execute
# a COBOL application program which accesses the Sybase RDBMS.
# In order to execute the COBOL application, this test will update the 
# batch node configuration.
# Upon succesfull or unsuccesfull termination, the test will restore the 
# original batch node configuration.
#

Requirements:
-------------------------------------------------------------------------
In order to run this test you must:

1. be the owner of the installed batch node

2. verify that the password of the Sybase login id "sa" (System Administrator) 
   is null. If not, update the jmvs/jobsyb JCL script with the appropriate 
   login id and password.



Procedure:
-------------------------------------------------------------------------

1. Verify that the batch node and the Sybase RDBMS are active.

2. Set the following environment variables

     SYBASE              Sybase base directory
     COBDIR              MF Cobol home directory

     For example:

       SYBASE=/usr/local/pkgs/sybase10;export SYBASE
       COBDIR=/usr/local/pkgs/cobol;export COBDIR

3. Execute the Runtest script passing as argument the directory where
   the batch node is installed.

   For example type:

       $ Runtest /unikixrel/TEST/BATCH.1

     
Files:
-----------------------------------------------------------------------
Runtest                                : Test script
jmvs/jobsyb                            : MVS/JCL job
ACCTBTCH.bth                           : COBOL program
ACCTREC ACIXREC                        : Copy files
createdemo.sql  dropdemo.sql           : DDL's
actrec.fmt acctocrs.fmt                : Data
actrec.dat acctocrs.dat                : Data
Makefile                               : input make file
ebmsetup.in                            : input batch subsystem setup file



Temporary files and directories:
------------------------------------------------------------------------
sysoutdir                              : batch $SYSOUT directory
formdir                                : batch $FORMS directory
ebmsetup                               : batch subsystem setup file
File_Map                               : batch File_Map file
$ROOTPSG/.install.syb                  : saved batch .install file
ish/jobsyb                             : batch job script
ACCTBTCH.int                           : COBOL Micro Focus .int program
InstalledRTSFS                         : batch COBOL Runtime System directory

