Author |
Message |
Topic: converting 2 digit month to month name... |
jetson
Replies: 4
Views: 2702
|
Forum: Application Programming Posted: Mon Oct 30, 2006 9:13 pm Subject: converting 2 digit month to month name... |
What programming/application lanuguage will you be using? |
Topic: New here and just "RIF'ed"! (reduction in force) |
jetson
Replies: 7
Views: 5882
|
Forum: Related Non-Technical Topics Posted: Mon Sep 11, 2006 7:24 am Subject: New here and just "RIF'ed"! (reduction in force) |
Ha Ha - too funny! I need to read these more closely... |
Topic: New here and just "RIF'ed"! (reduction in force) |
jetson
Replies: 7
Views: 5882
|
Forum: Related Non-Technical Topics Posted: Fri Sep 08, 2006 9:19 pm Subject: New here and just "RIF'ed"! (reduction in force) |
Welcome DaveTV.
Do you plan on staying in Boston? Hopefully there's work to be found in your area. I lived in Connecticut briefly - really enjoyed New England.
hmmm...RIF'ed - the letters als ... |
Topic: Finding a member |
jetson
Replies: 8
Views: 3808
|
Forum: TSO and ISPF Posted: Tue Aug 01, 2006 7:42 am Subject: Finding a member |
Very nice shekar - I was not aware of this feature.
One additional note: You may have to scroll left or right in 3.4 to see the members. |
Topic: Mainframe to Excel |
jetson
Replies: 6
Views: 6829
|
Forum: TSO and ISPF Posted: Mon Jul 31, 2006 7:09 am Subject: Mainframe to Excel |
A comma separated file is even easier. Just put a comma in between each field in your text file, FTP it to the win platform with a file extension of .csv, and it will open in Excel as though it were ... |
Topic: File Match/Merge in SAS |
jetson
Replies: 4
Views: 2798
|
Forum: Application Programming Posted: Mon Jul 17, 2006 1:03 pm Subject: File Match/Merge in SAS |
PROC SQL should be much easier than data step (unless data step is required.) It looks like you're trying to process each record from the first table against each record from the second table...defi ... |
Topic: File Match/Merge in SAS |
jetson
Replies: 4
Views: 2798
|
Forum: Application Programming Posted: Mon Jul 17, 2006 11:35 am Subject: File Match/Merge in SAS |
It's not clear what you are trying to accomplish. Joining the tables is much simpler than what you are doing...perhaps you want more than to just join the two tables by ID? Pleas explain. |
Topic: Schema name |
jetson
Replies: 4
Views: 1725
|
Forum: Database Posted: Wed May 24, 2006 7:14 am Subject: Schema name |
Ask the DBA. |
Topic: Tool for Creating Job flow diagrams for SAS programs |
jetson
Replies: 6
Views: 2991
|
Forum: Application Programming Posted: Mon Apr 17, 2006 7:38 am Subject: Tool for Creating Job flow diagrams for SAS programs |
I suggest you google for third party applications. I have never heard of such a product. However, there are thrid party products that will process SAS job logs (parse them into easy to read highligh ... |
Topic: Unique Avatars for Moderators. |
jetson
Replies: 5
Views: 9257
|
Forum: About Mvsforums Posted: Tue Apr 04, 2006 9:25 am Subject: Unique Avatars for Moderators. |
You could label them as moderator in bold red under their name. I've seen that on other boards and it's very effective. |
Topic: Doubt in SAS program. |
jetson
Replies: 2
Views: 1820
|
Forum: Application Programming Posted: Thu Mar 23, 2006 4:30 pm Subject: Doubt in SAS program. |
A PROC PRINT might be what you're looking for. BEWARE that without a limit on the records, it will attempt to print ALL records. You can limit like this:
Remove the PROC SUMMARY because you are n ... |
Topic: SAS - Remove the SAS header form report |
jetson
Replies: 4
Views: 3900
|
Forum: Application Programming Posted: Mon Feb 27, 2006 6:21 pm Subject: SAS - Remove the SAS header form report |
How about just adding the TITLE parameter with no text: It's working for me...
PROC REPORT DATA=X;
COLUMN A B C;
TITLE;
RUN; |
Topic: SAS - Remove the SAS header form report |
jetson
Replies: 4
Views: 3900
|
Forum: Application Programming Posted: Sat Feb 25, 2006 8:51 pm Subject: SAS - Remove the SAS header form report |
Are you using the TITLE statement? If so, then TITLE1 should replace "The SAS System" |
Topic: Good SAS programming books |
jetson
Replies: 3
Views: 2607
|
Forum: Application Programming Posted: Thu Dec 22, 2005 7:10 am Subject: Good SAS programming books |
Pcik up a copy of "The Little SAS Book". Found in most major book store catalogs. |
Topic: I'll be out of the office until 12/30/2005 - play nice |
jetson
Replies: 1
Views: 1702
|
Forum: Job Control Language(JCL) Posted: Fri Dec 16, 2005 4:33 pm Subject: I'll be out of the office until 12/30/2005 - play nice |
But of course you'll be checking the forum! |
|