BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
1 ACCEPTED SOLUTION

Accepted Solutions
Linlin
Lapis Lazuli | Level 10

yes. example:

data have;

input a1 a2 b;

cards;

1 2 3

;

proc print;

var a:;

run;

View solution in original post

1 REPLY 1
Linlin
Lapis Lazuli | Level 10

yes. example:

data have;

input a1 a2 b;

cards;

1 2 3

;

proc print;

var a:;

run;

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

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