BaseCamp is software to view and organize your maps, waypoints, routes, and tracks and send them to your Garmin device. It works very similar to MapSource. BaseCamp displays topographic map data in 2-D or 3-D on your computer screen, including elevation profiles. Then you can view and rotate the maps from any angle.
A strong point of SAS Enterprise Guide is that it interacts seamlessly with many data types using the Microsoft Jet Engine (Excel .xls, Access .mdb, dBase .dbf, Lotus.wk?, Paradox .db, and text files .txt .csv etc). To provide even more flexibility, there are also a few different ways in Enterprise Guide to output data to Excel. A user can export their data to Excel, export to Excel as a step in a project, or they can right-click on a data set and select Send To –> Microsoft Excel. The latter is a convenient feature that many users are comfortable with, but in Enterprise Guide 4.1, your results might not be what you expect.
One data set that we were working with included a date variable which was stored as a DATE9. format. A user complained that every time she exported the data it ended up in DATETIME format, and all of the zeroes from the time complicated her project. I tried to replicate her problem many times by exporting the same data set into Excel and I ended up with DATE9. every time. I finally asked her to send screen shots of what she was doing, and noticed what she called “export” was actually using “Send To –> Microsoft Excel”. I explained that to get the results she wanted, she needed to use the “real” export technique. After I solved this problem, I browsed to support.sas.com and sure enough, SAS had already identified this issue in Microsoft Excel might not maintain date formats in SAS Enterprise Guide. Apparently this issue is fixed in Enterprise Guide 4.2 but I have not tested it yet.
I was one of the unfortunate ones who was unable to attend the SAS Global Forum in Seattle last week. Thanks to discussion forums, blogs, and Twitter, I was able to keep up with a lot that was going on. I was particularly interested in some of the new features that will be available in the next version (4.3) of Enterprise Guide, which is scheduled to be available this summer. Below are some of the features that were mentioned:
I also had the opportunity to preview some of the new features in the upcoming version of Web Report Studio (4.3). SAS is expanding drag and drop capabilities, which makes creation of report even easier. The biggest news though is the ability to use more than one data source in a report section!
SAS recently released Hotfix 41EG14 for Enterprise Guide 4.1. The hotfix resolves issues identified in:
Enterprise Guide 4.1 Hot Fix 41EG14 (183)
I have had to add Group Content Administrators to my SAS 9.2 Intelligence Platform a few times now, and it didn’t work as smoothly the last time due to my inability to read ALL of the steps and accompanying notes. The process of configuring a Group Content Administrator in the Information Delivery Portal is well documented in the SAS 9.2 Intelligence Platform: Web Application Administration Guide, Third Edition and Angela Hall blogged about the process here, so I should have had enough information to correctly make this happen, right? Well, there is a handy tip that I want to point out. I had some developers who have read/write access to much of the metadata in our system. I added some of these users to be Group Content Creators of the Public group following Steps 1-10 below. Since these developers had inherited Read/Write Metadata permissions from higher up the tree in metadata, they already had implicit WriteMetadata ability. When they attempted to add new portal pages for the Public group, Public not not available to share the page to. Why? Well, after Step 9 there is an important note titled “Important Note” that I somehow missed. The note states to ensure the WriteMetadata permission is explicit. To change this permission from implicit to explicit, an administrator merely needs to click the check the WriteMetadata checkbox one more time (it is already checked, but needs to be checked again). In my defense, I was originally working from the First Edition of the Web Application Administration Guide, where “Important” was not in front of the word note and it was also not in bold text!
from support.sas.com:
Configure a Group Content Administrator
A group content administrator is a user who has WriteMetadata permission for the respective group, and the group’s Portal permission tree. A group content administrator can share personal content with the group, and can edit or remove content that has been shared with the group. (The SAS administrator and the SAS Trusted User has WriteMetadata permission for all group permission trees that are defined in metadata.)
Prerequisites: Before you can assign a content administrator for a group, all of the following must be true:
- The person who will be a content administrator must have a user identity that is defined in SAS metadata.
- This user identity must be a member of the group that the person will administer.
- A group permission tree folder must exist in metadata for the group. To verify that a permission tree folder exists, or to create one, see Overview of Permission Tree Folders.
To configure a group content administrator for the Portal Application Permissions tree, follow these steps:
- Log on to SAS Management Console as the SAS Administrator (sasadm).
- On the Plug-ins tab in SAS Management Console, navigate to Environment Management –> Authorization Manager –> Resource Management –> By Type –> Tree.
- Right-click on the permissions tree for the group and select Properties.
- In the permissions tree properties dialog box, select the Authorization tab.
- Select the Add button to display the Add Users and Groups dialog box.
- In the Add Users and Groups dialog box, select and move the group content administrator under Available Identities to Selected Identities. Note that the group content administrator must be a person, and not a group.
- Click OK to exit the dialog box.
- When you return to the Authorization tab, make sure the appropriate user is selected in the Users and Groups list box.
- To modify the permissions for the selected user, in the permissions list row for the WriteMetadata permission, select Grant.
Important Note: Ensure that the permission is explicit. The check box for a permission that comes from a directly assigned access control entry (ACE) has no added background color. If the check box for a permission has a background color, to remove the background color and designate the permission as a directly assigned permission, click the check box again.- In the properties dialog box, click OK to save your changes.
The user that was configured as a group content administrator can now log on to the portal and share personal content with that group.
WordPress is a great blogging tool and does an adequate job handling comments, but if you want to provide enhanced discussion capability among your sites users, you must install additional software. The WordPress developers have created bbPress to fill this purpose, and in doing so also added the ability to integrate the two tools on one web site. The key components that are integrated include users, cookies, and the back-end database.
Integration the two products was amazing easy – except for three items needed by bbPress installation. bbPress asked for WordPress "auth" cookie salt (AUTH_KEY), WordPress "secure auth" cookie salt (SECURE_AUTH_KEY), and WordPress "logged in" cookie salt (LOGGED_IN_KEY). The scant documentation insisted that these values were located in my wp-config.php file located in the root of my WordPress installation directory. Since my initial WordPress installation was at version 2.6 or so and has been upgraded many times to version 2.91, these values were never added to my wp-config.php file.
My bbPress installation was halted essentially because these values were required to proceed. Fortunately, I found a tool at wordpress.org that generates these values for you: https://api.wordpress.org/secret-key/1.1/. Just use this link, copy the four lines of keys, and paste them into your wp-config.php. Save your updated wp-config.php file, then go back to your bbPress installation page and paste the keys into the appropriate text boxes and the remaining portion of the installation should go smoothly.
More information about this process can be found here.
It has been four months since Garmin has updated it MapSource Windows-based mapping software. MapSource is included with the purchase of a Garmin map on DVD or CD. Features include:
You can even download a MapSource tutorial at http://www8.garmin.com/cartography/mapsourceTutorial.html.
Changes made from version 6.15.7 to 6.15.11:
After a successful installation of SAS Enterprise BI Server on my Sun Servers, a certain amount of time is spent modifying configuration files and backup scripts, as well as browsing log files. I use the vi editor to accomplish the editing. I used used vi a lot back when all of my GIS work was performed in the UNIX environment, but once the Intel hardware matured and the GIS tools because available on Windows, I thought I would be able to forget all about the UNIX command line. Wrong. I’m back there again, but now I’m armed with a cheat sheet:
|
Vim Command |
Action |
|
vi filename |
Opens a file with the Vim editor. |
|
:w filename |
Save changes to a file. If you don’t specify a file name, Vim saves as the file name you were editing. For saving the file under a different name, specify the file name. |
|
:q |
Quit Vim. If you have unsaved changes, Vim refuses to exit. |
|
:q! |
Exit Vim without saving changes. |
|
:wq |
Write the file and exit. |
|
Vim command |
Action |
|
j or Up Arrow |
Move the cursor up one line. |
|
k or Down Arrow |
Down one line. |
|
h or Left Arrow |
Left one character. |
|
l or Right Arrow |
Right one character. |
|
0 |
To the beginning of a line. |
|
$ |
To the end of a line. |
|
:n |
Jump to line number n. |
|
Vim command |
Action |
|
i |
Insert before cursor. |
|
o |
Open a new line below and insert. |
|
O |
Open a new line above and insert. |
|
C |
Change the rest of the current line. |
|
r |
Overwrite one character. After overwriting the single character, go back to command mode. |
|
R |
Enter insert mode but replace characters rather than inserting. |
|
The ESC key |
Exit insert/overwrite mode and go back to command mode. |
|
Vim command |
Action |
|
x |
Delete characters under the cursor. |
|
X |
Delete characters before the cursor. |
|
dd or :d |
Delete the current line. |
|
Vim command |
Action |
|
u |
Undo the last action. |
|
U |
Undo all the latest changes that were made to the current line. |
|
Ctrl + r |
Redo. |
There are obviously many more Vim commands out there. Typically if I find myself in a situation where extensive modifications need to be made with a text editor, I will use Crimson Editor on Windows.
The list of commands above are a subset of The Vim commands cheat sheet – 1.2.
The following considerations apply to SAS Enterprise Guide 4.2 customers who have used SAS Enterprise Guide 4.1 or earlier releases.
You probably have many SAS data sets that you regularly work with where numbers are stored as text for formatting purposes. A great example is the social security number, and many other customer, product, or invoice numbers are formatted similarly. They frequently utilize leading zeros in their storage and display. You probably also frequently receive data from colleagues where the same variable is formatted as a numeric value missing the leading zeros. The join that you were going to do with your data and the data received from the colleague just won’t work. Here is a little SAS code that can turn your colleague’s data into a match for yours, and I’ll use social security number (SSN) in this example:
| data DatasetName ; | |
| set InputDataset ; | |
| length ssn_char $9. | /* New Character var for SSN */ |
| ssn_char = put(ssn,z9.) ; | /* Put the Numeric SSN with the Z9. format */ |
| drop ssn ; | /* Housecleaning to drop the numeric SSN */ |
| rename ssn_char = ssn ; | /* Renamed Char SSN to make our Join easier */ |
| run ; |
By creating a new Character variable of SSN, I can simply put the Numeric SSN with Z9. format into the variable.
The format Z9. states the variable should be 9-bytes, and for each byte less than 9, put a leading zero in front of the var.
No strip or trim is necessary either.
I used this in the past with a transaction number I was creating (numeric) and later wanted to display it in a title with leading zeros [Example: had 123 as the value, put it with a Z10. and the display in the title was 0000000123].