Re: location of JCL for started task

2023-03-20 Thread Seymour J Metz
Both JES2 and JES3 have alternative PROC sources. Worst case is a started job 
with a JCLLIB DD.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Michael Brennan [brennan4...@gmail.com]
Sent: Monday, March 20, 2023 2:36 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: location of JCL for started task

A job card for a started task is normally found in one of the data sets
pointed to by the IEFPDSI DD or the IEFJOBS DD of your Master JCL. Master
JCL is normally found in SYS1.PARMLIB or one of the data sets in your
PARMLIB concatenation in a member named MSTJCL00 or some other number other
than 00.

On Sun, Mar 19, 2023 at 4:46 AM Bill Giannelli 
wrote:

> I found a WLM entry for an application environment specifying the proc in
> question with the following:
> Starting of server address spaces for a subsystem instance:
>  Managed by WLM
> So is this started from within WLM?
> On Sun, 19 Mar 2023 03:45:09 +, Gibney, Dave  wrote:
>
> >The job cards from MSTJCL IEFJOBS Dd is newer that started tasks. Sounds
> to me like your STC is started by
> >S procname and any JOB card is system generated. If started before JESx,
> then it's from the proclib concatenation in MSTJCL
> >If after, and your JES proclib concatenation is different, then maybe
> from there.
> >
> >You state you can find the proc. That's probably where it is being
> started from
> >
> >> -Original Message-
> >> From: IBM MainframeiDiscussion List  On
> >> Behalf Of Bill Giannelli
> >> Sent: Saturday, March 18, 2023 10:26 AM
> >> To: IBM-MAIN@LISTSERV.UA.EDU
> >> Subject: location of JCL for started task
> >>
> >> [EXTERNAL EMAIL]
> >>
> >> we have a PDS for job cards for started tasks, which reference our
> system
> >> proclib.
> >> I have a started task that is executing, yet I can not find the actual
> JCL
> >> (Jobcard, etc). I can find the proc.
> >> How can I find where the JCL is being read from?
> >> thanks
> >> Bill
> >>
> >> --
> >> For IBM-MAIN subscribe / signoff / archive access instructions,
> >> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> >--
> >For IBM-MAIN subscribe / signoff / archive access instructions,
> >send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


--
Michael Brennan

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-20 Thread Michael Brennan
A job card for a started task is normally found in one of the data sets
pointed to by the IEFPDSI DD or the IEFJOBS DD of your Master JCL. Master
JCL is normally found in SYS1.PARMLIB or one of the data sets in your
PARMLIB concatenation in a member named MSTJCL00 or some other number other
than 00.

On Sun, Mar 19, 2023 at 4:46 AM Bill Giannelli 
wrote:

> I found a WLM entry for an application environment specifying the proc in
> question with the following:
> Starting of server address spaces for a subsystem instance:
>  Managed by WLM
> So is this started from within WLM?
> On Sun, 19 Mar 2023 03:45:09 +, Gibney, Dave  wrote:
>
> >The job cards from MSTJCL IEFJOBS Dd is newer that started tasks. Sounds
> to me like your STC is started by
> >S procname and any JOB card is system generated. If started before JESx,
> then it's from the proclib concatenation in MSTJCL
> >If after, and your JES proclib concatenation is different, then maybe
> from there.
> >
> >You state you can find the proc. That's probably where it is being
> started from
> >
> >> -Original Message-
> >> From: IBM MainframeiDiscussion List  On
> >> Behalf Of Bill Giannelli
> >> Sent: Saturday, March 18, 2023 10:26 AM
> >> To: IBM-MAIN@LISTSERV.UA.EDU
> >> Subject: location of JCL for started task
> >>
> >> [EXTERNAL EMAIL]
> >>
> >> we have a PDS for job cards for started tasks, which reference our
> system
> >> proclib.
> >> I have a started task that is executing, yet I can not find the actual
> JCL
> >> (Jobcard, etc). I can find the proc.
> >> How can I find where the JCL is being read from?
> >> thanks
> >> Bill
> >>
> >> --
> >> For IBM-MAIN subscribe / signoff / archive access instructions,
> >> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> >--
> >For IBM-MAIN subscribe / signoff / archive access instructions,
> >send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Michael Brennan

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-19 Thread Seymour J Metz
Typo doing C should be including a JOB card.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Paul Gilmartin [042bfe9c879d-dmarc-requ...@listserv.ua.edu]
Sent: Sunday, March 19, 2023 1:48 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: location of JCL for started task

