How can I run my Rexx program as a batch job?
问题 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