Re: Bad Design but nobody cares

2018-10-16 Thread Mike Schwab
If nothing else is in the dataset, a half track block can hold 349
records.  Would want space for an EOF record too, so 680 should result
in a 1 track dataset.  4080 block size would be 12 blocks so 612.
On Tue, Oct 16, 2018 at 11:07 AM Sam Golob  wrote:
>
> Hi Folks,
>
>  I hope this post isn't considered a waste of everyone's time.  I
> came across this "design element" (so to speak) in my work concerning
> the Broadcast Dataset (aka SYS1.BRODCAST, in its more restrictive sense).
>
>  Question:  When you are reformatting the active Broadcast Dataset
> (SYS1.BRODCAST) with the SYNC command, you create space for 100 global
> Notices (the messages that everybody sees when they LOGON).  How do you
> change this number?
>
>  Answer:  You probably would never want to change this number,
> because 100 notices is adequate for most purposes.  But what if you
> really DO want to change this number?  Then IBM tells you to zap a
> fullword field at the beginning of TSO initiation module IKJEFXSR, and
> re-IPL (maybe with CLPA, just to be safe).  Again, you'd probably never
> want to do this, because 100 notices is adequate for almost everyone.
>
>  Where is that number (100, or F'64') kept?  It is actually a
> fullword in the CVT itself, at displacement X'5A8'. It is not "chained
> off the CVT".  It is actually a fullword IN the CVT...  Wow!
>
>  So how would a fullword in the CVT be changed?  Presumably only at
> IPL time.  That's why IBM's method of changing it is so cumbersome,
> since (I think) IKJEFXSR, which starts up TSO, has to put that number
> into the CVT.
>
>  Anyway, if someone REALLY wants to change this number (temporarily,
> for the duration of the IPL), I wrote an authorized TSO command called
> BDMNNOTC, which will take a number as a parameter, convert it to
> fullword binary, and zap it into CVT + X'5A8'.  This command is on CBT
> File 731 (www.cbttape.org).  It works instantly.  So you say:  BDMNNOTC
> 50, or BDMNNOTC 150, and if you do a SYNC afterwards, that number of
> NOTICES records will be formatted into the (active) Broadcast Dataset.
> If you are really doing this, please see the notes in the program
> source, on CBT File 731.
>
>  I submitted a request to IBM quite a few years ago, that maybe an
> entry should be put into PARMLIB member IKJTSOxx, with the format
> NUMNOTICES(nnn), which would change this number whenever you do a
> PARMLIB UPDATE(xx) TSO command or a SET IKJTSO=xx console command.
> Since this requirement probably has the lowest priority that could ever
> be assigned to an enhancement request, I'd guess that it probably would
> never get done.  But meanwhile, the sysprog community has my BDMNNOTC
> solution, if they want it.
>
>  I guess I've taken enough of your time.  Hope it's food for some
> thinking--and maybe it'll eventually lead to some productive progress
> somewhere.
>
>  Thanks for listening.  All the best of everything to all of you.
>
> Sincerely,Sam
>
> --
> 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: Question about support from vendor other than IBM

2018-10-16 Thread Bruce Lightsey
Software AG Discussion List 



Bruce Lightsey
Database Manager
MS Department of Information Technology Services
601-432-8144 | www.its.ms.gov

DISCLAIMER: This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the system 
manager. This message contains confidential information and is intended only 
for the individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. If you are not the intended recipient you are 
notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited
-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
McCabe, Ron
Sent: Tuesday, October 16, 2018 2:08 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Question about support from vendor other than IBM

Hello,

I wanted to know if anyone knows if there is a discussion list for ADABAS and 
Natural?

Thanks,
Ron McCabe
Mutual of Enumclaw


Confidentiality Notice: This e- mail and all attachments may contain 
CONFIDENTIAL information and are meant solely for the intended recipient. It 
may contain controlled, privileged, or proprietary information that is 
protected under applicable law and shall not be disclosed to any unauthorized 
third party. If you are not the intended recipient, you are hereby notified 
that any unauthorized review, action, disclosure, distribution, or reproduction 
of any information contained in this e- mail and any attachments is strictly 
PROHIBITED. If you received this e- mail in error, please reply to the sender 
immediately stating that this transmission was misdirected, and delete or 
destroy all electronic and paper copies of this e-mail and attachments without 
disclosing the contents. This e- mail does not grant or assign rights of 
ownership in the proprietary subject matter herein, nor shall it be construed 
as a joint venture, partnership, teaming agreement, or any other formal 
business relationship.

--
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


Question about support from vendor other than IBM

2018-10-16 Thread McCabe, Ron
Hello,

I wanted to know if anyone knows if there is a discussion list for ADABAS and 
Natural?

Thanks,
Ron McCabe
Mutual of Enumclaw


Confidentiality Notice: This e- mail and all attachments may contain 
CONFIDENTIAL information and are meant solely for the intended recipient. It 
may contain controlled, privileged, or proprietary information that is 
protected under applicable law and shall not be disclosed to any unauthorized 
third party. If you are not the intended recipient, you are hereby notified 
that any unauthorized review, action, disclosure, distribution, or reproduction 
of any information contained in this e- mail and any attachments is strictly 
PROHIBITED. If you received this e- mail in error, please reply to the sender 
immediately stating that this transmission was misdirected, and delete or 
destroy all electronic and paper copies of this e-mail and attachments without 
disclosing the contents. This e- mail does not grant or assign rights of 
ownership in the proprietary subject matter herein, nor shall it be construed 
as a joint venture, partnership, teaming agreement, or any other formal 
business relationship.

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


Re: Reconfigurable storage

2018-10-16 Thread Carmen Vitullo
Well, that's what I've always believed Jim - 



IEE174I 13.58.31 DISPLAY M 116 
REAL STORAGE STATUS 
ONLINE-NOT RECONFIGURABLE 
0M-29696M 
33792M-65536M 
ONLINE-RECONFIGURABLE 
29696M-33792M 
PENDING OFFLINE 
NONE 
0M IN OFFLINE STORAGE ELEMENT(S) 
0M UNASSIGNED STORAGE 
STORAGE INCREMENT SIZE IS 512M 


I've used this method for years to reserve storage for my PROD LPAR(s) and have 
never had an issue. I'll be looking at opening a SR to Omegamon support for 
some assistance. 
thanks for the sanity check Jim ! 



Carmen Vitullo 

- Original Message -

From: "Jim Mulder"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, October 16, 2018 1:49:04 PM 
Subject: Re: Reconfigurable storage 

If D M=STOR and CF STOR ONLINE say the storage is online, 
then it is online. 

For Omegamon issues, you would need to contact 
Omegamon support. You might first want to ensure that 
you are running a supported Omegamon release that is 
up-to-date on maintenance. 

Jim Mulder z/OS Diagnosis, Design, Development, Test IBM Corp. 
Poughkeepsie NY 

> From: "Carmen Vitullo"  
> To: IBM-MAIN@LISTSERV.UA.EDU 
> Date: 10/16/2018 02:25 PM 
> Subject: Reconfigurable storage 
> Sent by: "IBM Mainframe Discussion List"  
> 
> I have an LPAR with 64G of storage and I've defined 36G as 
> reconfigurable, storage element(1). I've configured the storage 
> online and my storage display shows this storage element online, but 
> my DB2 SYSPROG show's me an Omegamon storage display and it shows 
> total storage and that 32G offline, I've reviewed the fine manual 
> and I've attempted to configure the total storage online but the 
> messages keep coming back all available storage is online. 
> my storage display 
> 
> IEE174I 07.37.21 DISPLAY M 909 
> REAL STORAGE STATUS 
> ONLINE-NOT RECONFIGURABLE 
> 0M-29696M 
> 33792M-65536M 
> ONLINE-RECONFIGURABLE 
> 29696M-33792M 
> PENDING OFFLINE 
> NONE 
> 0M IN OFFLINE STORAGE ELEMENT(S) 
> 0M UNASSIGNED STORAGE 
> STORAGE INCREMENT SIZE IS 512M 
> IEE174I 07.37.51 DISPLAY M 949 
> REAL STORAGE ELEMENT STATUS 
> 0: OWNED STORAGE=61440M UNASSIGNED STORAGE=0M STATUS=ONLINE 
> 1: OWNED STORAGE=36864M UNASSIGNED STORAGE=0M STATUS=ONLINE 
> 
> OMEGAMON display - is this valid ? 
> Available 168,432K 
> DataOnly Spaces 2,024M 
> DataOnly Sp Mgmt 34,968K 
> Shared Fixed 2,492K 
> Shared Pageable 86,076K 
> Page Table 988,408K 
> Local Quad 104,400K 
> BDF 24K 
> TDF 24K 
> SQA Reserved 36K 
> DAT Off Nucleus 16K 
> Unqueued 14,083M 
> Offline 32G 
> --- 
> Total Storage 96G 
> === 
> AM I missing something? is all my available storage online and 
> OMEGAMON is not valid? 
> thanks 
> 
> Carmen 
> 
> -- 
> 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: Reconfigurable storage

