How can i write the results of SAS fullstimer option to a dataset? -


we evaluating time taken 2 set of codes in sas. there way can write/ tabulate option fullstimer results in sas dataset, without copying entire log file notepad?

i go this.

  1. create separate sas program files containing code each approach. include options fullstimer @ top of both.
  2. batch submit programs , write logs permanent files using -log command line option.
  3. create simple program reads in both logs , compares results.

the last step can accomplished using data steps infile statement , restricting input records standard output fullstimer. can compare created datasets wish, e.g. via proc compare.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -