answersLogoWhite

0

This is the simplest form: no files are allocated for EXECIO.

All REXX features are available.

All REXX functions are available, including EXECIO.

All TSO commands are available,

for example: DELETE, LISTCAT, HRECALL, HDELETE.

ISPF features are not available,

for example VGET, File Tailoring. //* job statement //TSOBATCH EXEC PGM=IKJEFT1A,DYNAMNBR=200 //SYSEXEC DD DSN=userid.REXX.EXEC,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * PROFILE PREFIX(userid) /* please use this,*/ /* specifying your userid*/ %MYREXX

Same as the previous, but two files are allocated for EXECIO

The program uses EXECIO.

It reads the file defined by //INFILE

it writes to the file defined by //OUTFILE

Do not use an ALLOC command for these files in the REXX program! //* job statement for invoking rexx by jcl //* good example of TSO in Batch //* how to run a rexx program with job control language //TSOBATCH EXEC PGM=IKJEFT1A,DYNAMNBR=200 //SYSEXEC DD DSN=userid.REXX.EXEC,DISP=SHR REXX program library //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //INFILE DD DSN=userid.MY.INPUT,DISP=SHR //OUTFILE DD SYSOUT=* //SYSTSIN DD * PROFILE PREFIX(userid) /* please use this,*/ /* specifying your userid*/ %MYREXX

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you run a rexx program with jcl?

JCL (Job Control Language) to run a REXX is a common practice. You should have a sample JCL in your shop. Note this all runs on Z/OS not windows and the REXX cannot be an interactive REXX. //JOBNAME JOBCARD INFO .... //STEPNAME EXEC PGM=IKJEFT01,PARM='REXXNAME' //SYSTSPRT DD SYSOUT=* //SYSUDUMP DD SYSOUT=D,FLASH=F003 //SYSPROC DD DSN=YOUR.REXX.LIBRARY,DISP=SHR //SYSTSIN DD DUMMY,DCB=BLKSIZE=80 Change the jobcard to match your shops standards for running JCL Put a stepname you like (replace STEPNAME) Replace REXXNAME with the name of the REXX you wish to run On the SYSPROC line put the library name you used to create the REXX exec. Submit the JCL (note you also need submit authority to run JCLs)


What is internal reader in JCL?

In JCL, the internal reader is a facility to provide input data directly within the JCL statements without the need for an external dataset. This input data is typically specified using the job card and can be used by subsequent DD statements in the job step. The internal reader is useful for providing small amounts of temporary data to be processed by the job step.


What is IBM JCL?

Job Control Language (JCL) is a scripting language used on IBM mainframe operating systems to instruct the system on how to run a batch job or start a subsystem.


How do you find bugs in a computer program?

Typically, you run the program through "debuggers" - software that specifically looks for errors in your code.


Where and how can I run a program?

You can run a program in any OS. For example an executable program can be run in windows by .exe file extension.


Can governments check the contents of your emails and chats?

Yes and they do through a program that is known as predator 2, it is a program that will run ever email that is run through a major email suppliers such as yahoo and gmail, in search of certain words such as bomb , bush, jihad and the such and then it will be flagged and looked in to later, how ever i am not sure if this program is still active but it was.


Will a program run if it is placed into ROM?

a program will only run if it is first place into


Program is indicated by which file extension?

On Windows, applications are run through executable files, which is denoted by the extension .exe


The program which automatically run and continues to run as long as Windows is running is?

Program Manager


Can you run java program without applying main method?

yes we can run java program without using main. we can run program by declaring the variable static..


Which program would you run to check for possible disk errors and where is the program located?

program would you run to check for possible disk errors


What is execution of program?

Exec. Of program is the compilation of document or the run of a type program.