2018-10-16 Thread Jim Mulder
  If D M=STOR and CF STOR ONLINE say the storage is online,
then it is online. 

  For Omegamon issues, you would need to contact 
Omegamon support.  You might first want to ensure that
you are running a supported Omegamon release that is
up-to-date on maintenance.

Jim Mulder z/OS Diagnosis, Design, Development, Test  IBM Corp. 
Poughkeepsie NY

> From: "Carmen Vitullo" 
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 10/16/2018 02:25 PM
> Subject: Reconfigurable storage
> Sent by: "IBM Mainframe Discussion List" 
> 
> I have an LPAR with 64G of storage and I've defined 36G as 
> reconfigurable, storage element(1). I've configured the storage 
> online and my storage display shows this storage element online, but
> my DB2 SYSPROG show's me an Omegamon storage display and it shows 
> total storage and that 32G offline, I've reviewed the fine manual 
> and I've attempted to configure the total storage online but the 
> messages keep coming back all available storage is online.
> my storage display
> 
>  IEE174I 07.37.21 DISPLAY M 909
>  REAL STORAGE STATUS
>  ONLINE-NOT RECONFIGURABLE
>  0M-29696M
>  33792M-65536M
>  ONLINE-RECONFIGURABLE
>  29696M-33792M
>  PENDING OFFLINE
>  NONE
>   0M IN OFFLINE STORAGE ELEMENT(S)
>   0M UNASSIGNED STORAGE
>  STORAGE INCREMENT SIZE IS 512M
>  IEE174I 07.37.51 DISPLAY M 949
>  REAL STORAGE ELEMENT STATUS
>  0: OWNED STORAGE=61440M UNASSIGNED STORAGE=0M STATUS=ONLINE
>  1: OWNED STORAGE=36864M UNASSIGNED STORAGE=0M STATUS=ONLINE
> 
> OMEGAMON display - is this valid ?
>  Available   168,432K
>  DataOnly Spaces   2,024M
>  DataOnly Sp Mgmt 34,968K
>  Shared Fixed  2,492K
>  Shared Pageable  86,076K
>  Page Table  988,408K
>  Local Quad  104,400K
>  BDF  24K
>  TDF  24K
>  SQA Reserved 36K
>  DAT Off Nucleus  16K
>  Unqueued 14,083M
>  Offline  32G
>  ---
>  Total Storage96G
>  ===
> AM I missing something? is all my available storage online and 
> OMEGAMON is not valid?
> thanks 
> 
> Carmen 
> 
> --
> 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: Reconfigurable storage

2018-10-16 Thread Carmen Vitullo
thanks so much Jesse, been looking for the storage map, I've used it before, 
but each iteration of the HMC version changes where it is. 
thanks for the tip, I'll be poking around some more, again thanks 



Carmen Vitullo 

- Original Message -

From: "Jesse 1 Robinson"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, October 16, 2018 1:06:14 PM 
Subject: Re: Reconfigurable storage 

I stumbled into the increment issue by accident, not by training. All I can say 
is that I tend to believe Omegamon. Explaining what Omegamon reports is yet 
another discipline. ;-) 

I suggest comparing the HMC (actually SE, I believe) partition storage map with 
the Image profile storage values. We discovered once that an LPAR did indeed 
have the user-specified storage available, but the hardware was allocating a 
larger amount based on increment size. The excess was useless/unusable for any 
other LPAR on the CEC. I don't know the potential effect on reconfigurable 
storage because that LPAR did not have any defined. 

An SR to IBM might be in order. 

. 
. 
J.O.Skip Robinson 
Southern California Edison Company 
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager 
323-715-0595 Mobile 
626-543-6132 Office ⇐=== NEW 
robin...@sce.com 


-Original Message- 
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen Vitullo 
Sent: Tuesday, October 16, 2018 10:10 AM 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: (External):Re: Reconfigurable storage 

The fine manual 'for me' is not so easy to understand when configuring storage 
online, I've always had success configuring a storage element online and that 
amount was defined in the image profile and RSU parameter of IEASYSxx. 


image profile - currently 

Amount in 
Open or close the list box Storage origin 
Initial 





Determined by the system 



Determined by the user 

Reserved 




Origin 



previously 36G was in reserve - and 64G initial, I just changed this today in 
preparation for a system outage BTW this is a z13s running z/os 2.2 RSU1805 
with a total of 280G, 96G I want to be on this LPAR RSU=36G, I've since changed 
also to 0. 
we've since cycled one DB2 production region, we are creating new page data 
sets dynamically, adding them and removing the page data sets that are over 30% 
used. 
we have data sharing active and our other DB2 LPAR so that LPAR picked up the 
load, paging issues have decreased and the system is preforming well, we found 
out later we may have had a network issue during the same time, still sorting 
this all out. 
I wonder as you have stated, I may be defining my storage in the incorrect 
storage increments for this hardware. 




Carmen Vitullo 

- Original Message - 

From: "Jesse 1 Robinson"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, October 16, 2018 11:15:42 AM 
Subject: Re: Reconfigurable storage 

This may be an issue with storage increments. Depending on z/OS level, hardware 
model, and amount of physical memory installed, the minimum storage increment 
can vary. You can specify any amount you choose, but it may get rounded off to 
the nearest increment boundary. There is not necessarily any message to that 
effect, but results can be unexpected. Check LPAR memory assignment on the HMC 
as well as D M=STOR. 

. 
. 
J.O.Skip Robinson 
Southern California Edison Company 
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager 
323-715-0595 Mobile 
626-543-6132 Office ⇐=== NEW 
robin...@sce.com 


-Original Message- 
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen Vitullo 
Sent: Tuesday, October 16, 2018 8:33 AM 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: (External):Re: Reconfigurable storage 

this was an Omegamon for MVS display, I may have to open a PMR or Q/A to the 
Omegmaon folks and see why this display is showing 32G offline 



Carmen Vitullo 

- Original Message - 

From: "Tom Marchant" <000a2a8c2020-dmarc-requ...@listserv.ua.edu> 
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, October 16, 2018 10:26:04 AM 
Subject: Re: Reconfigurable storage 

On Tue, 16 Oct 2018 07:39:51 -0500, Carmen Vitullo wrote: 

>OMEGAMON display - is this valid ? 
> Available 168,432K 
> DataOnly Spaces 2,024M 
> DataOnly Sp Mgmt 34,968K 
> Shared Fixed 2,492K 
> Shared Pageable 86,076K 
> Page Table 988,408K 
> Local Quad 104,400K 
> BDF 24K 
> TDF 24K 
> SQA Reserved 36K 
> DAT Off Nucleus 16K 
> Unqueued 14,083M 
> Offline 32G 
> --- 
> Total Storage 96G 
> === 
>AM I missing something? is all my available storage online and OMEGAMON is not 
>valid? 
>thanks 

It doesn't look like it adds up. 
Which Omegamon is this? MVS? DB2? Other? 

-- 
Tom Marchant 

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



Re: Bad Design but nobody cares

2018-10-16 Thread John Eells

sbgo...@cbttape.org wrote:

Hi John,
I don’t think user logs deal with global notifications. This is strictly a 
Broadcast Dataset issue, I think.
All the best.
Sam



...as "someone" (thanks, JimM) just pointed out to me.  Sorry for the 
misdirection!


--
John Eells
IBM Poughkeepsie
ee...@us.ibm.com

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


Re: fixing a tersed file.

2018-10-16 Thread Paul Gilmartin
On Tue, 16 Oct 2018 14:43:02 +, Gadi Ben-Avi wrote:
>
>I used FTP to transfer a bunch of tersed files from one LPAR to another.
>By mistake, the destination files were created as VB1024
>
>The original files were deleted.
>
>Is there any way to fix file files.
>Using ISPF copy did not work.
>
I'd try two steps:

//STEP1  EXEC PGM=IEBGENER
//SYSUT1  DD  DISP=SHR,DSN=BAD.TERSED.FILE
//SYSUT2  DD  FILEDATA=BINARY,PATH='/tmp/gadi/tersed',PATHMODE=(...)

Inspect the output.  If its length is not a multiple of 1024, you're SOL

//STEP1  EXEC PGM=IEBGENER
//SYSUT1  DD  FILEDATA=BINARY,PATH='/tmp/gadi/tersed',RECFM=FB,LRECL=1024
//SYSUT2  DD  DISP=(,CATLG),DSN=FIXED.TERSED.FILE

Good luck,
gil

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


Re: Reconfigurable storage

2018-10-16 Thread Jesse 1 Robinson
I stumbled into the increment issue by accident, not by training. All I can say 
is that I tend to believe Omegamon. Explaining what Omegamon reports is yet 
another discipline. ;-) 

