Sha256: d3fa5a3ee6b94d2d3403dab23e307451c9aa0461484db0e8452a6f15cc5d3c12
Contents?: true
Size: 103 Bytes
Versions: 10
Compression:
Stored size: 103 Bytes
Contents
/* Using a data step. Will print the string in the log window */ data _null_; put "Hello world!"; run;
Version data entries
10 entries across 7 versions & 1 rubygems