On Sun, 19 Mar 2023 17:08:33 +, Seymour J Metz wrote:

>...  aShg1ah, ...
>
???

--
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-19 Thread Paul Gilmartin
On Sun, 19 Mar 2023 17:08:33 +, Seymour J Metz wrote:

>...  aShg1ah, ...
>
???

-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-19 Thread Seymour J Metz
The old OS/360 behavior for START was that the system generated a JOB card. 
Somewhere in the mists of time we acquired the ability to provide complete JCL 
including aShg1ah, but the old code is still there when starting a PROC. More 
specifically, what START for a PROC generates is something like

Generated JOB card
Generated EXEC PROC=name from START with keyword parameters from start
Generated IEFRDER DD with parameters from START



--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Bill Giannelli [billgianne...@gmail.com]
Sent: Saturday, March 18, 2023 1:26 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: location of JCL for started task

we have a PDS for job cards for started tasks, which reference our system 
proclib.
I have a started task that is executing, yet I can not find the actual JCL 
(Jobcard, etc). I can find the proc.
How can I find where the JCL is being read from?
thanks
Bill

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-19 Thread Bill Giannelli
I found a WLM entry for an application environment specifying the proc in 
question with the following:
Starting of server address spaces for a subsystem instance: 
 Managed by WLM 
So is this started from within WLM? 
On Sun, 19 Mar 2023 03:45:09 +, Gibney, Dave  wrote:

>The job cards from MSTJCL IEFJOBS Dd is newer that started tasks. Sounds to me 
>like your STC is started by
>S procname and any JOB card is system generated. If started before JESx, then 
>it's from the proclib concatenation in MSTJCL
>If after, and your JES proclib concatenation is different, then maybe from 
>there. 
>
>You state you can find the proc. That's probably where it is being started from
>
>> -Original Message-
>> From: IBM MainframeiDiscussion List  On
>> Behalf Of Bill Giannelli
>> Sent: Saturday, March 18, 2023 10:26 AM
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Subject: location of JCL for started task
>> 
>> [EXTERNAL EMAIL]
>> 
>> we have a PDS for job cards for started tasks, which reference our system
>> proclib.
>> I have a started task that is executing, yet I can not find the actual JCL
>> (Jobcard, etc). I can find the proc.
>> How can I find where the JCL is being read from?
>> thanks
>> Bill
>> 
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Gibney, Dave
The job cards from MSTJCL IEFJOBS Dd is newer that started tasks. Sounds to me 
like your STC is started by
S procname and any JOB card is system generated. If started before JESx, then 
it's from the proclib concatenation in MSTJCL
If after, and your JES proclib concatenation is different, then maybe from 
there. 

You state you can find the proc. That's probably where it is being started from

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Bill Giannelli
> Sent: Saturday, March 18, 2023 10:26 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: location of JCL for started task
> 
> [EXTERNAL EMAIL]
> 
> we have a PDS for job cards for started tasks, which reference our system
> proclib.
> I have a started task that is executing, yet I can not find the actual JCL
> (Jobcard, etc). I can find the proc.
> How can I find where the JCL is being read from?
> thanks
> Bill
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Mike Schwab
Try IPLINFO and look for your PROCLIB concatenation.  It should be the
first matching member name.
Maybe put the library and member name as a comment in each member?

On Sat, Mar 18, 2023 at 6:27 PM Bill Giannelli  wrote:
>
> I see in the system log is was submitted from STCINRDR
>
>
> On Sat, 18 Mar 2023 13:02:55 -0500, Paul Gilmartin  
> wrote:
>
> >On Sat, 18 Mar 2023 12:26:19 -0500, Bill Giannelli wrote:
> >
> >>we have a PDS for job cards for started tasks, which reference our system 
> >>proclib.
> >>I have a started task that is executing, yet I can not find the actual JCL 
> >>(Jobcard, etc). I can find the proc.
> >>How can I find where the JCL is being read from?
> >>
> >Might it have  been started from a console?:
> >
> >(or by automation), in which case there might be no such member; only the 
> >command
> >shown in the system log.
> >
> >The audit trail can be hard to follow when someone submits from an editor
> >a job created ab  ovo.
> >
> >--
> >gil
> >
> >--
> >For IBM-MAIN subscribe / signoff / archive access instructions,
> >send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Rob Scott
The PROC panel in SDSF can be used to show the JES2 PROCLIB concatenations and 
from there you can issue "SRCH mask" to hunt for a member name mask.

