PDA

View Full Version : FORTRAN



Danical
05-02-2008, 05:44 PM
What the christ . . . I'm trying to program some god damn syntax for SPSS and it's so retarded.

WTF is wrong with the following code? I can't seem to get it to work and I swear I'm following the syntax help guide to the letter.



VECTOR CIS13=CIS130 TO CIS133.
LOOP #I=0 TO 3.
DO IF (Term = 20037 | Term = 20043 | Term = 20045 | Term = 20047 | Term = 20053 | Term = 20055 | Term = 20057 | Term = 20063 | Term = 20065 | Term = 20067 | Term = 20073) & coursetitlenum = "CIS 13(#I)".
COMPUTE CIS13(#I) = 1.
ELSE.
COMPUTE CIS13(#I) = 0.
END IF.
END LOOP.


:help:

Tolwynn
05-02-2008, 06:02 PM
WTF is wrong with the following code?

It's in FORTRAN?

Danical
05-02-2008, 06:04 PM
I knows . . .

:cry:

Dwarven Empath
05-02-2008, 08:02 PM
You need to punch holes in the cards!