z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Running an AMODE 64 application under batch

z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
SA38-0689-00

Under batch, you can request the execution of an AMODE 64 executable program in an EXEC statement in your JCL. The EXEC statement marks the beginning of each step in a job or procedure, and identifies the executable program or cataloged procedure that executes.

The general form of the EXEC statement is:
//[stepname] EXEC PGM=program_name
The program_name is the name of the member or alias of the program to be executed. The specified program must be one of the following:
  • An executable program that is a member of a private library specified in a STEPLIB DD statement in your JCL.
  • An executable program that is a member of a private library specified in a JOBLIB DD statement in your JCL.
  • An executable program that has been loaded into shared system storage using dynamic LPA.
  • An executable program that is a member of a system library. Examples of system libraries are SYS1.LINKLIB and libraries specified in the LNKLST.

Unless you have indicated that the executable program is in a private library, it is assumed that the executable program is in a system library and the system libraries are searched for the name you specify.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014