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 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

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