tso

How can I run my Rexx program as a batch job?

天大地大妈咪最大 提交于 2019-12-02 07:52:30
问题 I have a Rexx program that I want to run as a batch job. How can I do this? This is my program :- /* Rexx – HELLO – Write Hello World */ Say "hello World" The program is located as member HELLO in the PDS ME.USER.EXEC . A valid JOB CARD for my installation is (our environment includes ISPF/PDF as opposed to ROSCOE):- //MYJOB JOB ,,CLASS=1,MSGCLASS=H,NOTIFY=&SYSUID Note! this has been written as a tutorial 回答1: There are a number of ways that you can run the program via batch. I will cover 3

How can I run my Rexx program as a batch job?

时光毁灭记忆、已成空白 提交于 2019-12-02 05:02:57
I have a Rexx program that I want to run as a batch job. How can I do this? This is my program :- /* Rexx – HELLO – Write Hello World */ Say "hello World" The program is located as member HELLO in the PDS ME.USER.EXEC . A valid JOB CARD for my installation is (our environment includes ISPF/PDF as opposed to ROSCOE):- //MYJOB JOB ,,CLASS=1,MSGCLASS=H,NOTIFY=&SYSUID Note! this has been written as a tutorial There are a number of ways that you can run the program via batch. I will cover 3 ways all of which are different according to the environment (i.e. what they can utilise.) Method 1 - Run the