BookmarkSubscribeRSS Feed
thanikondharish
Fluorite | Level 6

please fine difference between attached file1 file2 

i used to one command to show particular two variables like that can you give some more examplefile1.PNGfile2.PNG

4 REPLIES 4
SuryaKiran
Meteorite | Level 14

Homework? What have you tried so far?

 

Learn by your self, first picture has all the variables from SASHELP.CLASS dataset, where as 2nd picture has only two variables from the same dataset. Find the way how you can create table with only selected variables from source table.

Thanks,
Suryakiran
thanikondharish
Fluorite | Level 6
i gave command like (show'sex age') then it showed 2 variables like do you
know any other commands

Tom
Super User Tom
Super User

Try the HELP command in Display Manager to see what is available.

Apparently that is the best place to look as the on-line documentation for VIEWTABLE and/or Display Manager is either non-existent or just extremely hard to find.

 

https://stackoverflow.com/questions/1233056/sas-display-manager-commands

 

ballardw
Super User

Where = 'age = 13' for example

Form  (equivalent to picking Form View from the View Menu)

colheading= name or label

 

Some of the commands only work when invoking the VT command such as:  vt mylib.mydata openmode=edit

 

Most of the commands are accessible using the View, Tools or Edit window when you have a viewtable window active.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1073 views
  • 0 likes
  • 4 in conversation