BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
JasonNC
Quartz | Level 8

I am creating an xml file it's about 40mb.The file shows 0mb until i close the sas application.

 

The next step is i am running a code to convert the xml file to excel file.The xml file is not available for this code until i close sas application

 

Please let me know i fi need to use any options

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

Did you use ods tagsets.... close?

If you did, try this:

(just a shot from the hip)

 

- assign a file reference to the xml file with filename

- use that reference instead of a physical name

- after the ods close statement, use filename clear to delete the fileref

View solution in original post

1 REPLY 1
Kurt_Bremser
Super User

Did you use ods tagsets.... close?

If you did, try this:

(just a shot from the hip)

 

- assign a file reference to the xml file with filename

- use that reference instead of a physical name

- after the ods close statement, use filename clear to delete the fileref

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
  • 616 views
  • 0 likes
  • 2 in conversation