I suggest comparing the HMC (actually SE, I believe) partition storage map with 
the Image profile storage values. We discovered once that an LPAR did indeed 
have the user-specified storage available, but the hardware was allocating a 
larger amount based on increment size. The excess was useless/unusable for any 
other LPAR on the CEC. I don't know the potential effect on reconfigurable 
storage because that LPAR did not have any defined. 

An SR to IBM might be in order. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen Vitullo
Sent: Tuesday, October 16, 2018 10:10 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: Reconfigurable storage

The fine manual 'for me' is not so easy to understand when configuring storage 
online, I've always had success configuring a storage element online and that 
amount was defined in the image profile and RSU parameter of IEASYSxx. 


image profile - currently 

Amount in   
Open or close the list box  Storage origin 
Initial 





Determined by the system 



Determined by the user 

Reserved




Origin  



previously 36G was in reserve - and 64G initial, I just changed this today in 
preparation for a system outage BTW this is a z13s running z/os 2.2 RSU1805 
with a total of 280G, 96G I want to be on this LPAR RSU=36G, I've since changed 
also to 0. 
we've since cycled one DB2 production region, we are creating new page data 
sets dynamically, adding them and removing the page data sets that are over 30% 
used. 
we have data sharing active and our other DB2 LPAR so that LPAR picked up the 
load, paging issues have decreased and the system is preforming well, we found 
out later we may have had a network issue during the same time, still sorting 
this all out. 
I wonder as you have stated, I may be defining my storage in the incorrect 
storage increments for this hardware. 




Carmen Vitullo 

- Original Message -

From: "Jesse 1 Robinson" 
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Tuesday, October 16, 2018 11:15:42 AM
Subject: Re: Reconfigurable storage 

This may be an issue with storage increments. Depending on z/OS level, hardware 
model, and amount of physical memory installed, the minimum storage increment 
can vary. You can specify any amount you choose, but it may get rounded off to 
the nearest increment boundary. There is not necessarily any message to that 
effect, but results can be unexpected. Check LPAR memory assignment on the HMC 
as well as D M=STOR. 

. 
. 
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen Vitullo
Sent: Tuesday, October 16, 2018 8:33 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: Reconfigurable storage 

this was an Omegamon for MVS display, I may have to open a PMR or Q/A to the 
Omegmaon folks and see why this display is showing 32G offline 



Carmen Vitullo 

- Original Message - 

From: "Tom Marchant" <000a2a8c2020-dmarc-requ...@listserv.ua.edu>
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Tuesday, October 16, 2018 10:26:04 AM
Subject: Re: Reconfigurable storage 

On Tue, 16 Oct 2018 07:39:51 -0500, Carmen Vitullo wrote: 

>OMEGAMON display - is this valid ? 
> Available 168,432K
> DataOnly Spaces 2,024M
> DataOnly Sp Mgmt 34,968K
> Shared Fixed 2,492K
> Shared Pageable 86,076K
> Page Table 988,408K
> Local Quad 104,400K
> BDF 24K
> TDF 24K
> SQA Reserved 36K
> DAT Off Nucleus 16K
> Unqueued 14,083M
> Offline 32G
> ---
> Total Storage 96G
> ===
>AM I missing something? is all my available storage online and OMEGAMON is not 
>valid? 
>thanks

It doesn't look like it adds up. 
Which Omegamon is this? MVS? DB2? Other? 

--
Tom Marchant 

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


Re: fixing a tersed file.

2018-10-16 Thread Charles Mills
Every FTP client uses different words for the same options.

No, looks to me like you want MODE S TYPE I

Don't delete your existing files until this either works or you are sure it 
failed.

You might be able to accomplish something similar using OPUT/OGET but I am not 
the least bit of an expert.

The trick is to convert what you have now in "funny" records into one long 
stream of contiguous bytes, and then convert that to FB/1024 records.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 9:32 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

By binary stream mode do you mean using
Mode B
Type E

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Tuesday, October 16, 2018 7:21 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

Take a look at the data with an editor. You should see one of two things:

- A succession of 1020 (+ LLBB) length records.
- Alternating 1020 and 4 byte (+ LLBB) records.

If the former then I think you are out of luck.

If the latter, try FTPing binary stream mode to a UNIX or Windows platform. 
Then FTP back to MVS in binary stream mode, first specifying QUOTE SITE 
RECFM=FB LRECL=1024

Good luck!

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 8:51 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

FTP didn't work

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Tom 
Marchant
Sent: Tuesday, October 16, 2018 6:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

On Tue, 16 Oct 2018 14:43:02 +, Gadi Ben-Avi wrote:

>I used FTP to transfer a bunch of tersed files from one LPAR to another.
>By mistake, the destination files were created as VB1024

What do the bad data sets look like? Are they 1024 byte records?

If so, then FTP probably wrote the first 1020 bytes to the first record. The 
remaining 4 bytes of the first source record would have become the first four 
bytes of the second record followed by the first 1016 bytes of the second 
source record

I would probably try to FTP the bad data sets to FB1024 data sets and see if 
that fixes it. I can't think of an MVS program that could do it, but maybe the 
DFSORT wizards have an idea.

--
Tom Marchant

--
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

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


Re: Bad Design but nobody cares

2018-10-16 Thread John Eells
We have had support for user logs--that is, storing messages for each 
user separately rather than in a SYS1.BRODCAST data set--for quite some 
time.  Does this problem exist with user logs?  (I suspect not.)


Sam Golob wrote:

     Question:  When you are reformatting the active Broadcast Dataset 
(SYS1.BRODCAST) with the SYNC command, you create space for 100 global 
Notices (the messages that everybody sees when they LOGON).  How do you 
change this number?


     Answer:  You probably would never want to change this number, 
because 100 notices is adequate for most purposes.  But what if you 
really DO want to change this number?  Then IBM tells you to zap a 
fullword field at the beginning of TSO initiation module IKJEFXSR, and 
re-IPL (maybe with CLPA, just to be safe).  Again, you'd probably never 
want to do this, because 100 notices is adequate for almost everyone.


     Where is that number (100, or F'64') kept?  It is actually a 
fullword in the CVT itself, at displacement X'5A8'. It is not "chained 
off the CVT".  It is actually a fullword IN the CVT...  Wow!


     So how would a fullword in the CVT be changed?  Presumably only at 
IPL time.  That's why IBM's method of changing it is so cumbersome, 
since (I think) IKJEFXSR, which starts up TSO, has to put that number 
into the CVT.


--
John Eells
IBM Poughkeepsie
ee...@us.ibm.com

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


Re: Reconfigurable storage

2018-10-16 Thread Carmen Vitullo
The fine manual 'for me' is not so easy to understand when configuring storage 
online, I've always had success configuring a storage element online and that 
amount was defined in the image profile and RSU parameter of IEASYSxx. 


image profile - currently 

Amount in   
Open or close the list box  Storage origin 
Initial 





Determined by the system 



Determined by the user 

Reserved




Origin  



previously 36G was in reserve - and 64G initial, I just changed this today in 
preparation for a system outage 
BTW this is a z13s running z/os 2.2 RSU1805 with a total of 280G, 96G I want to 
be on this LPAR 
RSU=36G, I've since changed also to 0. 
we've since cycled one DB2 production region, we are creating new page data 
sets dynamically, adding them and removing the page data sets that are over 30% 
used. 
we have data sharing active and our other DB2 LPAR so that LPAR picked up the 
load, paging issues have decreased and the system is preforming well, we found 
out later we may have had a network issue during the same time, still sorting 
this all out. 
I wonder as you have stated, I may be defining my storage in the incorrect 
storage increments for this hardware. 




Carmen Vitullo 

- Original Message -

From: "Jesse 1 Robinson"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, October 16, 2018 11:15:42 AM 
Subject: Re: Reconfigurable storage 

This may be an issue with storage increments. Depending on z/OS level, hardware 
model, and amount of physical memory installed, the minimum storage increment 
can vary. You can specify any amount you choose, but it may get rounded off to 
the nearest increment boundary. There is not necessarily any message to that 
effect, but results can be unexpected. Check LPAR memory assignment on the HMC 
as well as D M=STOR. 

. 
. 
J.O.Skip Robinson 
Southern California Edison Company 
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager 
323-715-0595 Mobile 
626-543-6132 Office ⇐=== NEW 
robin...@sce.com 


-Original Message- 
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen Vitullo 
Sent: Tuesday, October 16, 2018 8:33 AM 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: (External):Re: Reconfigurable storage 

this was an Omegamon for MVS display, I may have to open a PMR or Q/A to the 
Omegmaon folks and see why this display is showing 32G offline 



Carmen Vitullo 

- Original Message - 

