syntax Questions

1

Execute from a source member list
I saw a colleague run something, and I know he built the user defined option (F16) “EX” in the WRKxxxPDM display, I don’t know the CMD/CL routine or Syntax for the source file/type. Thanks in advance! Dan

Answer Question   |  February 18, 2013  12:58 PM
CL Program, CMD, syntax
asked by:
15 pts.

Multiple variables into one variable where multiple variables could be active
I am attempting to recode about eight variables into one variable. As it stands I have a syntax that is as follows: IF VAR1=1 NewVar=1. IF VAR2=1 NewVar=2. IF VAR3=1 NewVar=3. IF VAR4=1 NewVar=4. IF VAR5=1 NewVar=5. IF VAR6=1 NewVar=6. IF VAR7=1 NewVar=7. IF VAR8=1 NewVar=8. ADD VALUE LABELS NewVar 1 ’1Label’ 2 ’2Label’ 3 [...]

Answer Question   |  September 4, 2012  11:56 AM
Multiple, recode, syntax, variable
asked by:
15 pts.

Does the same syntax work in both SAS 9.1 and SAS 9.2?
Hi! I am a new SAS user and just yesterday IT installed SAS 9.2 on my computer at work. The code I was using for SAS 9.1 (which was working perfectly fine) has not been working on SAS 9.2; instead it sits there for a while and then shuts down. If my code were different [...]

Answer Question   |  June 19, 2009  7:00 PM
Coding, Error Report, SAS 9.1, SAS 9.2, syntax
asked by:
5 pts.

Explaining triggers in SQL Server 2005
Can you explain to me the syntaxes of triggers used in SQL Server 2005? Could you also give me a simple example of a trigger?

Answer Question   |  October 14, 2008  6:52 PM
SQL Server 2005, syntax, Triggers
2,585 pts.

1