This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
OLABATCH.jclsamp
26 lines (26 loc) · 1.88 KB
/
OLABATCH.jclsamp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//OLABATCH JOB (),'ME',REGION=0M,
// MSGCLASS=H,NOTIFY=&SYSUID
//*
//* RUN AN OLA SAMPLE PROGRAM
//*
//* Copyright IBM Corporation 2008,2014
//*
//* LICENSE: Apache License
//* Version 2.0, January 2004
//* http://www.apache.org/licenses/
//*
//* The following code is sample code created by IBM Corporation.
//* This sample code is not part of any standard IBM product and
//* is provided to you solely for the purpose of assisting you in
//* the development of your applications. The code is provided
//* 'as is', without warranty or condition of any kind. IBM shall
//* not be liable for any damages arising out of your use of the
//* sample code, even if IBM has been advised of the possibility
//* of such damages.
//*
//OLARUN1 EXEC PGM=OLACC01,
// REGION=0M
//STEPLIB DD DSN=BOSS.OLA.SAMPLES.LOAD,DISP=SHR
// DD DSN=BOSS.OLA90903.SBBOLOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*