Re: Attributes of an assemler symbol

2024-03-31 Thread Stephen Donaldson
Try:   K' for the count.

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


Re: 0C1 abend

2023-07-01 Thread Stephen Donaldson
I wouldn't be able to rule out anything. Do you just want to identify the 
module or get some detail for IBM or BMC or is there some user code/exit that 
potentially needs remediation? I previously answered as though it were the 
latter.

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


Re: 0C1 abend

2023-07-01 Thread Stephen Donaldson
What do the registers and PSW say?  You could have branched into data or into 
the PSA.  Branching into the PSA is often caused by a missing or xero address, 
for example you had weak externals that were not resolved or some vector/branch 
table that was not populated. Or you could have overwriten your code with data 
or some other means generating an attempt to execute an invalid instruction.

Regards,

Stephen.

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


Re: INTRDR and submitted JobID

2020-10-14 Thread Stephen Donaldson

Hi,

If you write to the INTRDR with an ACB/RPL and then do an ENDREQ on the 
RPL after the last JCL record, then you should find the JOBID in RPLRBAR 
of the RPL.   This would make it available after the job has been 
submitted, as I believe the ENDREQ is like an /*EOF and would cut the 
recognised job off, so needs to be after the last card.


Cheers
Stephen

Stephen R. Donaldson, Code Magus Limited (England reg. no. 4024745) 
Number 6, 69 Woodstock Road, Oxford, OX2 6EY, United Kingdom Voice: +44 
1865 310 768 Fax: +44 1865 316 979 Cell: +44 787 9897709 Support: +44 
1865 589826 Skype:vixxmovz http://www.codemagus.com 
mailto:step...@codemagus.com

On 14/10/2020 18:37, Paul Gilmartin wrote:

I see that the UNIX SUBMIT command shows the JobID of the submitted job.

What interface makes this available.  I suspect it's in JES or Assembler 
Services,
but I don't know how to find it.

At what point in processing is the submitted JobID available?:
o INTRDR OPEN?
o INTRDR CLOSE?
o somewhere in between?

I'm wondering whether when dynamically generating JCL the job's own
JobID is available for embedding in SYSIN or PARM for a later step.

I've used an IKJEFT TSO ISPF step or SDSF screen scraping to extract
a job's own JobID.  Is there a simpler way?

Thanks,
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: MIPS chart for all IBM hardware model

2019-11-07 Thread Stephen Donaldson
Hi,   Have you tried 
https://www-01.ibm.com/servers/resourcelink/lib03060.nsf/pages/lsprITRzOSv2r2?OpenDocument


Cheers

Stephen

On 07/11/2019 08:16, Peter wrote:

Hi All

I am looking for a document which describes all the IBM machine model with
their MIPS, SU/sec etc .

There used to be used to be site which used to provide but i am unable to
find it.

Could someone please forward it to me?

Peter

--
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: ADABAS tuning

2018-08-02 Thread Stephen Donaldson
Hi,   If you're not getting anywhere and need some consulting then 
consider calling us.  Details below.


Regards,
Stephen Donaldson.

--

Stephen R. Donaldson, Code Magus Limited (England reg. no. 4024745) 
Number 6, 69 Woodstock Road, Oxford, OX2 6EY, United Kingdom Voice: +44 
1865 310 768 Fax: +44 1865 316 979 Cell: +44 787 9897709 Support: +44 
1865 589826 Skype:vixxmovz http://www.codemagus.com 
mailto:step...@codemagus.com




On 02/08/2018 08:13, Tony Thigpen wrote:
Is there anyone that would be willing to give me some guidance to 
solve some ADABAS issues. Something is causing a performance problem 
and nobody seems to even know where to start looking.


We have several Natural programs that run in minutes one night, then 
take an hour on other nights. We also have some RPG programs (using 
the VSAM bridge) that have similar problems.


The programmers don't think it has to do with daily work-load changes. 
They want to point the finger at Systems. We (systems) are not making 
changes.


The 'DBA' belongs to the programmer group, and to be honest, I don't 
think he has a clue concerning performance, just how to define the 
databases.


At this point, I just need a better idea of where the problem really 
is so I can attempt to throw it back to the DBA.




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


Re: Started task userid

2016-10-10 Thread Stephen Donaldson
Take a look at the RACF started task table and ICHRIN03. 

“There are in fact two things, science and opinion; the former begets 
knowledge, the latter ignorance.”  --- Hippocrates.

> On 10 Oct 2016, at 15:58, Charles Mills  wrote:
> 
> Consider:
> 
> IEF695I START  WITH JOBNAME  IS ASSIGNED TO USER ,
> GROUP 
> 
> How does the system determine ? In other words, if a shop wanted to
> change things so that a START for  was assigned userid ,
> where would they specify that?
> 
> Charles 
> 
> --
> 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