From: "Tom Marchant" <000a2a8c2020-dmarc-requ...@listserv.ua.edu> 
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, October 16, 2018 10:26:04 AM 
Subject: Re: Reconfigurable storage 

On Tue, 16 Oct 2018 07:39:51 -0500, Carmen Vitullo wrote: 

>OMEGAMON display - is this valid ? 
> Available 168,432K 
> DataOnly Spaces 2,024M 
> DataOnly Sp Mgmt 34,968K 
> Shared Fixed 2,492K 
> Shared Pageable 86,076K 
> Page Table 988,408K 
> Local Quad 104,400K 
> BDF 24K 
> TDF 24K 
> SQA Reserved 36K 
> DAT Off Nucleus 16K 
> Unqueued 14,083M 
> Offline 32G 
> --- 
> Total Storage 96G 
> === 
>AM I missing something? is all my available storage online and OMEGAMON is not 
>valid? 
>thanks 

It doesn't look like it adds up. 
Which Omegamon is this? MVS? DB2? Other? 

-- 
Tom Marchant 

-- 
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: fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
By binary stream mode do you mean using
Mode B
Type E

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Tuesday, October 16, 2018 7:21 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

Take a look at the data with an editor. You should see one of two things:

- A succession of 1020 (+ LLBB) length records.
- Alternating 1020 and 4 byte (+ LLBB) records.

If the former then I think you are out of luck.

If the latter, try FTPing binary stream mode to a UNIX or Windows platform. 
Then FTP back to MVS in binary stream mode, first specifying QUOTE SITE 
RECFM=FB LRECL=1024

Good luck!

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 8:51 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

FTP didn't work

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Tom 
Marchant
Sent: Tuesday, October 16, 2018 6:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

On Tue, 16 Oct 2018 14:43:02 +, Gadi Ben-Avi wrote:

>I used FTP to transfer a bunch of tersed files from one LPAR to another.
>By mistake, the destination files were created as VB1024

What do the bad data sets look like? Are they 1024 byte records?

If so, then FTP probably wrote the first 1020 bytes to the first record. The 
remaining 4 bytes of the first source record would have become the first four 
bytes of the second record followed by the first 1016 bytes of the second 
source record

I would probably try to FTP the bad data sets to FB1024 data sets and see if 
that fixes it. I can't think of an MVS program that could do it, but maybe the 
DFSORT wizards have an idea.

--
Tom Marchant

--
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


Running .net on mainframe in z/os or s390

2018-10-16 Thread Alexandre

Hi
I have successfully ported to OMVS, a system I developed several years 
ago, to run .net on embedded systems, it is quite limited in some 
issues, since I implemented only what was needed for me in the .Net 
BCL.. this my version of .net VM, interpret each opcode, so, the speed 
is not the best part of the system...


I would like to know, how much the mainframe community, consider this 
project interesting, and if you would use it ...


Thanks
Alexandre


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


Re: Bad Design but nobody cares

2018-10-16 Thread Charles Mills
Wow! Unfortunate design indeed.

Alternatively you could probably zap it with a debugger, right? Running 
authorized, and typing very, very carefully. 

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Sam Golob
Sent: Tuesday, October 16, 2018 9:07 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Bad Design but nobody cares

Hi Folks,

 I hope this post isn't considered a waste of everyone's time.  I 
came across this "design element" (so to speak) in my work concerning 
the Broadcast Dataset (aka SYS1.BRODCAST, in its more restrictive sense).

 Question:  When you are reformatting the active Broadcast Dataset 
(SYS1.BRODCAST) with the SYNC command, you create space for 100 global 
Notices (the messages that everybody sees when they LOGON).  How do you 
change this number?

 Answer:  You probably would never want to change this number, 
because 100 notices is adequate for most purposes.  But what if you 
really DO want to change this number?  Then IBM tells you to zap a 
fullword field at the beginning of TSO initiation module IKJEFXSR, and 
re-IPL (maybe with CLPA, just to be safe).  Again, you'd probably never 
want to do this, because 100 notices is adequate for almost everyone.

 Where is that number (100, or F'64') kept?  It is actually a 
fullword in the CVT itself, at displacement X'5A8'. It is not "chained 
off the CVT".  It is actually a fullword IN the CVT...  Wow!

 So how would a fullword in the CVT be changed?  Presumably only at 
IPL time.  That's why IBM's method of changing it is so cumbersome, 
since (I think) IKJEFXSR, which starts up TSO, has to put that number 
into the CVT.

 Anyway, if someone REALLY wants to change this number (temporarily, 
for the duration of the IPL), I wrote an authorized TSO command called 
BDMNNOTC, which will take a number as a parameter, convert it to 

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


Re: fixing a tersed file.

2018-10-16 Thread Charles Mills
Take a look at the data with an editor. You should see one of two things:

- A succession of 1020 (+ LLBB) length records.
- Alternating 1020 and 4 byte (+ LLBB) records.

If the former then I think you are out of luck.

If the latter, try FTPing binary stream mode to a UNIX or Windows platform. 
Then FTP back to MVS in binary stream mode, first specifying QUOTE SITE 
RECFM=FB LRECL=1024

Good luck!

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 8:51 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

FTP didn't work

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Tom 
Marchant
Sent: Tuesday, October 16, 2018 6:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

On Tue, 16 Oct 2018 14:43:02 +, Gadi Ben-Avi wrote:

>I used FTP to transfer a bunch of tersed files from one LPAR to another.
>By mistake, the destination files were created as VB1024

What do the bad data sets look like? Are they 1024 byte records?

If so, then FTP probably wrote the first 1020 bytes to the first record. The 
remaining 4 bytes of the first source record would have become the first four 
bytes of the second record followed by the first 1016 bytes of the second 
source record

I would probably try to FTP the bad data sets to FB1024 data sets and see if 
that fixes it. I can't think of an MVS program that could do it, but maybe the 
DFSORT wizards have an idea.

--
Tom Marchant

--
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: Reconfigurable storage

2018-10-16 Thread Jesse 1 Robinson
This may be an issue with storage increments. Depending on z/OS level, hardware 
model, and amount of physical memory installed, the minimum storage increment 
can vary. You can specify any amount you choose, but it may get rounded off to 
the nearest increment boundary. There is not necessarily any message to that 
effect, but results can be unexpected. Check LPAR memory assignment on the HMC 
as well as D M=STOR.

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen Vitullo
Sent: Tuesday, October 16, 2018 8:33 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: Reconfigurable storage

this was an Omegamon for MVS display, I may have to open a PMR or Q/A to the 
Omegmaon folks and see why this display is showing 32G offline 



Carmen Vitullo 

- Original Message -

From: "Tom Marchant" <000a2a8c2020-dmarc-requ...@listserv.ua.edu>
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Tuesday, October 16, 2018 10:26:04 AM
Subject: Re: Reconfigurable storage 

On Tue, 16 Oct 2018 07:39:51 -0500, Carmen Vitullo wrote: 

>OMEGAMON display - is this valid ? 
> Available 168,432K
> DataOnly Spaces 2,024M
> DataOnly Sp Mgmt 34,968K
> Shared Fixed 2,492K
> Shared Pageable 86,076K
> Page Table 988,408K
> Local Quad 104,400K
> BDF 24K
> TDF 24K
> SQA Reserved 36K
> DAT Off Nucleus 16K
> Unqueued 14,083M
> Offline 32G
> ---
> Total Storage 96G
> ===
>AM I missing something? is all my available storage online and OMEGAMON is not 
>valid? 
>thanks

It doesn't look like it adds up. 
Which Omegamon is this? MVS? DB2? Other? 

--
Tom Marchant 

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


Bad Design but nobody cares

2018-10-16 Thread Sam Golob

Hi Folks,

    I hope this post isn't considered a waste of everyone's time.  I 
came across this "design element" (so to speak) in my work concerning 
the Broadcast Dataset (aka SYS1.BRODCAST, in its more restrictive sense).


    Question:  When you are reformatting the active Broadcast Dataset 
(SYS1.BRODCAST) with the SYNC command, you create space for 100 global 
Notices (the messages that everybody sees when they LOGON).  How do you 
change this number?


    Answer:  You probably would never want to change this number, 
because 100 notices is adequate for most purposes.  But what if you 
really DO want to change this number?  Then IBM tells you to zap a 
fullword field at the beginning of TSO initiation module IKJEFXSR, and 
re-IPL (maybe with CLPA, just to be safe).  Again, you'd probably never 
want to do this, because 100 notices is adequate for almost everyone.


    Where is that number (100, or F'64') kept?  It is actually a 
fullword in the CVT itself, at displacement X'5A8'. It is not "chained 
off the CVT".  It is actually a fullword IN the CVT...  Wow!


    So how would a fullword in the CVT be changed?  Presumably only at 
