Справочник Пользователя для Sun Microsystems VSM GUI

Скачать
Страница из 68
12 VSM GUI Getting Started Guide • July 2007
Rev A • 312651601
Unload the VSM GUI SMP/E JCL Data Set 
Unloading VSM GUI SMP/E JCL Data Set from 
Tape
The VSM GUI SMP/E JCL Data Set contains sample JCL members for the VSM GUI; see 
 for more information. Use the JCL in 
 to create a copy of the SMP/E 
JCL from file 33 of the product installation tape to help install the VSM GUI.
FIGURE 2-1 
JCL to Unload the VSM GUI 6.2.0 SMP/E JCL
Unloading VSM GUI SMP/E JCL Data Set from 
CD-ROM
The VSM GUI SMP/E JCL Data Set contains sample JCL members for the VSM GUI. 
Follow the instructions in the file named “Start here.html” on the CD-ROM to 
transfer the VGUI JCL Samples file using one of the following three methods:
CD-ROM on FTP server and ICSF available
Receive FROMNETWORK 
Note: This also works without ICSF if SMP/E is at v3r4.0 or better and the Java 
SHA-1 support is available.
jobcard  JOB 'accounting information'
//*
//*
//*        LOAD PDS FROM UNLOADED DATASET
//*
//LOAD     EXEC PGM=IEBCOPY
//SYSUT3   DD   UNIT=VIO,SPACE=(CYL,(20,3))
//IN1      DD   DSN=SMPE.JCL,DISP=(OLD,KEEP),
//         UNIT=3480,
//         LABEL=(33,SL,EXPDT=98000),VOL=SER=SKUnnn
//OUT1     DD   DSN=hlq.SMPEJCL,DISP=(,CATLG),
//         UNIT=SYSDA,
//         SPACE=(TRK,(10,2,10)),
//         DCB=(RECFM=FB,LRECL=80,BLKSIZE=23440)
//SYSPRINT DD   SYSOUT=*
//SYSIN    DD   *
 COPY OUTDD=OUT1,INDD=IN1
//