ERROR: SYMBOLIC VARIABLE NAME MXGREADSMF MUST BE 8 OR FEWER

How to do Performance analysis and Capacity Planning for a shop. We also talk about Software Cost here.
Post Reply
User avatar
LGhus
Registered Member
Posts: 10
Joined: Fri Jun 26, 2015 10:38 am

ERROR: SYMBOLIC VARIABLE NAME MXGREADSMF MUST BE 8 OR FEWER

Post by LGhus »

Hi,

I am getting the following error when for MXG JCL. I am trying to generate some SMF 30_5 reports. Any ideas on why this could be? The MXG version is 32, SAS is 6.09..

Code: Select all

NOTE: THE INITIALIZATION PHASE USED 0.02 CPU SECONDS AND 2756K.
1          %INCLUDE SOURCLIB(TYPE30);
NOTE: %INCLUDE (LEVEL 1) FILE SOURCLIB(TYPE30) IS FILE SAS.MXG.V3232.SOURCLIB(TY
2         + /* COPYRIGHT (C) 1985 BY MERRILL CONSULTANTS DALLAS TEXAS */
3         + /*********MEMBER=TYPE30**************************************/
4         +%INCLUDE SOURCLIB(VMACSMF,VMAC30,IMACKEEP);
NOTE: %INCLUDE (LEVEL 2) FILE SOURCLIB(VMACSMF) IS FILE SAS.MXG.V3232.SOURCLIB(V
5         + /* COPYRIGHT (C) 2014      BY MERRILL CONSULTANTS DALLAS TEXAS */
6         + /* LAST UPDATED: NOV  7, 2014.  CHANGE 32.257.
7         + /*******************************************************************
8         + /***  DEFINE OLD-STYLE MACROS (E.G. _SMF) TO MANAGE INFILE INPUT
9         + /*******************************************************************
10        + /*===END OF COMMENTS===*/
11        + %LET MXGREADSMF=%UPCASE(&MXGREADSMF);
ERROR: SYMBOLIC VARIABLE NAME MXGREADSMF MUST BE 8 OR FEWER CHARACTERS LONG.
ERROR: SYMBOLIC VARIABLE NAME MXGREADSMF MUST BE 8 OR FEWER CHARACTERS LONG.
ERROR: SYMBOLIC VARIABLE NAME MXGREADSMF MUST BE 8 OR FEWER CHARACTERS LONG.
Have looked at this page from SAS: http://support.sas.com/kb/50/319.html but it does not seem to provide a solution...Please guide me.
William Collins
Global Moderator
Global Moderator
Posts: 490
Joined: Sun Aug 25, 2013 7:24 pm

Re: ERROR: SYMBOLIC VARIABLE NAME MXGREADSMF MUST BE 8 OR FE

Post by William Collins »

Make it shorter. Eight or fewer characters. Are you saying you tried this (the suggestion to a different problem of the same type?).
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: ERROR: SYMBOLIC VARIABLE NAME MXGREADSMF MUST BE 8 OR FE

Post by nicc »

MXGREADSMF is 10 characters - reduce it.
Regards
Nic
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: ERROR: SYMBOLIC VARIABLE NAME MXGREADSMF MUST BE 8 OR FE

Post by Robert Sample »

Since this is a third party product, you need to open an issue with the vendor. The vendor can help you identify where the true problem is so it can be addressed. Merely cutting the symbolic name down to 8 characters may have implications in other places in the MXG code, which is why you need to contact the vendor for support.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Mainframe Performance, Capacity Planning and Software Cost.”