I'm wondering if manuals or other doc for $AVRS is availible outside of the
vendors website?
(It seems the latter requires "login" info for our installation that I don't
have access to for the moment.)
Preferable full manuals, but currently I'm out for the availible parms for pgm
$AVRPULL.
(
The SDSF settings and SORT, ARR and FILTER criteria are hardened to the ISPF
profile (via VREPLACE) on clean exit of the product.
If you do not exit cleanly, for example your TSO session times out, then these
settings are NOT saved.
The reason for only saving these items on exit is that SDSF ca
Hi KB,
Logout?! ... Exiting ISPF cleanly is sufficient.
Regards,
David
On 2024-08-07 00:15, kekronbekron wrote:
Assuming you mean re-ordering columns, and sorting data within those columns...
In the menus at the top, you should be able to setup your sort/arrange.
Log out after you do, to ensure
On Wed, 7 Aug 2024 07:49:04 +0300, Binyamin Dissen wrote:
>On Mon, 5 Aug 2024 21:55:45 + "Pew, Curtis G"\ wrote:
>
>:>The sftp protocol is a part of ssh, and ssh supports public/private key
>authentication, so you can avoid the use of passwords.
>
+1
Why not? Avoid keeping passwords in fill
I might be able to assist. Contact me off list.
Doug Fuerst
d...@bkassociates.net
-- Original Message --
From " " <0619bfe39560-dmarc-requ...@listserv.ua.edu>
To IBM-MAIN@LISTSERV.UA.EDU
Date 8/7/2024 4:21:39 AM
Subject Manuals for $AVRS
I'm wondering if manuals or other doc for
For the job id on my system, the name starts STC* for started task, TSU* for
TSO user, JOB* for batch (and sometimes initiatiors), and there seems to be an
'other' category. But I noticed on another system that the jobid names are
different. Out of curiosity, where is that naming defined? I
I thought what the hek and asked chatgpt. Mind blown. Slightly.
///
I asked:
I want to find out what type of job a particular z/OS address space is, so in
which z/OS control block can I find out if it is a batch job, a started task, a
TSO user, or any other?
ChatGPT
In z/OS, you can determine
ChatGpt was by the way wrong. There is no ASCBTYP field in the ASCB with a hex
value that says STC, TSU, JOB, etc. A little googling shows from where it got
that confusion.
This is still impressive the answer AI gave. At least to me.
/
By the way, still looking for what control block co
Yep. I’ve been impressed by how helpful and dead wrong ChatGPT can be. It has
told me to issue commands that don’t exist, etc. When challenged, especially if
I ask it for the IBM manual for reference, it often backs up, apologies, and
gives a revised answer. But sometimes it is very helpful.
Se
If I remember correctly, the name’s first few characters are different
based on the max job numbers set in JES2. Using large job numbers means
there is less room for the first few non numeric characters.
On Wed, Aug 7, 2024 at 11:09 AM Lindy Mayfield <
05a2ba9c925b-dmarc-requ...@listserv.ua.e
It’s the Range= on the JOBDEF statement. See the JES2 INIT and Tuning
Ref. for more info.
On Wed, Aug 7, 2024 at 11:50 AM Michael Babcock
wrote:
> If I remember correctly, the name’s first few characters are different
> based on the max job numbers set in JES2. Using large job numbers means
>
The naming convention are different in JES2 and JES3. For JES2 they are
different depending on a JESPARM option.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר
From: IBM Mainframe Discussi
On Aug 7, 2024, at 8:20 AM, Paul Gilmartin
<042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote:
Why not? Avoid keeping passwords in filles.
I probably should have written “you can ^(and should)^ avoid the use of
passwords.”
--
Curtis Pew
Enterprise Technologies, Campus IT Infrastructure a
I have a C program which runs control blocks looking at CPU Usage
char *pJBNI;
char *pJBNS;
pJBNI = (char*)*(long*)(plASCB+ASCBJBNI);// for jobs
pJBNS = (char*)*(long*)(plASCB+ASCBJBNS); // for started tasks
#define ASCBJBNI 172L
#define ASCBJBNS 176L
One or the other will be zero
I dont
I had similar interests not long ago, and got some direction with CHKTRID
from Binyamin Dissen and Rob Scott:
On Fri, Dec 8, 2023 at 8:12 AM Rob Scott wrote:
>
>
> If the OP is willing to call an interface instead, the use ERBSMFI and get
> SMF79-1 records and look at the values in R791TAS.
>
>
Unsurprised ChatGPT hallucinated. I once tried asking it to write me blog posts
– and it hallucinated like mad. “I’ll some of what it’s having.” 😊
For balance, I tried the same thing on what I’m supposed to be enthusiastic
about and it hallucinated just as badly.
I suspect we’ll get to the poin
On Wed, 7 Aug 2024 at 14:38, Colin Paice <
059d4daca697-dmarc-requ...@listserv.ua.edu> wrote:
> I have a C program which runs control blocks looking at CPU Usage
>
> char *pJBNI;
> char *pJBNS;
> pJBNI = (char*)*(long*)(plASCB+ASCBJBNI);// for jobs
> pJBNS = (char*)*(long*)(plASCB+ASCBJBN
On Wed, 7 Aug 2024 16:09:21 +, Lindy Mayfield
wrote:
>For the job id on my system, the name starts STC* for started task, TSU* for
>TSO user, JOB* for batch (and sometimes initiatiors), and there seems to be an
>'other' category. But I noticed on another system that the jobid names are
On Wed, Aug 7, 2024 at 3:17 PM Tony Harminc wrote:
> The job ID is in JSABJBID (ASCBASSB -> ASSBJSAB). But I think the OP's
> question was about the *format *of the job ID, and whether there's anything
> other than parsing the beginning of it to see what kind of address space is
> running. JES2 (
Yup, you're right.
Usually, I associate getting out of ISPF with logging out, as I don't have much
to do in the bare TSO prompt :)
On Wednesday, August 7th, 2024 at 16:27, David Spiegel
<0468385049d1-dmarc-requ...@listserv.ua.edu> wrote:
> Hi KB,
> Logout?! ... Exiting ISPF cleanly is suf
20 matches
Mail list logo