Previous Topic: Job Control StatementsNext Topic: Sample Output - Example 2


Sample Output - Example 1

PARM: MATCH,MVSFILE PATTERN/OBJECT RESULT FEED BACK MESSAGE PATTERN: MFG!!### NORMAL PM00-00: NORMAL COMPLETION OBJECT: MFGAA000 PATTERN: MFG!!### NOMATCH PM04-00: PATTERN AND OBJECT DO NOT MATCH OBJECT: MFGA000 PATTERN: MFG!!### NOMATCH PM04-00: PATTERN AND OBJECT DO NOT MATCH OBJECT: MFGAA00 PATTERN: MFG!!### NORMAL PM00-00: NORMAL COMPLETION OBJECT: MFGZZ000 PATTERN: MFG!!### NORMAL PM00-00: NORMAL COMPLETION OBJECT: MFGZZ999 PATTERN: MFG!!### NOMATCH PM04-00: PATTERN AND OBJECT DO NOT MATCH OBJECT: MFGZZ00A

Example 2

The Data Set Name control statement of the TMSVMEDT Vault utility uses the CA 1 pattern masking facility to determine the data sets to be controlled by VMS. The CTSPMTST program may be used to test this data set selection processing by specifying test vault patterns in the SYSPATT DD and test data set names in the SYSOBJ DD as in the following example.

//STEP1    EXEC PGM=CTSPMTST,PARM='MATCH,MVSFILE'
//STEPLIB  DD DSN=CAI.CTAPLINK,DISP=SHR
//SYSPRINT DD SYSOUT=A
//SYSPATT  DD *
ABC*.LEVEL2
ABC*.LEVEL#
/*
//SYSOBJ    DD *
ABCDEF.LEVEL3
ABCDEF.LEVEL2
ABCDEF.LEVEL2.ABC
ABC.NOTHING
/*
//

The results of executing this job are displayed in the Sample Output - Example 2 below.