z/OS TSO/E Programming Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


JOBNAME

z/OS TSO/E Programming Services
SA32-0973-00

The Parse Service Routine builds a four-word PDE to describe a JOBNAME operand. The PDE has the following format:

Offset decimal Meaning
0 A pointer to the jobname
4 Length1
6 Flags1
7 Reserved
8 A pointer to the jobid name
12 Length2
14 Flags2
15 Reserved
Pointer to the jobname:
contains a pointer to the beginning of the jobname. Contains zero if the jobname was omitted.
Length1:
contains the length of the jobname. The jobname cannot be entered in quotes.
Flags1:
Setting Meaning
0... .... The jobname is not present.
1... .... The jobname is present.
.xxx xxxx Reserved bits.
Pointer to the jobid:
contains a pointer to the beginning of the jobid. Contains zero if the jobid was omitted.
Length2:
contains the length of the jobid. This length figure does not include the parentheses around the jobid.
Flags2:
Setting Meaning
0... .... The jobid is not present.
1... .... The jobid is present.
.xxx xxxx Reserved bits.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014