![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using 'sed' to delete or ignore columns in a dataset | aarif | UNIX for Dummies Questions & Answers | 4 | 07-21-2008 12:22 PM |
| Finding number of records in SAS dataset | sasaliasim | High Level Programming | 1 | 04-24-2008 08:19 AM |
| Using 'sed' to delete or ignore columns in a dataset | aarif | UNIX for Dummies Questions & Answers | 0 | 02-29-2008 01:21 PM |
| Count No of Records in File without counting Header and Trailer Records | guiguy | Shell Programming and Scripting | 2 | 06-07-2007 12:15 PM |
| Accessing Mainframe Dataset | IcyGuava | UNIX for Dummies Questions & Answers | 4 | 10-18-2001 08:12 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Numbers of records in SAS dataset
I'm declaring a variable within a Korn shell to represent the total number of records in a SAS dataset and could use a little help with the syntax. This is what I have thus far:
#!/usr/bin/ksh RecCount = `sas -x "select count(*) from /users/abc/123/sas_dataset.sas7bdat"` |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|