On Thu, 19 Oct 2023 at 10:18, Charles Hardee <[email protected]>
wrote:

>
> I will "grossly" explain what I want to do.
> I am not interested in other methods, I have other methods, but I am
> interested in this method the most, if it can be done.
>
> Program A executes and sets a global symbol to a certain value and
> terminates.
> Many other jobs execute and, in each one, as needed, the programs check to
> see if the global symbol is set and, if it is, to what value.
> They then make logic path decisions within the program based on the value
> of the global symbol.
> Finally, Program B runs, or maybe it's just Program A again, and the global
> symbol is deleted.
>

What's the temporal scope for this symbol? Does it need to survive an IPL?
And does it need to be available cross-system, i.e. within sysplex members?

As you admit, there are several other approaches to the general requirement
that don't involve a JCL-style symbol. For within an IPL there is the
Name/Token pair scheme.

Perhaps the simplest that needs no special facilities or authorization is
for Program A to write the value into a dataset or UNIX file, and the other
jobs to read it from there (or find that it doesn't exist).

I do get the impression that you've decided on the solution - quite
possibly not the best one - before defining (or at least explaining here)
the problem to be solved.

Tony H.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to