BookmarkSubscribeRSS Feed
ajai
Calcite | Level 5

Hello All,

I am new to SAS, I am learning SAS for a new requirement in the project.Our shop uses SAS 9.2 TS2M3 for ZOS. I am facing this error when I run SAS programs in mainframe ZOS environment in batch mode with PROC statements. This same piece of program runs good when I execute through TSO SAS facility. Kindly suggest what I am missing here or way to trace the PROC to find the root issue. Below is the snippet of my batch code.

//STEP1   EXEC SAS

//SYSIN    DD  *

DATA  SAS1;

           X=1;

RUN;

PROC PRINT DATA=SAS1;

RUN;

/*

The SASLOG says below error in PROC PRINT statement,it doesn't say any specific problem.

'ERROR 180-322: Statement is not valid or it is used out of proper order.'

Thanks in advance

1 REPLY 1
Astounding
PROC Star

It doesn't look like anything is wrong with your code.

That sort of general error message is SAS's way of saying that something is wrong but it can't tell you what the problem is.

Have you checked for operating system quirks?  For example, if you look to the right on each line of the program, has the system added a line number in columns 73-80?

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 2431 views
  • 0 likes
  • 2 in conversation