Dang,
That was easy. I wasn't aware that I had to use Run Script for each command or set of commands.
It's now working very well except for being able to pass a variable as the Window or Data Table Name. I'm using JSL to process data from numerous sites and I pull the site id from the opened data file and then use that in many other sections of JSL to save, rename, move the data files to site specific directories. Unfortunately, I can't pass my variable, stn, into the Window or Data Table names as shown below. Is it possible to do this with Projects, and if so, do you have a suggestion for how to accomplish it?
Project << Run Script( Get Data Table( stn || " Amp_Hr Per Day" ) ); << Run Script( "OP of Parameters w/ PAR" );
Project << Run Script ( Get Window( stn || " Amp_Hr Per Day" ) << Bring Window to Front() );