IPL time.  That's why IBM's method of changing it is so cumbersome, 
since (I think) IKJEFXSR, which starts up TSO, has to put that number 
into the CVT.


    Anyway, if someone REALLY wants to change this number (temporarily, 
for the duration of the IPL), I wrote an authorized TSO command called 
BDMNNOTC, which will take a number as a parameter, convert it to 
fullword binary, and zap it into CVT + X'5A8'.  This command is on CBT 
File 731 (www.cbttape.org).  It works instantly.  So you say:  BDMNNOTC 
50, or BDMNNOTC 150, and if you do a SYNC afterwards, that number of 
NOTICES records will be formatted into the (active) Broadcast Dataset.  
If you are really doing this, please see the notes in the program 
source, on CBT File 731.


    I submitted a request to IBM quite a few years ago, that maybe an 
entry should be put into PARMLIB member IKJTSOxx, with the format 
NUMNOTICES(nnn), which would change this number whenever you do a 
PARMLIB UPDATE(xx) TSO command or a SET IKJTSO=xx console command.  
Since this requirement probably has the lowest priority that could ever 
be assigned to an enhancement request, I'd guess that it probably would 
never get done.  But meanwhile, the sysprog community has my BDMNNOTC 
solution, if they want it.


    I guess I've taken enough of your time.  Hope it's food for some 
thinking--and maybe it'll eventually lead to some productive progress 
somewhere.


    Thanks for listening.  All the best of everything to all of you.

Sincerely,    Sam

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


Re: fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
FTP didn't work

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Tom 
Marchant
Sent: Tuesday, October 16, 2018 6:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

On Tue, 16 Oct 2018 14:43:02 +, Gadi Ben-Avi wrote:

>I used FTP to transfer a bunch of tersed files from one LPAR to another.
>By mistake, the destination files were created as VB1024

What do the bad data sets look like? Are they 1024 byte records?

If so, then FTP probably wrote the first 1020 bytes to the first record. The 
remaining 4 bytes of the first source record would have become the first four 
bytes of the second record followed by the first 1016 bytes of the second 
source record

I would probably try to FTP the bad data sets to FB1024 data sets and see if 
that fixes it. I can't think of an MVS program that could do it, but maybe the 
DFSORT wizards have an idea.

--
Tom Marchant

--
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: fixing a tersed file.

2018-10-16 Thread PINION, RICHARD W.
Tom's response about the last 4 bytes of each record is probably the reason the 
resulting untersed DF/DSS dump data set is corrupted.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 11:44 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

[External Email]

Hi,
That worked, The resulting file was read by AMATERSE and created an output file.
The output file was supposed to be the output of DFSMSdss dump, and that seems 
to be broken.

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
PINION, RICHARD W.
Sent: Tuesday, October 16, 2018 6:28 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

Did you specify this in your IEBGENER JCL?

//SYSIN DD *
  GENERATE MAXFLDS=1
  RECORD  FIELD=(1024,,,1)

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 11:22 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

[External Email]

I tried IEBGENER
Doesn't see to work.
Do I need to specify any parameters, or just input and output files?

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Tuesday, October 16, 2018 6:10 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

AMATERSE wants RECFM=FB,LRECL=1024, right? IEBGENER should be able to copy a 
dataset from VB to FB.

Did you foul anything else up? If you translated them to ASCII or inserted 
carriage returns you've got a bigger problem.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 7:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: fixing a tersed file.

Hi,

I used FTP to transfer a bunch of tersed files from one LPAR to another.
By mistake, the destination files were created as VB1024

The original files were deleted.

Is there any way to fix file files.
Using ISPF copy did not work.

Help

Gadi

? ?? ?    ?? ??? ??? ??  ? ??? ??
??. ?? ,  ?? ???  ?, ???   ? ?? ???
? ?? ?? ?. ? ?  ?? ?? ?? ??  ?? 
??? ??? ???, ?/?? ?, ? ?? ? ? ? ? ?? ??
? ??? ?/?? ?? ?? ??.

--
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 FIRST TENNESSEE

Confidentiality notice:
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.


--
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: fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
Hi,
That worked, The resulting file was read by AMATERSE and created an output file.
The output file was supposed to be the output of DFSMSdss dump, and that seems 
to be broken.

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
PINION, RICHARD W.
Sent: Tuesday, October 16, 2018 6:28 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

Did you specify this in your IEBGENER JCL?

//SYSIN DD *
  GENERATE MAXFLDS=1
  RECORD  FIELD=(1024,,,1)

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 11:22 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

[External Email]

I tried IEBGENER
Doesn't see to work.
Do I need to specify any parameters, or just input and output files?

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Tuesday, October 16, 2018 6:10 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

AMATERSE wants RECFM=FB,LRECL=1024, right? IEBGENER should be able to copy a 
dataset from VB to FB.

Did you foul anything else up? If you translated them to ASCII or inserted 
carriage returns you've got a bigger problem.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 7:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: fixing a tersed file.

Hi,

I used FTP to transfer a bunch of tersed files from one LPAR to another.
By mistake, the destination files were created as VB1024

The original files were deleted.

Is there any way to fix file files.
Using ISPF copy did not work.

Help

Gadi

? ?? ?    ?? ??? ??? ??  ? ??? ??
??. ?? ,  ?? ???  ?, ???   ? ?? ???
? ?? ?? ?. ? ?  ?? ?? ?? ??  ?? 
??? ??? ???, ?/?? ?, ? ?? ? ? ? ? ?? ??
? ??? ?/?? ?? ?? ??.

--
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 FIRST TENNESSEE

Confidentiality notice:
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.


--
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: fixing a tersed file.

2018-10-16 Thread Carmen Vitullo
maybe SORT with 
SORT FIELDS=COPY ? 



Carmen Vitullo 

- Original Message -

From: "Gadi Ben-Avi"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, October 16, 2018 10:22:23 AM 
Subject: Re: fixing a tersed file. 

I tried IEBGENER 
Doesn't see to work. 
Do I need to specify any parameters, or just input and output files? 

Gadi 

-Original Message- 
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills 
Sent: Tuesday, October 16, 2018 6:10 PM 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: fixing a tersed file. 

AMATERSE wants RECFM=FB,LRECL=1024, right? IEBGENER should be able to copy a 
dataset from VB to FB. 

Did you foul anything else up? If you translated them to ASCII or inserted 
carriage returns you've got a bigger problem. 

Charles 


-Original Message- 
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi 
Sent: Tuesday, October 16, 2018 7:43 AM 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: fixing a tersed file. 

Hi, 

I used FTP to transfer a bunch of tersed files from one LPAR to another. 
By mistake, the destination files were created as VB1024 

The original files were deleted. 

Is there any way to fix file files. 
Using ISPF copy did not work. 

Help 

Gadi 

? ?? ?    ?? ??? ??? ??  ? ??? ?? 
??. ?? ,  ?? ???  ?, ???   ? ?? ??? 
? ?? ?? ?. ? ?  ?? ?? ?? ??  ??  
??? ??? ???, ?/?? ?, ? ?? ? ? ? ? ?? ?? 
? ??? ?/?? ?? ?? ??. 

-- 
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: fixing a tersed file.

2018-10-16 Thread Tom Marchant
On Tue, 16 Oct 2018 15:28:07 +, PINION, RICHARD W. wrote:

>Did you specify this in your IEBGENER JCL?
>
>//SYSIN DD *
>  GENERATE MAXFLDS=1
>  RECORD  FIELD=(1024,,,1)

I wouldn't expect that to work because with VB1024 there are only 1020 bytes of 
data in each record.

-- 
Tom Marchant

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


Re: fixing a tersed file.

2018-10-16 Thread Tom Marchant
On Tue, 16 Oct 2018 14:43:02 +, Gadi Ben-Avi wrote:

>I used FTP to transfer a bunch of tersed files from one LPAR to another.
>By mistake, the destination files were created as VB1024

What do the bad data sets look like? Are they 1024 byte records?

If so, then FTP probably wrote the first 1020 bytes to the first record. The 
remaining 4 bytes of the first source record would have become the first four 
bytes of the second record followed by the first 1016 bytes of the second 
source record

I would probably try to FTP the bad data sets to FB1024 data sets and see if 
that fixes it. I can't think of an MVS program that could do it, but maybe the 
DFSORT wizards have an idea.

-- 
Tom Marchant

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


Re: Reconfigurable storage

2018-10-16 Thread Carmen Vitullo
this was an Omegamon for MVS display, I may have to open a PMR or Q/A to the 
Omegmaon folks and see why this display is showing 32G offline 



Carmen Vitullo 

- Original Message -

From: "Tom Marchant" <000a2a8c2020-dmarc-requ...@listserv.ua.edu> 
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Tuesday, October 16, 2018 10:26:04 AM 
Subject: Re: Reconfigurable storage 

On Tue, 16 Oct 2018 07:39:51 -0500, Carmen Vitullo wrote: 

