This is for my own call thanks
> On Jul 21, 2023, at 2:51 AM, Binyamin Dissen
> wrote:
>
> On Thu, 20 Jul 2023 19:23:24 -0400 Joseph Reichman
> wrote:
>
> :>I looked at description of IEFSSREQ
>
> :>Didnt see if it can be used in SRB mode
>
> :>However I saw SSI function code 15 can be
However I saw SSI function code 15 can be called in SRB mode that leads me to
believe that there is no restriction on using the macro in SRB
Mode
That should lead you to believe that many SSI functions do not allow it. So
while you "can" use the macro in SRB mode in some cases, you'd better m
I'm pretty sure that CP does not log guest messages to a virtual 3270, only to
a virtual 3215. The OP could always define a virtual printer as an MCS console
and process the SPOOL output.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IB
Most likely what you've seen before was a guest with the console defined as
3215 and an MCS definition of that virtual device as a hardcopy console. I'm
not aware of any mechanism for CP to capture syslog or operlog.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
While the manual does not show ACTIVATE as an option for CSVDYNL it does exist
in the macro.
However, using it, gets
8,REQUEST=ACTIVATE MAY NOT BE SPECIFIED
Obviously I can MGCR it but an curious. Was the code not completed for the
ACTIVATE call?
I do not need comments that if it isn't in th
Jon Perryman wrote:
>If I remember correctly, a 3215 is 132 character print which is why
>messages are wrapping. I'm guessing that 3270 mode does not print some
>message attributes but in 3215 mode enables them because of the free
>space. Issue a console command to remove these if you don't lik
In the CSVDYNL source I see these lines:
*02* GUPI: BASE
*
*02* NONE: FIELDS
* CMDINFO
* LINKAGE
* REQUEST=ACTIVATE
* REQUEST=INTERNAL
* REQUEST=ACTIVATE is not part of the intended
* interface.
* REQUEST=INTERNAL
*
Hi ,
I am not a DFSort expert but we have a requirement to extract datasets
which has storclas (SMF15SCN) = blank.
If someone has a ICETOOL code to do that please provide.
At this shop we do not have tools like SAS/MXG
--
For I
Well, doh: I finally decided to just try it:
CP SEND CP ETPGZ1D DEFINE GRAF FFF
CP SEND CP ETPGZ1D VINPUT VMSG VARY CN(*),ACT
...and now I'm seeing output as SECUSER!
I do wonder if this will Just Work at IPL time, or not until that VARY is
issued. I guess I'll find out when I get a chance.
So p
Your virtual machine definition has to be in synch with the guest OS. Your
console definitions are part of that.
From: IBM Mainframe Discussion List on behalf of
Phil Smith III
Sent: Friday, July 21, 2023 11:37 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: R
>> I am not a DFSort expert but we have a requirement to extract datasets which
>> has storclas (SMF15SCN) = blank.
Shivang Sharma,
SMF15SCN is a part of Extended Information Segment which does NOT have a
standard offset. You need to dynamically calculate the offset based on the
formula 244
Shmuel wrote:
>Your virtual machine definition has to be in synch with the guest OS.
>Your console definitions are part of that.
Right, I meant to add that of course I added that SPECIAL to the guest's
directory entry, too.
--
F
BTW, if you are running z/OS rather than the free MVS then you probably want
UNIT(3270-X) for your CONSOLE definitions.
From: IBM Mainframe Discussion List on behalf of
Phil Smith III
Sent: Friday, July 21, 2023 1:18 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subj
Shmuel wrote:
>BTW, if you are running z/OS rather than the free MVS then you
>probably want UNIT(3270-X) for your CONSOLE definitions.
You mean instead of UNIT(3277-2)? What does this do for me? I assume it makes
it an adaptable 327x instead of just a 3277-2?
-
It means that if your TN3270 client supports extended color then MCS can
exploit it. It also means that a console can be larger than 24x80.
From: IBM Mainframe Discussion List on behalf of
Phil Smith III
Sent: Friday, July 21, 2023 3:20 PM
To: IBM-MAIN@
A couple of questions...
In the past few years using MAINTMODE START and STOP, I've used SETXCF
START,REALLOCATE to move structures off of a CF for maintenance and back . I'm
just reading a suggestion to use SETXCF START,REBUILD,CFNAME=CFn,LOCATION=OTHER
to move off and SETXCF START,REALLOCA
Hello Listers,
I have a question about how additional extents for a dataset are chained
together for files on EAV volumes.
If I understand correctly:
- The format 8 record has slots to keep track of the first 3 extents of a
dataset (DS1EXT1/DS1EXT2/DS2EXT3).
- If there are more than 3 extents
Alan Altmark wrote:
>And if you haven't done so, please read the white paper Tracy Dean
>referenced in her post. It is focused on this aspect of managing z/OS
>guests. We spent a lot of time figuring out how to make it all come
>together. (And you may remember me asking related questions on
>IBM-MA
> CP SEND CP ETPGZ1D DEFINE GRAF FFF
> CP SEND CP ETPGZ1D VINPUT VMSG VARY CN(*),ACT
> I do wonder if this will Just Work at IPL time
The DEFINE GRAF did nothing useful. SECUID is associated with the VM user's
CONSOLE definition. If you look at the z/OS syslog, you will find the V
CN(*),ACT did
This is a great achievement. And a great fillup for MQ.
But even in the most apparently innocuous settings conspiracy theories
abound.
This video outlines some of them and thankfully debunks them.
https://youtu.be/s1Dw3_u9FAs
On Fri, Jul 21, 2023, 3:33 PM Timothy Sipples wrote:
> Congratu
Shivang,
Well, here is something that I wrote on the fly. It has a COBOL exit that will
return the information to DFSORT and then the ICETOOL job will generate a
deport of all the datasets that has spaces in the STORCLAS.
You will need COBOL 6.xx versions as I am using functions like BIT-OF
//
Resending with formatting corrected. Sorry but listservs don't play well with
yahoo email.
> CP SEND CP ETPGZ1D DEFINE GRAF FFF
> CP SEND CP ETPGZ1D VINPUT VMSG VARY CN(*),ACT
> I do wonder if this will Just Work at IPL time
The DEFINE GRAF did nothing useful. SECUID is associated with the VM
(Wow, this thread is getting long! Sorry about that)
Jon Perryman is still endeavoring to help me, which is appreciated:
>The DEFINE GRAF did nothing useful. SECUID is associated with the VM
>user's CONSOLE definition. If you look at the z/OS syslog, you will
>find the V CN(*),ACT did not come fr
Puts a damper on apps like PayPal who holds onto your money for a period of
time. Plus major banks are FDIC protected unlike those fake banks.
Sent from Yahoo Mail for iPhone
On Friday, July 21, 2023, 6:57 PM, Laurence Chiu wrote:
This is a great achievement. And a great fillup for MQ.
But
Hi Sri,
So for example, SMF15_HIPER_SIZE will be 20 bytes (if the HiperBatch section
exists)?
https://www.ibm.com/docs/en/zos/2.4.0?topic=mapping-hiperbatch-section
- KB
--- Original Message ---
On Friday, July 21st, 2023 at 9:48 PM, Sri h Kolusu wrote:
> > > I am not a DFSort expe
I use PayPal all the time. I confess that it's main draw for me is that I'm
giving my banking information to one vendor rather than many, and I haven't
investigated carefully; but it always seemed to me that my payments to others,
and their payments to me, go through promptly. References?
---
Hi Phil,
I need you to stop overthinking z/OS console. It's become very simple since IBM
rewrote it several years ago. When running on a 3215 console printer, lines are
printed and when running on a 3270, it's a fullscreen interface (like every
other fullscreen application such as xedit). Forg
27 matches
Mail list logo