View previous topic :: View next topic |
Author |
Message |
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Fri Dec 23, 2005 9:50 am Post subject: Need info on REXX & Java script |
|
|
HI
i am just a beginner in rexx,I have just done some programming on rexx in MAINFRAMES.
i came to know that some Programming can be done with REXX and Javascript.I have two questions to ask.My question is as follows.
1)Can we able to access a REXX EXEC available in the MVS(that is in the ps or pds member ) system using the javascript?
2)or if some input given from the html page can be passed to the REXX EXEC available in the MVS SYSTEM .
If these things are possible,please let me know how.
looking forward for your replies |
|
Back to top |
|
|
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Fri Dec 23, 2005 11:01 am Post subject: |
|
|
Maybe this will help? REXX and js _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
|
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Fri Dec 23, 2005 11:50 am Post subject: |
|
|
the link u have given mainly deals with the PC or OS/2 warp platform ,what about the MVS OR OS390 Platform? |
|
Back to top |
|
|
Ravi Beginner
Joined: 27 Jun 2005 Posts: 88 Topics: 2
|
Posted: Fri Dec 23, 2005 12:33 pm Post subject: |
|
|
Quote: |
what about the MVS OR OS390 Platform?
| No. You cannot directly interact MVS REXX with Javascript in Unix server or Microsoft servers. |
|
Back to top |
|
|
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
|
Back to top |
|
|
Ravi Beginner
Joined: 27 Jun 2005 Posts: 88 Topics: 2
|
Posted: Fri Dec 23, 2005 12:58 pm Post subject: |
|
|
vjkumk, I have gone thru the link on a highlevel and there he says Quote: | Rexx invokes ftp to publish the report to your web server. |
The data is converted thru some Macros or Routines which will generate a HTML file in mainframes. That will be FTPed to any server. I think SAS using ODS HTMLwill coverted a MF file into a HTML page very easily. Even thru FILEAID you can convert the file into a XML page. Then you need to FTP to any webserver to publish the page.
The below is mentioned in the LINK you gave Quote: | Batch jobs changed to print to specific, dedicated output class. Rexx scripts installed and running on a scheduled basis after batch jobs, against dedicated output class and converting output to HTML. Converted reports being sent via ftp to an NT server. |
|
|
Back to top |
|
|
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Fri Dec 23, 2005 1:05 pm Post subject: |
|
|
Ravi,
thanks for your immediate reply.I will be very glad if you have some more info on details you mentioned above.
cheers
vjkumk |
|
Back to top |
|
|
Ravi Beginner
Joined: 27 Jun 2005 Posts: 88 Topics: 2
|
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Fri Dec 23, 2005 1:19 pm Post subject: |
|
|
What exactly are you trying to accomplish? You can certainly write CGI programs in Rexx, and those execs can access the Unix or MVS file systems, but that has nothing to do with JavaScript. That is a function of the web server. There is no native implementation of JavaScript on the mainframe. Are you just refering to HTML forms? |
|
Back to top |
|
|
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Thu Jan 12, 2006 8:37 pm Post subject: |
|
|
semigeezer,
I will come up with my exact requirement clear in a week while.
cheers
VJ |
|
Back to top |
|
|
|
|