Version 6.3.13 for Windows
 —  Operations  —

Using Statements and Commands in a NaturalX Server Environment

The behavior of some Natural statements and Natural system commands changes in a server environment.

This document covers the following topics:


Natural Statements

This section covers the following statements:

DISPLAY, INPUT, PRINT, REINPUT and WRITE Statements

WRITE WORK FILE and READ WORK FILE Statements

When you access a work file in a method, the file is opened at the start of the method and closed at the end. The file is not kept open between method calls to avoid interference between clients.

STOP and TERMINATE Statements

Top of page

Natural System Commands

Only the following Natural commands are allowed in the server environment:

From this list, the commands CATALOG, CLEAR, READ, RUN, SAVE and STOW are only allowed if the server is running under a development Natural (natural.exe).

All commands that are not allowed will be rejected with the error NAT0082.

Top of page