Automation Engine Script Guide > Introduction > First Steps > Preliminary Checklist

Preliminary Checklist

Particular requirements must be met for individual scripting lines and script elements.

 

Rights

Scripts are processed when the corresponding objects are processed. Therefore, a user requires an "X" right for the objects that should be started.

JCL

JCL is the abbreviation for Job Control Language. It consists of instructions and commands that are processed on particular computers (such as a dir command on a Windows computer).

In addition to OS commands, specific AE JCL elements are available for particular platforms and applications (such as SAP). They are explained in the following chapters:

To use JCL, you require a Job object and an agent for the particular operating system (such as Windows), the platform (such as SAP) or the application (such as SQL). The agent must be active and logged on to the AE system. The relevant client must be able to access the agent (see: Agent - Authorization tab ).
To execute the JCL commands, you also need a Login object that includes valid login information for the OS, the platform and the application. You can select it in the Job object.

JCL commands can only be used in the Process tab of jobs.

The script element :DATA can be used to explicitly declare JCL lines.

Specific AE Script elements

The following script elements have individual requirements: