Jump to content

World Programming System: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Clean up and fix words ending in -ant using AWB
Clarified programming language & updated preview date
Line 9: Line 9:
| latest_release_version = 1.5
| latest_release_version = 1.5
| latest_release_date = October, 2005
| latest_release_date = October, 2005
| latest preview version = 2.0 beta4
| latest preview version = 2.0 beta5
| latest preview date = February, 2007
| latest preview date = May, 2007
| operating_system = [[Microsoft Windows|Windows]], [[z/OS]]
| operating_system = [[Microsoft Windows|Windows]], [[z/OS]]
| genre = [[Numerical Analysis]]
| genre = [[Numerical Analysis]]
Line 21: Line 21:
WPS can use programs developed with the [[SAS System]] without the need for translating them into any other language. It also follows that programs developed with WPS can be used with the SAS System. In this regard WPS is compatible with SAS.
WPS can use programs developed with the [[SAS System]] without the need for translating them into any other language. It also follows that programs developed with WPS can be used with the SAS System. In this regard WPS is compatible with SAS.


The WPS Core (or the information-processing code) is written in C++ and Assembler. The WPS Core alone handles all the SAS language statements, not the IDE. The WPS Core does not in any way utilise any interpreted JAVA code in order to process SAS statements. This same WPS Core is utilised by WPS running on either the [[z/OS]] or [[Microsoft Windows|Windows]] platform.
The core of WPS is written in [[C++]]. It is this core that provides the support to process SAS
language elements and provides [[Porting|portability]] between different operating systems. WPS can be installed and used on mainframe computers running [[z/OS]] and personal computers and servers running [[Microsoft Windows]].


When installed on a Windows system, WPS has a [[graphical user interface]] (known as the '''WPS Workbench''') for managing, editing and running programs in the SAS language. The user interface is based on [[Eclipse (software)]].
When installed on a Windows system, WPS has a [[graphical user interface]] (known as the '''WPS Workbench''') for managing, editing and running programs in the SAS language. The user interface is based on [[Eclipse (software)]].

Revision as of 09:00, 29 May 2007

World Programming System (WPS)
Developer(s)World Programming
Stable release
1.5 / October, 2005
Preview release
2.0 beta5 / May, 2007
Operating systemWindows, z/OS
TypeNumerical Analysis
LicenseProprietary
Websitewww.teamwpc.co.uk

The World Programming System, also known as WPS, is a software product developed by a company called World Programming. WPS allows users to create, edit and run programs written in the SAS programming language.

WPS can use programs developed with the SAS System without the need for translating them into any other language. It also follows that programs developed with WPS can be used with the SAS System. In this regard WPS is compatible with SAS.

The WPS Core (or the information-processing code) is written in C++ and Assembler. The WPS Core alone handles all the SAS language statements, not the IDE. The WPS Core does not in any way utilise any interpreted JAVA code in order to process SAS statements. This same WPS Core is utilised by WPS running on either the z/OS or Windows platform.

When installed on a Windows system, WPS has a graphical user interface (known as the WPS Workbench) for managing, editing and running programs in the SAS language. The user interface is based on Eclipse (software).

Summary of Main Features

See also