How to run the graph without GDE?

Showing Answers 1 - 6 of 6 Answers

Sudheer Sai

  • Mar 22nd, 2006
 

Dear Beulah,

First save the script of the graph as .bat file and then in the  command prompt give the name of the script saved followed by .bat.

  Was this answer useful?  Yes

Rupal

  • Mar 23rd, 2006
 

First you have to deploy the graph and it will save your graph as .sh file. Then u can run that script from command prompt using sh command.

  Was this answer useful?  Yes

anjani

  • Apr 11th, 2006
 

In RUN ==> Deploy >> As script , it create a .bat file at ur host directory ,and then run .bat file from Command prompt

  Was this answer useful?  Yes

Guest

  • Jul 7th, 2006
 

In the run directory a graph can be deployed as a .ksh file. Now, this .ksh file can be run at the command prompt as:

ksh <script_name> <parameters if any>

hope this helps...

  Was this answer useful?  Yes

mahendra patnaik

  • Feb 5th, 2007
 

Hi,it is possible in Unix... first you have to go to the directory where your deployed script is saved for that particular graph then execute the shell script by using the following command.../.kshI hope it will help you ...regards,Mahendra

  Was this answer useful?  Yes

amitesh87

  • Apr 2nd, 2009
 

From UNIX you can go to pset folder in your sandbox then type  
air sandbox run abc.pset
Whatever may be your psets name or just call graph script .ksh

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions