BookmarkSubscribeRSS Feed
Aman4SAS
Obsidian | Level 7

Hi,

I am using code to import file

i am facing error:

proc import out= old datafile =  "...\test.xls" dbms=excel  replace;

getnames = yes;

datarow=3;

run;

    Having in Datarow

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

2 REPLIES 2
Ksharp
Super User

you can't use this option under EXCEL engine check documentation firstly.

proc import out= old datafile =  "c:\temp\url.xls" dbms=xls  replace;
getnames = yes;
startrow=3;
run;

Xia Keshan

Aman4SAS
Obsidian | Level 7

Great thanks....

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 3675 views
  • 0 likes
  • 2 in conversation