//PDSDELJ3 JOB SIMOTIME,ACCOUNT,CLASS=1,MSGCLASS=0,NOTIFY=CSIP1
//* *******************************************************************
//* This program is provided by: *
//* SimoTime Enterprises, LLC *
//* (C) Copyright 1987-2005 All Rights Reserved *
//* Web Site URL: http://www.simotime.com *
//* e-mail: [email protected] *
//* *******************************************************************
//*
//* Subject: Delete Temporary PDS's with IEFBR14 and a DD Statement
//* Author: SimoTime Enterprises
//* Date: January 1,1998
//*
//* The JCLLIB tells the mainframe where to look for PROCs.
//*
//* The JCL member executes the PROC called PDSDELP3 and passes a
//* fully qualified data set name (DSN) via the symbolic name
//* called DSNAME and referenced in the PROC as &DSNAME.
//*
//*********************************************************************
//*
//PROCLIB JCLLIB ORDER=MFI01.SIMOPROD.JCLPROC1
//*
//* *******************************************************************
//* Step 1 of 3 Delete a PDS using SET and EXEC
//*
// SET DSNAME=MFI01.SIMOPROD.TEMP01
//STEPJ01 EXEC PDSDELP3
//*
//* *******************************************************************
//* Step 2 of 3 Delete a PDS using EXEC and DSNAME substitution
//*
//STEPJ02 EXEC PDSDELP3,DSNAME=MFI01.SIMOPROD.TEMP02
//*
//* *******************************************************************
//* Step 3 of 3 Delete a PDS using EXEC and DSNAME substitution
//*
//STEPJ03 EXEC PDSDELP3,DSNAME=MFI01.SIMOPROD.TEMP03
//*
¤ Dauer der Verarbeitung: 0.25 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.
|