BookmarkSubscribeRSS Feed
sas_Forum
Calcite | Level 5

Hi

i am running the job in Data Flux Data management studio.But i want the log to export in text file where should i give the path to export the log

1 REPLY 1
RonAgresta
SAS Employee

Hi,

When running a job interactively in Data Management Studio, the log appears at the bottom of the screen by default. You can save the log information from here either by using the "Save as Document" menu item that will save the information in an XML-based (.xps) format or you can print the log and select a print driver that will save the information as a file.

To work with logs beyond the one created during interactive running of the job in Data Management Studio, you will need to edit either the platform.log.xml file (logs events for Data Management Studio) or the dfwfproc.log.xml file (logs events for the underlying data management batch engine) typically found in a location like this:

..\SASHome\DataFluxDataManagementStudio\[version]\etc

By default logging is set to INFO and this will log errors, warnings, and informational messages. The level of logging options from off to maximum logging is: OFF > FATAL > ERROR > WARN > INFO > DEBUG > TRACE > ALL. The last several options produce very large logs so use with caution. You can control log contents and log save locations in these configuration files as well.


For additional information, search for logging in the Data Management Studio Installation and Configuration Guide and also review the SAS Logging: Configuration and Programming Reference document.

Ron

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 connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

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