Using JCL

Objective:
- Executing OS commands

Lesson 5

JCL (=Job Control Language"Abkürzung für ""Job Control Language"". Damit sind Anweisungen gemeint, die Verarbeitungsschritte bilden und auf Rechnern ausgeführt werden.") commands can only be used in the Process tab of jobs. These commands are executed on a particular OS, platform or application, and not on AE.

The script element :DATA can be used to explicitly declare JCL lines. The script editor displays JCL in brown.

 

The following lesson describes the handling of JCL.

The first step executes an OS command on a computer. Create a JobVerarbeitung auf einem Zielsystem. Auch ein eigener Objekttyp in der Automation Engine. object for this purpose (Windows job). Open the job and enter an agent and a valid LoginAnmeldedaten für Zielsysteme. Auch ein eigener Objekttyp in der Automation Engine. object in the Notification tab

Verify that the agent is active and that the relevant rights are available (client rights in the Agent"Programm, das die Ausführung von Verarbeitungen auf Zielsystemen wie z.B. Rechner oder Geschäftslösungen ermöglicht. Auch ein eigener Objekttyp in der Automation Engine. [Früher ""Executor"" genannt.] Siehe auch ""Host""." object and the User object).

Switch to the Process tab and enter some commands. For example, you can use the following lines to query the file list of a particular directory on the Windows computer:

C:
cd C:\temp
dir

Store the job and start it. The result is available in the report dialog (ReportBericht, der nähere Informationen über die Durchführung einer Aufgabe oder einer Komponente enthält. tab).