z/OS DFSMSdfp Storage Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Browsing the results of an unsuccessful translation

z/OS DFSMSdfp Storage Administration
SC23-6860-01

If you specified an ACS source data set that contains errors, and you specified a data set in the Listing Data Set field, the Browse panel shown in Figure 1 is displayed after translation.
Figure 1. Browsing the Results of an Unsuccessful ACS Translation
 BROWSE -- STORGRP.LISTING--------------------------- LINE 00000000 COL 001 080
 COMMAND ===>                                                  SCROLL ===> PAGE
********************************* TOP OF DATA  *********************************
ACS TRANSLATOR ***** TIME 11:47:09 DATE 07/15/2004 PAGE 0001 *****

SCDS NAME:               'SMS.TEST.SCDS'
ACS SOURCE DATA SET:     SMS.ACS.ROUTINES
ACS SOURCE MEMBER:       SG1

0001      PROC STORGRP
0002        SELECT
0003          WHEN (&STORCLAS = DB*)
0004            SET &STORGRP = 'DATABASE'
0005          WHEN (&MAXSIZE > 99999999KB)
0006            SET &STORGRP = 'LARGE'
0007          WHEN &DSTYPE = 'TEMP'
*******   IGD03114I A LEFT PARENTHESIS WAS EXPECTED BUT NOT FOUND
0008            SET &STORGRP = 'VIO','PRIMARY'
0009          OTHERWISE
0010            SET &STORGRP = 'PRIMARY'
0011        END
0012      END

SUMMARY OF ERROR MESSAGES:

0007      IGD03114I A LEFT PARENTHESIS WAS EXPECTED BUT NOT FOUND

TRANSLATION RETURN CODE:  0012
**************************** BOTTOM OF DATA ****************************
Scroll down to see a display of all the error messages together.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014