>OMEGAMON display - is this valid ? 
> Available 168,432K 
> DataOnly Spaces 2,024M 
> DataOnly Sp Mgmt 34,968K 
> Shared Fixed 2,492K 
> Shared Pageable 86,076K 
> Page Table 988,408K 
> Local Quad 104,400K 
> BDF 24K 
> TDF 24K 
> SQA Reserved 36K 
> DAT Off Nucleus 16K 
> Unqueued 14,083M 
> Offline 32G 
> --- 
> Total Storage 96G 
> === 
>AM I missing something? is all my available storage online and OMEGAMON is not 
>valid? 
>thanks 

It doesn't look like it adds up. 
Which Omegamon is this? MVS? DB2? Other? 

-- 
Tom Marchant 

-- 
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: fixing a tersed file.

2018-10-16 Thread PINION, RICHARD W.
Did you specify this in your IEBGENER JCL?

//SYSIN DD *
  GENERATE MAXFLDS=1
  RECORD  FIELD=(1024,,,1)

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 11:22 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

[External Email]

I tried IEBGENER
Doesn't see to work.
Do I need to specify any parameters, or just input and output files?

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Tuesday, October 16, 2018 6:10 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

AMATERSE wants RECFM=FB,LRECL=1024, right? IEBGENER should be able to copy a 
dataset from VB to FB.

Did you foul anything else up? If you translated them to ASCII or inserted 
carriage returns you've got a bigger problem.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 7:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: fixing a tersed file.

Hi,

I used FTP to transfer a bunch of tersed files from one LPAR to another.
By mistake, the destination files were created as VB1024

The original files were deleted.

Is there any way to fix file files.
Using ISPF copy did not work.

Help

Gadi

? ?? ?    ?? ??? ??? ??  ? ??? ??
??. ?? ,  ?? ???  ?, ???   ? ?? ???
? ?? ?? ?. ? ?  ?? ?? ?? ??  ?? 
??? ??? ???, ?/?? ?, ? ?? ? ? ? ? ?? ??
? ??? ?/?? ?? ?? ??.

--
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
FIRST TENNESSEE

Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.


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


Re: Reconfigurable storage

2018-10-16 Thread Tom Marchant
On Tue, 16 Oct 2018 07:39:51 -0500, Carmen Vitullo  wrote:

>OMEGAMON display - is this valid ?
> Available   168,432K
> DataOnly Spaces   2,024M
> DataOnly Sp Mgmt 34,968K
> Shared Fixed  2,492K
> Shared Pageable  86,076K
> Page Table  988,408K
> Local Quad  104,400K
> BDF  24K
> TDF  24K
> SQA Reserved 36K
> DAT Off Nucleus  16K
> Unqueued 14,083M
> Offline  32G
> ---
> Total Storage96G
> ===
>AM I missing something? is all my available storage online and OMEGAMON is not 
>valid?
>thanks 

It doesn't look like it adds up.
Which Omegamon is this? MVS? DB2? Other?

-- 
Tom Marchant

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


Re: fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
I tried IEBGENER
Doesn't see to work.
Do I need to specify any parameters, or just input and output files?

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Tuesday, October 16, 2018 6:10 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: fixing a tersed file.

AMATERSE wants RECFM=FB,LRECL=1024, right? IEBGENER should be able to copy a 
dataset from VB to FB.

Did you foul anything else up? If you translated them to ASCII or inserted 
carriage returns you've got a bigger problem.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 7:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: fixing a tersed file.

Hi,

I used FTP to transfer a bunch of tersed files from one LPAR to another.
By mistake, the destination files were created as VB1024

The original files were deleted.

Is there any way to fix file files.
Using ISPF copy did not work.

Help

Gadi

? ?? ?    ?? ??? ??? ??  ? ??? ??
??. ?? ,  ?? ???  ?, ???   ? ?? ???
? ?? ?? ?. ? ?  ?? ?? ?? ??  ?? 
??? ??? ???, ?/?? ?, ? ?? ? ? ? ? ?? ??
? ??? ?/?? ?? ?? ??.

--
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: fixing a tersed file.

2018-10-16 Thread Charles Mills
AMATERSE wants RECFM=FB,LRECL=1024, right? IEBGENER should be able to copy a
dataset from VB to FB.

Did you foul anything else up? If you translated them to ASCII or inserted
carriage returns you've got a bigger problem.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Gadi Ben-Avi
Sent: Tuesday, October 16, 2018 7:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: fixing a tersed file.

Hi,

I used FTP to transfer a bunch of tersed files from one LPAR to another.
By mistake, the destination files were created as VB1024

The original files were deleted.

Is there any way to fix file files.
Using ISPF copy did not work.

Help

Gadi

? ?? ?    ?? ??? ??? ??  ? ??? ??
??. ?? ,  ?? ???  ?, ???   ? ?? ???
? ?? ?? ?. ? ?  ?? ?? ?? ??  ?? 
??? ??? ???, ?/?? ?, ? ?? ? ? ? ? ?? ??
? ??? ?/?? ?? ?? ??.

--
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


fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
Hi,

I used FTP to transfer a bunch of tersed files from one LPAR to another.
By mistake, the destination files were created as VB1024

The original files were deleted.

Is there any way to fix file files.
Using ISPF copy did not work.

Help

Gadi

? ?? ?    ?? ??? ??? ??  ? ??? ?? 
??. ?? ,  ?? ???  ?, ???   ? ?? ??? 
? ?? ?? ?. ? ?  ?? ?? ?? ??  ??  
??? ??? ???, ?/?? ?, ? ?? ? ? ? ? ?? ?? ? 
??? ?/?? ?? ?? ??.

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


Re: [EXTERNAL] Re: Command to list aged, migrated items

2018-10-16 Thread Lizette Koehler
And the other option.

When doing work in TSO (option 6 etc... in ISPF) you probably need to remove
your TSO Prefix.

PROF NOPREFIX

Issue HSEND command

Then turn prefix back on when you are done.


Lizette


> -Original Message-
> From: Lizette Koehler 
> Sent: Tuesday, October 16, 2018 6:51 AM
> To: 'IBM Mainframe Discussion List' 
> Subject: RE: [EXTERNAL] Re: Command to list aged, migrated items
> 
> And before you ask, you can do this in batch jcl with the COMMAND JCL
> Statement.  The USER=  parm in JCL will need to have the ability to submit
> MVS commands and DFHSM commands
> 
> 
> Lizette
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List  On
> > Behalf Of Lizette Koehler
> > Sent: Tuesday, October 16, 2018 6:48 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> >
> > Try this
> >
> > On the console enter the LIST portion of the command
> >
> > F dfhsm_task_name,LIST DSNAME ODS('your.dataset.name') select(age(60))
> >
> >
> > Sometimes in TSO it can restrict your process
> >
> > Lizette
> >
> >
> > > -Original Message-
> > > From: IBM Mainframe Discussion List  On
> > > Behalf Of Sankaranarayanan, Vignesh
> > > Sent: Tuesday, October 16, 2018 6:47 AM
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> > >
> > > Hi Lizette,
> > >
> > > I used this, same one as Chuck replied with -
> > >
> > > HSEND LIST DSNAME ODS('your.dataset.name') select(age(60))
> > >
> > > I don't think the output matters since I can say with ease that it
> > > shows just the files under my HLQ (from TSO PROFILE PREFIX, I think).
> > >
> > > DCOLLECT works but I was hoping a simple command has the answer..
> > >
> > >
> > > - Vignesh
> > > Mainframe Infrastructure
> > >
> > > -Original Message-
> > > From: IBM Mainframe Discussion List  On
> > > Behalf Of Lizette Koehler
> > > Sent: 16 October 2018 14:15
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> > >
> > > You will need to show us the command you used and some of the output.
> > > You can mask the HLQs but we need to see what the output looks like
> > >
> > > Be aware that the manual has many parameters and you may need to
> > > play with the LIST to get what you want.
> > >
> > > You may also need to do more than one command if you need both ML1
> > > and
> > > ML2 reports
> > >
> > >
> > > Lizette
> > >
> > >
> > > > -Original Message-
> > > > From: IBM Mainframe Discussion List  On
> > > > Behalf Of Sankaranarayanan, Vignesh
> > > > Sent: Tuesday, October 16, 2018 5:44 AM
> > > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > > Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> > > >
> > > > I used this, but it lists only the user's HLQ files.
> > > > Even though the manual says ALL datasets...
> > > >
> > > > - Vignesh
> > > > Mainframe Infrastructure
> > > > -Original Message-
> > > > From: IBM Mainframe Discussion List
> > > > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Sankaranarayanan,
> > > > Vignesh
> > > > Sent: Tuesday, October 16, 2018 4:02 AM
> > > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > > Subject: Command to list aged, migrated items
> > > >
> > > > Hello everyone,
> > > >
> > > > I'm looking for a command to list all ML1/ML2 datasets that have
> > > > an age of
> > > > 60 (2 months ago, they were migrated).
> > > > A working command would be ideal, as I'm looking to stick it into
> > > > a batch job..
> > > >
> > > > Thank you!
> > > >
> > > > - Vignesh
> > > > Mainframe Infrastructure
> > > >
> > > >
> > > > MARKSANDSPENCER.COM
> > > >
> > > sage: INFO IBM-MAIN
> > >
> > > 
> > > -- For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO
> > > IBM-MAIN
> > >
> > > MARKSANDSPENCER.COM
> > > 
> > >  Unless otherwise stated above:
> > > Marks and Spencer plc
> > > Registered Office:
> > > Waterside House
> > > 35 North Wharf Road
> > > London
> > > W2 1NW
> > >
> > > Registered No. 214436 in England and Wales.
> > >
> > > Telephone (020) 7935 4422
> > > Facsimile (020) 7487 2670
> > >
> > > www.marksandspencer.com
> > >
> > > Please note that electronic mail may be monitored.
> > >
> > > This e-mail is confidential. If you received it by mistake, please
> > > let us know and then delete it from your system; you should not
> > > copy, disclose, or distribute its contents to anyone nor act in
> > > reliance on this e-mail, as this is prohibited and may be unlawful.
> > >
> > > 
> > > -- For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO
> > > IBM-MAIN
> >
> > 

