Author |
Message |
Topic: Job Step Data Areas |
southskies
Replies: 1
Views: 4038
|
Forum: Job Control Language(JCL) Posted: Fri Apr 06, 2012 9:32 pm Subject: Job Step Data Areas |
Hi,
I have a job that uses data in the PSA and ASCB storage areas. If I use a base offset of 0 for the PSA, I get the current job step information. Can anyone advise whether it is possible to acces ... |
Topic: Accessing JOB EXCPN-CNT values for executing job |
southskies
Replies: 6
Views: 9768
|
Forum: TSO and ISPF Posted: Thu Dec 22, 2011 1:13 am Subject: Accessing JOB EXCPN-CNT values for executing job |
Hi,
I realise that the information is available within SMF, but a) the data is not available until after the job completes b) I was hoping to be able to access the data through the REXX STORAGE com ... |
Topic: Accessing JOB EXCPN-CNT values for executing job |
southskies
Replies: 6
Views: 9768
|
Forum: TSO and ISPF Posted: Wed Dec 21, 2011 8:00 pm Subject: Accessing JOB EXCPN-CNT values for executing job |
Yes, correct ...the measure of amount of IO that has occurred during the execution of this step.
These details are also shown in the LOG of the job
"DSS3044 JOBNAME STEPNAME PROCSTEP RC E ... |
Topic: Accessing JOB EXCPN-CNT values for executing job |
southskies
Replies: 6
Views: 9768
|
Forum: TSO and ISPF Posted: Wed Dec 21, 2011 12:56 am Subject: Accessing JOB EXCPN-CNT values for executing job |
Hi,
I am needing to collect details about the total exception count from all the preceeding steps of an executing job.
Running SDSF in batch (DA "screen") will only get the count of th ... |
Topic: TSO SUBMIT and JOBCHAR |
southskies
Replies: 3
Views: 4127
|
Forum: Job Control Language(JCL) Posted: Tue Dec 14, 2010 6:09 pm Subject: TSO SUBMIT and JOBCHAR |
Hi Kolusu,
The jobname wasn't really the issue. I was wanting to be able to test or use the value of JOBCHAR in my job.
If it can't be tested, then why on earth was this functionality invented? ... |
Topic: TSO SUBMIT and JOBCHAR |
southskies
Replies: 3
Views: 4127
|
Forum: Job Control Language(JCL) Posted: Tue Dec 14, 2010 9:38 am Subject: TSO SUBMIT and JOBCHAR |
Hi,
If a jobs is submitted via the TSO SUBMIT <dsn> JOBCHAR(xy), is there any way that the value of the JOBCHAR parameter can be identified in the JCL at all? Is it given a variable name by a ... |
Topic: Connecting to Unix - no output |
southskies
Replies: 11
Views: 6524
|
Forum: Job Control Language(JCL) Posted: Mon Jul 27, 2009 7:39 pm Subject: Connecting to Unix - no output |
Its a puzzle to me. I can go into native tso and type the oshell ls -al command and it works fine...
so why does batch work differently? |
Topic: Connecting to Unix - no output |
southskies
Replies: 11
Views: 6524
|
Forum: Job Control Language(JCL) Posted: Sun Jul 26, 2009 8:43 pm Subject: Still no output |
Thanks Ram,
I was getting output coming through the STDOUT DDname, but all I got written out here was
*---------------------------------------------------------------
/etc/profile ... |
Topic: Connecting to Unix - no output |
southskies
Replies: 11
Views: 6524
|
Forum: Job Control Language(JCL) Posted: Fri Jul 24, 2009 12:29 am Subject: Connecting to Unix - no output |
Hi,
I'm trying to learn more abount the Unix function on the mainframe.
I've got a very simple job.
//STEP02 EXEC PGM=BPXBATCH,REGION=0M
//SYSOUT DD SYSOUT=* ... |
|