Jump to content

h..............elllppppppppppp


NYCpal

Recommended Posts

nenu okka xls file ni exporting and also converting it into csv file by adding run  date  .below is the code :

%let dt = %sysfunc(today(), mmddyy6.);
%put &dt;

proc export data=abc_1 dbms=xlsx

outfile='A:\test\xyz_&dt..csv'

dbms=csv

replace;

run;

 ERROR: Insufficient authorization to access;

Link to comment
Share on other sites

8 hours ago, NYCpal said:

nenu okka xls file ni exporting and also converting it into csv file by adding run  date  .below is the code :

%let dt = %sysfunc(today(), mmddyy6.);
%put &dt;

proc export data=abc_1 dbms=xlsx

outfile='A:\test\xyz_&dt..csv'

dbms=csv

replace;

run;

 ERROR: Insufficient authorization to access;

Do u have write access to file system ??

Link to comment
Share on other sites

9 hours ago, NYCpal said:

nenu okka xls file ni exporting and also converting it into csv file by adding run  date  .below is the code :

%let dt = %sysfunc(today(), mmddyy6.);
%put &dt;

proc export data=abc_1 dbms=xlsx

outfile='A:\test\xyz_&dt..csv'

dbms=csv

replace;

run;

 ERROR: Insufficient authorization to access;

endhi idhi ae basha idhi shell scripting ah 

Link to comment
Share on other sites

20 hours ago, NYCpal said:

nenu okka xls file ni exporting and also converting it into csv file by adding run  date  .below is the code :

%let dt = %sysfunc(today(), mmddyy6.);
%put &dt;

proc export data=abc_1 dbms=xlsx

outfile='A:\test\xyz_&dt..csv'

dbms=csv

replace;

run;

 ERROR: Insufficient authorization to access;

dbms=xlsx dbms=csv rendu ichav enti bro

Link to comment
Share on other sites

21 hours ago, NYCpal said:

nenu okka xls file ni exporting and also converting it into csv file by adding run  date  .below is the code :

%let dt = %sysfunc(today(), mmddyy6.);
%put &dt;

proc export data=abc_1 dbms=xlsx

outfile='A:\test\xyz_&dt..csv'

dbms=csv

replace;

run;

 ERROR: Insufficient authorization to access;

Bro excel file ki ayithe Why dont you use a libname statement. It directly creates a library of tables.

 

Coming to your question akkada dbms=csv and xlsx ani pettav gaa

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...