If the STC in question was started under JES2 subsystem, this might help the OP 
locate the source of the JCL.

Note that the SRCH command can be used on any panel that contains lists of data 
sets that might include PDS/E, including LNK, LPA, PARM and JDD.

Rob Scott
Rocket Software

Sent from Outlook for Android<https://aka.ms/AAb9ysg>

From: IBM Mainframe Discussion List  on behalf of 
John McKown 
Sent: Saturday, March 18, 2023 11:51:48 PM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: location of JCL for started task

EXTERNAL EMAIL




I don't know IOF. In SDSF, I can select the STC and FIND for EXPANDED FROM
to see where it came from.


On Saturday, March 18, 2023, Bill Giannelli  wrote:
> I see in the system log is was submitted from STCINRDR
>
>
> On Sat, 18 Mar 2023 13:02:55 -0500, Paul Gilmartin 
wrote:
>
>>On Sat, 18 Mar 2023 12:26:19 -0500, Bill Giannelli wrote:
>>
>>>we have a PDS for job cards for started tasks, which reference our
system proclib.
>>>I have a started task that is executing, yet I can not find the actual
JCL (Jobcard, etc). I can find the proc.
>>>How can I find where the JCL is being read from?
>>>
>>Might it have been started from a console?:
>><
https://www.ibm.com/docs/en/zos/2.5.0?topic=command-starting-system-task-from-console<https://www.ibm.com/docs/en/zos/2.5.0?topic=command-starting-system-task-from-console>
>
>>(or by automation), in which case there might be no such member; only the
command
>>shown in the system log.
>>
>>The audit trail can be hard to follow when someone submits from an editor
>>a job created ab ovo.
>>
>>--
>>gil
>>
>>--
>>For IBM-MAIN subscribe / signoff / archive access instructions,
>>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Rocket Software, Inc. and subsidiaries ? 77 Fourth Avenue, Waltham MA 02451 ? 
Main Office Toll Free Number: +1 855.577.4323
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread John McKown
I don't know IOF. In SDSF, I can select the STC and FIND for EXPANDED FROM
to see where it came from.


On Saturday, March 18, 2023, Bill Giannelli  wrote:
> I see in the system log is was submitted from STCINRDR
>
>
> On Sat, 18 Mar 2023 13:02:55 -0500, Paul Gilmartin 
wrote:
>
>>On Sat, 18 Mar 2023 12:26:19 -0500, Bill Giannelli wrote:
>>
>>>we have a PDS for job cards for started tasks, which reference our
system proclib.
>>>I have a started task that is executing, yet I can not find the actual
JCL (Jobcard, etc). I can find the proc.
>>>How can I find where the JCL is being read from?
>>>
>>Might it have  been started from a console?:
>><
https://www.ibm.com/docs/en/zos/2.5.0?topic=command-starting-system-task-from-console
>
>>(or by automation), in which case there might be no such member; only the
command
>>shown in the system log.
>>
>>The audit trail can be hard to follow when someone submits from an editor
>>a job created ab  ovo.
>>
>>--
>>gil
>>
>>--
>>For IBM-MAIN subscribe / signoff / archive access instructions,
>>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Bill Giannelli
I see in the system log is was submitted from STCINRDR


On Sat, 18 Mar 2023 13:02:55 -0500, Paul Gilmartin  wrote:

>On Sat, 18 Mar 2023 12:26:19 -0500, Bill Giannelli wrote:
>
>>we have a PDS for job cards for started tasks, which reference our system 
>>proclib.
>>I have a started task that is executing, yet I can not find the actual JCL 
>>(Jobcard, etc). I can find the proc.
>>How can I find where the JCL is being read from?
>> 
>Might it have  been started from a console?:
>
>(or by automation), in which case there might be no such member; only the 
>command
>shown in the system log.
>
>The audit trail can be hard to follow when someone submits from an editor
>a job created ab  ovo.
>
>-- 
>gil
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Bob Bridges
(Aside: Hurray for IOF!  I've used SDSF and SYSVIEW, but I still think IOF is 
easiest.  And they had a REXX interface before SDSF did, or at least before I 
found out that SDSF has one.)

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* I explained what was happening, using words like "near death" and "state of 
national emergency" so she would know I wasn't exaggerating.  Her response was 
to remind me that she was in labor for 26 hours with our first child. ¶ "Oh, 
this is far worse than that," I promised her, earning myself the Dial Tone 
Award for Least Appreciation of Cervical Dilation by a Husband.  -W Bruce 
Cameron on passing a kidney stone */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Bill Giannelli
Sent: Saturday, March 18, 2023 13:43

