HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Batch language extraction on z/OS

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Read syntax diagramSkip visual syntax diagram
>>-//stepname--EXEC--PGM=ASMLANGX------------------------------->

>--,PARM='file-name(-+------------+-'  ------------------------><
                     | .--------. |       
                     | V        | |       
                     '---option-+-'       

file-name
The PDS member name of the input and output files.

For TSO sequential files (DSORG(PS)), the name is ignored.

The default input file DDname is SYSADATA. Please see PFT.

The default output file DDname is ASMLANGX. Please see OFT.

options
Options are described in ASMLANGX options.

Example JCL

//*                                                                  */
//*     --ASMLANGX -- EXTRACTION --
//*
//*     Replace member with the correct member name
//*     Replace hlq. with the correct high-level qualifiers
//*
//ASMLANGX EXEC PGM=ASMLANGX,REGION=4096K,
// PARM='member (ASM LOUD ERROR'
//SYSADATA DD  DISP=SHR,DSN=hlq..SYSADATA
//ASMLANGX DD  DISP=OLD,DSN=hlq..ASMLANGX

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014