Re: [EXTERNAL] Re: Command to list aged, migrated items

2018-10-16 Thread Lizette Koehler
And before you ask, you can do this in batch jcl with the COMMAND JCL Statement.
The USER=  parm in JCL will need to have the ability to submit MVS commands and
DFHSM commands


Lizette


> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> Lizette Koehler
> Sent: Tuesday, October 16, 2018 6:48 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> 
> Try this
> 
> On the console enter the LIST portion of the command
> 
> F dfhsm_task_name,LIST DSNAME ODS('your.dataset.name') select(age(60))
> 
> 
> Sometimes in TSO it can restrict your process
> 
> Lizette
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List  On
> > Behalf Of Sankaranarayanan, Vignesh
> > Sent: Tuesday, October 16, 2018 6:47 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> >
> > Hi Lizette,
> >
> > I used this, same one as Chuck replied with -
> >
> > HSEND LIST DSNAME ODS('your.dataset.name') select(age(60))
> >
> > I don't think the output matters since I can say with ease that it
> > shows just the files under my HLQ (from TSO PROFILE PREFIX, I think).
> >
> > DCOLLECT works but I was hoping a simple command has the answer..
> >
> >
> > - Vignesh
> > Mainframe Infrastructure
> >
> > -Original Message-
> > From: IBM Mainframe Discussion List  On
> > Behalf Of Lizette Koehler
> > Sent: 16 October 2018 14:15
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> >
> > You will need to show us the command you used and some of the output.
> > You can mask the HLQs but we need to see what the output looks like
> >
> > Be aware that the manual has many parameters and you may need to play
> > with the LIST to get what you want.
> >
> > You may also need to do more than one command if you need both ML1 and
> > ML2 reports
> >
> >
> > Lizette
> >
> >
> > > -Original Message-
> > > From: IBM Mainframe Discussion List  On
> > > Behalf Of Sankaranarayanan, Vignesh
> > > Sent: Tuesday, October 16, 2018 5:44 AM
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> > >
> > > I used this, but it lists only the user's HLQ files.
> > > Even though the manual says ALL datasets...
> > >
> > > - Vignesh
> > > Mainframe Infrastructure
> > > -Original Message-
> > > From: IBM Mainframe Discussion List
> > > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Sankaranarayanan,
> > > Vignesh
> > > Sent: Tuesday, October 16, 2018 4:02 AM
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: Command to list aged, migrated items
> > >
> > > Hello everyone,
> > >
> > > I'm looking for a command to list all ML1/ML2 datasets that have an
> > > age of
> > > 60 (2 months ago, they were migrated).
> > > A working command would be ideal, as I'm looking to stick it into a
> > > batch job..
> > >
> > > Thank you!
> > >
> > > - Vignesh
> > > Mainframe Infrastructure
> > >
> > >
> > > MARKSANDSPENCER.COM
> > >
> > sage: INFO IBM-MAIN
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> > email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> > MARKSANDSPENCER.COM
> > 
> >  Unless otherwise stated above:
> > Marks and Spencer plc
> > Registered Office:
> > Waterside House
> > 35 North Wharf Road
> > London
> > W2 1NW
> >
> > Registered No. 214436 in England and Wales.
> >
> > Telephone (020) 7935 4422
> > Facsimile (020) 7487 2670
> >
> > www.marksandspencer.com
> >
> > Please note that electronic mail may be monitored.
> >
> > This e-mail is confidential. If you received it by mistake, please let
> > us know and then delete it from your system; you should not copy,
> > disclose, or distribute its contents to anyone nor act in reliance on
> > this e-mail, as this is prohibited and may be unlawful.
> >
> > --
> > 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: [EXTERNAL] Re: Command to list aged, migrated items

2018-10-16 Thread Lizette Koehler
Try this

On the console enter the LIST portion of the command

F dfhsm_task_name,LIST DSNAME ODS('your.dataset.name') select(age(60))


Sometimes in TSO it can restrict your process

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> Sankaranarayanan, Vignesh
> Sent: Tuesday, October 16, 2018 6:47 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> 
> Hi Lizette,
> 
> I used this, same one as Chuck replied with -
> 
> HSEND LIST DSNAME ODS('your.dataset.name') select(age(60))
> 
> I don't think the output matters since I can say with ease that it shows just
> the files under my HLQ (from TSO PROFILE PREFIX, I think).
> 
> DCOLLECT works but I was hoping a simple command has the answer..
> 
> 
> - Vignesh
> Mainframe Infrastructure
> 
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> Lizette Koehler
> Sent: 16 October 2018 14:15
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> 
> You will need to show us the command you used and some of the output.  You
> can mask the HLQs but we need to see what the output looks like
> 
> Be aware that the manual has many parameters and you may need to play with
> the LIST to get what you want.
> 
> You may also need to do more than one command if you need both ML1 and ML2
> reports
> 
> 
> Lizette
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List  On
> > Behalf Of Sankaranarayanan, Vignesh
> > Sent: Tuesday, October 16, 2018 5:44 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> >
> > I used this, but it lists only the user's HLQ files.
> > Even though the manual says ALL datasets...
> >
> > - Vignesh
> > Mainframe Infrastructure
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> > On Behalf Of Sankaranarayanan, Vignesh
> > Sent: Tuesday, October 16, 2018 4:02 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Command to list aged, migrated items
> >
> > Hello everyone,
> >
> > I'm looking for a command to list all ML1/ML2 datasets that have an
> > age of
> > 60 (2 months ago, they were migrated).
> > A working command would be ideal, as I'm looking to stick it into a
> > batch job..
> >
> > Thank you!
> >
> > - Vignesh
> > Mainframe Infrastructure
> >
> >
> > MARKSANDSPENCER.COM
> >
> sage: INFO IBM-MAIN
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> MARKSANDSPENCER.COM
> 
>  Unless otherwise stated above:
> Marks and Spencer plc
> Registered Office:
> Waterside House
> 35 North Wharf Road
> London
> W2 1NW
> 
> Registered No. 214436 in England and Wales.
> 
> Telephone (020) 7935 4422
> Facsimile (020) 7487 2670
> 
> www.marksandspencer.com
> 
> Please note that electronic mail may be monitored.
> 
> This e-mail is confidential. If you received it by mistake, please let us
> know and then delete it from your system; you should not copy, disclose, or
> distribute its contents to anyone nor act in reliance on this e-mail, as this
> is prohibited and may be unlawful.
> 
> --
> 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: [EXTERNAL] Re: Command to list aged, migrated items

2018-10-16 Thread Sankaranarayanan, Vignesh
Hi Lizette,

I used this, same one as Chuck replied with -

HSEND LIST DSNAME ODS('your.dataset.name') select(age(60))

I don't think the output matters since I can say with ease that it shows just 
the files under my HLQ (from TSO PROFILE PREFIX, I think).

DCOLLECT works but I was hoping a simple command has the answer..


- Vignesh
Mainframe Infrastructure

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Lizette Koehler
Sent: 16 October 2018 14:15
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items

You will need to show us the command you used and some of the output.  You can 
mask the HLQs but we need to see what the output looks like

Be aware that the manual has many parameters and you may need to play with the 
LIST to get what you want.

You may also need to do more than one command if you need both ML1 and ML2 
reports


Lizette


> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Sankaranarayanan, Vignesh
> Sent: Tuesday, October 16, 2018 5:44 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
>
> I used this, but it lists only the user's HLQ files.
> Even though the manual says ALL datasets...
>
> - Vignesh
> Mainframe Infrastructure
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of Sankaranarayanan, Vignesh
> Sent: Tuesday, October 16, 2018 4:02 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Command to list aged, migrated items
>
> Hello everyone,
>
> I'm looking for a command to list all ML1/ML2 datasets that have an
> age of
> 60 (2 months ago, they were migrated).
> A working command would be ideal, as I'm looking to stick it into a
> batch job..
>
> Thank you!
>
> - Vignesh
> Mainframe Infrastructure
>
>
> MARKSANDSPENCER.COM
>
sage: INFO IBM-MAIN

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

MARKSANDSPENCER.COM

 Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us know 
and then delete it from your system; you should not copy, disclose, or 
distribute its contents to anyone nor act in reliance on this e-mail, as this 
is prohibited and may be unlawful.

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


Re: [EXTERNAL] Re: Command to list aged, migrated items

2018-10-16 Thread Lizette Koehler
You will need to show us the command you used and some of the output.  You can
mask the HLQs but we need to see what the output looks like

Be aware that the manual has many parameters and you may need to play with the
LIST to get what you want.

You may also need to do more than one command if you need both ML1 and ML2
reports


Lizette


> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of
> Sankaranarayanan, Vignesh
> Sent: Tuesday, October 16, 2018 5:44 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: [EXTERNAL] Re: Command to list aged, migrated items
> 
> I used this, but it lists only the user's HLQ files.
> Even though the manual says ALL datasets...
> 
> - Vignesh
> Mainframe Infrastructure
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Sankaranarayanan, Vignesh
> Sent: Tuesday, October 16, 2018 4:02 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Command to list aged, migrated items
> 
> Hello everyone,
> 
> I'm looking for a command to list all ML1/ML2 datasets that have an age of
> 60 (2 months ago, they were migrated).
> A working command would be ideal, as I'm looking to stick it into a batch
> job..
> 
> Thank you!
> 
> - Vignesh
> Mainframe Infrastructure
> 
> 
> MARKSANDSPENCER.COM
> 
sage: 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: [EXTERNAL] Re: Command to list aged, migrated items

2018-10-16 Thread Roger Lowe
>
>I'm looking for a command to list all ML1/ML2 datasets that have an age of
>60 (2 months ago, they were migrated).
>A working command would be ideal, as I'm looking to stick it into a batch job..

Have you looked at using DCOLLECT?

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


Re: [EXTERNAL] Re: Command to list aged, migrated items

2018-10-16 Thread Sankaranarayanan, Vignesh
I used this, but it lists only the user's HLQ files.
Even though the manual says ALL datasets...

- Vignesh
Mainframe Infrastructure

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Richards, Robert B.
Sent: 16 October 2018 13:30
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: Command to list aged, migrated items

Thanks Chuck...I forgot about the LIST command. My bad.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Chuck Kreiter
Sent: Tuesday, October 16, 2018 8:10 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Command to list aged, migrated items

HSEND LIST DSNAME ODS('your.dataset.name') select(age(60)).  This will give you 
anything migrated 60 days or more ago.  You can then use the program of your 
choice to pare down the list.  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Sankaranarayanan, Vignesh
Sent: Tuesday, October 16, 2018 4:02 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Command to list aged, migrated items

Hello everyone,

I'm looking for a command to list all ML1/ML2 datasets that have an age of
60 (2 months ago, they were migrated).
A working command would be ideal, as I'm looking to stick it into a batch job..

Thank you!

- Vignesh
Mainframe Infrastructure


MARKSANDSPENCER.COM

Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us know 
and then delete it from your system; you should not copy, disclose, or 
distribute its contents to anyone nor act in reliance on this e-mail, as this 
is prohibited and may be unlawful.

--
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


Reconfigurable storage

2018-10-16 Thread Carmen Vitullo
I have an LPAR with 64G of storage and I've defined 36G as reconfigurable, 
storage element(1). I've configured the storage online and my storage display 
shows this storage element online, but my DB2 SYSPROG show's me an Omegamon 
storage display and it shows total storage and that 32G offline, I've reviewed 
the fine manual and I've attempted to configure the total storage online but 
the messages keep coming back all available storage is online.
my storage display

 IEE174I 07.37.21 DISPLAY M 909
 REAL STORAGE STATUS
 ONLINE-NOT RECONFIGURABLE
 0M-29696M
 33792M-65536M
 ONLINE-RECONFIGURABLE
 29696M-33792M
 PENDING OFFLINE
 NONE
  0M IN OFFLINE STORAGE ELEMENT(S)
  0M UNASSIGNED STORAGE
 STORAGE INCREMENT SIZE IS 512M
 IEE174I 07.37.51 DISPLAY M 949
 REAL STORAGE ELEMENT STATUS
 0: OWNED STORAGE=61440M UNASSIGNED STORAGE=0M STATUS=ONLINE
 1: OWNED STORAGE=36864M UNASSIGNED STORAGE=0M STATUS=ONLINE

OMEGAMON display - is this valid ?
 Available   168,432K
 DataOnly Spaces   2,024M
 DataOnly Sp Mgmt 34,968K
 Shared Fixed  2,492K
 Shared Pageable  86,076K
 Page Table  988,408K
 Local Quad  104,400K
 BDF  24K
 TDF  24K
 SQA Reserved 36K
 DAT Off Nucleus  16K
 Unqueued 14,083M
 Offline  32G
 ---
 Total Storage96G
 ===
AM I missing something? is all my available storage online and OMEGAMON is not 
valid?
thanks 

Carmen 

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


Re: Command to list aged, migrated items

2018-10-16 Thread Richards, Robert B.
Thanks Chuck...I forgot about the LIST command. My bad.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Chuck Kreiter
Sent: Tuesday, October 16, 2018 8:10 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Command to list aged, migrated items

HSEND LIST DSNAME ODS('your.dataset.name') select(age(60)).  This will give
you anything migrated 60 days or more ago.  You can then use the program of
your choice to pare down the list.  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Sankaranarayanan, Vignesh
Sent: Tuesday, October 16, 2018 4:02 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Command to list aged, migrated items

Hello everyone,

I'm looking for a command to list all ML1/ML2 datasets that have an age of
60 (2 months ago, they were migrated).
A working command would be ideal, as I'm looking to stick it into a batch
job..

Thank you!

- Vignesh
Mainframe Infrastructure


MARKSANDSPENCER.COM

Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us
know and then delete it from your system; you should not copy, disclose, or
distribute its contents to anyone nor act in reliance on this e-mail, as
this is prohibited and may be unlawful.

--
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: Command to list aged, migrated items

2018-10-16 Thread Chuck Kreiter
HSEND LIST DSNAME ODS('your.dataset.name') select(age(60)).  This will give
you anything migrated 60 days or more ago.  You can then use the program of
your choice to pare down the list.  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Sankaranarayanan, Vignesh
Sent: Tuesday, October 16, 2018 4:02 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Command to list aged, migrated items

Hello everyone,

I'm looking for a command to list all ML1/ML2 datasets that have an age of
60 (2 months ago, they were migrated).
A working command would be ideal, as I'm looking to stick it into a batch
job..

Thank you!

- Vignesh
Mainframe Infrastructure


MARKSANDSPENCER.COM

Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us
know and then delete it from your system; you should not copy, disclose, or
distribute its contents to anyone nor act in reliance on this e-mail, as
this is prohibited and may be unlawful.

--
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: Command to list aged, migrated items

2018-10-16 Thread Richards, Robert B.
Vignesh,

I am unaware of a native DFHSM command subparameter for HLIST that provides 
that capability.

However, if you have SAS, it would be pretty simple to read the MCDS (D 
records, I think) to get a report of what you are looking for.

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Sankaranarayanan, Vignesh
Sent: Tuesday, October 16, 2018 4:02 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Command to list aged, migrated items

Hello everyone,

I'm looking for a command to list all ML1/ML2 datasets that have an age of 60 
(2 months ago, they were migrated).
A working command would be ideal, as I'm looking to stick it into a batch job..

Thank you!

- Vignesh
Mainframe Infrastructure


MARKSANDSPENCER.COM

Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us know 
and then delete it from your system; you should not copy, disclose, or 
distribute its contents to anyone nor act in reliance on this e-mail, as this 
is prohibited and may be unlawful.

--
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


Command to list aged, migrated items

2018-10-16 Thread Sankaranarayanan, Vignesh
Hello everyone,

I'm looking for a command to list all ML1/ML2 datasets that have an age of 60 
(2 months ago, they were migrated).
A working command would be ideal, as I'm looking to stick it into a batch job..

Thank you!

- Vignesh
Mainframe Infrastructure


MARKSANDSPENCER.COM

Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us know 
and then delete it from your system; you should not copy, disclose, or 
distribute its contents to anyone nor act in reliance on this e-mail, as this 
is prohibited and may be unlawful.

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