We have IOF not SDSF.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread ITschak Mugzach
It is also possible that the task was started from proc IEESYSAS

בתאריך שבת, 18 במרץ 2023 ב-20:03 מאת Paul Gilmartin <
042bfe9c879d-dmarc-requ...@listserv.ua.edu>:

> On Sat, 18 Mar 2023 12:26:19 -0500, Bill Giannelli wrote:
>
> >we have a PDS for job cards for started tasks, which reference our system
> proclib.
> >I have a started task that is executing, yet I can not find the actual
> JCL (Jobcard, etc). I can find the proc.
> >How can I find where the JCL is being read from?
> >
> Might it have  been started from a console?:
> <
> https://www.ibm.com/docs/en/zos/2.5.0?topic=command-starting-system-task-from-console
> >
> (or by automation), in which case there might be no such member; only the
> command
> shown in the system log.
>
> The audit trail can be hard to follow when someone submits from an editor
> a job created ab  ovo.
>
> --
> gil
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
-- 
ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Continuous Monitoring
for z/OS, x/Linux & IBM I **| z/VM coming soon  *

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Paul Gilmartin
On Sat, 18 Mar 2023 12:26:19 -0500, Bill Giannelli wrote:

>we have a PDS for job cards for started tasks, which reference our system 
>proclib.
>I have a started task that is executing, yet I can not find the actual JCL 
>(Jobcard, etc). I can find the proc.
>How can I find where the JCL is being read from?
> 
Might it have  been started from a console?:

(or by automation), in which case there might be no such member; only the 
command
shown in the system log.

The audit trail can be hard to follow when someone submits from an editor
a job created ab  ovo.

-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Billy Ashton
Bill, does this help at all: 
https://www.ibm.com/docs/en/zos/2.2.0?topic=language-setting-up-started-tasks-master-jcl


Thank you and best regards,
Billy Ashton


-- Original Message --

From "Bill Giannelli" 

To IBM-MAIN@listserv.ua.edu
Date 3/18/2023 1:42:45 PM
Subject Re: location of JCL for started task


hi Steve,
We have IOF not SDSF.
But I do not see anywhere where it indicates the pds where the JCL came from 
for that proc.
thanks
Bill
On Sat, 18 Mar 2023 12:30:25 -0500, Steve Beaver  wrote:


Go into the running STC in SDSF and in the section that gives the stats it will 
be first line

Sent from my iPhone

No one said I could type with one thumb


 On Mar 18, 2023, at 12:26, Bill Giannelli  wrote:

 we have a PDS for job cards for started tasks, which reference our system 
proclib.
 I have a started task that is executing, yet I can not find the actual JCL 
(Jobcard, etc). I can find the proc.
 How can I find where the JCL is being read from?
 thanks
 Bill

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Bill Giannelli
hi Steve,
We have IOF not SDSF.
But I do not see anywhere where it indicates the pds where the JCL came from 
for that proc.
thanks
Bill
On Sat, 18 Mar 2023 12:30:25 -0500, Steve Beaver  wrote:

>Go into the running STC in SDSF and in the section that gives the stats it 
>will be first line 
>
>Sent from my iPhone
>
>No one said I could type with one thumb 
>
>> On Mar 18, 2023, at 12:26, Bill Giannelli  wrote:
>> 
>> we have a PDS for job cards for started tasks, which reference our system 
>> proclib.
>> I have a started task that is executing, yet I can not find the actual JCL 
>> (Jobcard, etc). I can find the proc.
>> How can I find where the JCL is being read from?
>> thanks
>> Bill
>> 
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: location of JCL for started task

2023-03-18 Thread Steve Beaver
Go into the running STC in SDSF and in the section that gives the stats it will 
be first line 

Sent from my iPhone

No one said I could type with one thumb 

> On Mar 18, 2023, at 12:26, Bill Giannelli  wrote:
> 
> we have a PDS for job cards for started tasks, which reference our system 
> proclib.
> I have a started task that is executing, yet I can not find the actual JCL 
> (Jobcard, etc). I can find the proc.
> How can I find where the JCL is being read from?
> thanks
> Bill
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


location of JCL for started task

2023-03-18 Thread Bill Giannelli
we have a PDS for job cards for started tasks, which reference our system 
proclib.
I have a started task that is executing, yet I can not find the actual JCL 
(Jobcard, etc). I can find the proc.
How can I find where the JCL is being read from?
thanks
Bill

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN