Re: Remove tape volume from a chain

2015-04-02 Thread Gibney, David Allen,Jr
I run DFHSM RECYCLE frequently. Which clears this problem. On the other hand, my tapes are virtual, so I no longer do any stacking of tapes. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Thursday, April 02,

Re: Remove tape volume from a chain

2015-04-02 Thread Gibney, David Allen,Jr
Make sure your TMC can handle 99,999 or more tapes. And switch to: SETSYS PARTIALTAPE(BACKUP(MARKFULL) MIGRATION(MARKFULL)) /* /* SETSYS TAPEUTILIZATION(UNIT(3490) PERCENTFULL(100))

Re: Remove tape volume from a chain

2015-04-02 Thread Mark Pace
The spanning dataset is HSM.HMIGTAPE.DATASET. All the files are kept within the one dataset name. For tapes that are not spanned, then RECYCLE and DELETE PURGE works well. It's these tapes that are stacked 3 4 deep that have me confused. On Thu, Apr 2, 2015 at 3:14 PM, Staller, Allan

Re: dynamic allocation for tape using TSO in batch

2015-04-02 Thread Tony Harminc
On 2 April 2015 at 14:55, Paul Gilmartin 000433f07816-dmarc-requ...@listserv.ua.edu wrote: What century is this? The default should be more granular: o Allowed for virtual tapes. o Disallowed for roller skate tapes. o Somewhere in between for robotic mounted tapes. There are (or were)

Re: Remove tape volume from a chain

2015-04-02 Thread Mark Pace
I run it nightly, but that doesn't seem to help this problem. Maybe I provide the wrong parameters. And my tapes are virtual also. That is the real reason for wanting to scratch these tapes, to free up the back-end storage for the tapes. If they were real tapes I wouldn't care. On Thu, Apr 2,

Re: Remove tape volume from a chain

2015-04-02 Thread Staller, Allan
HSEND LIST TTOC SELECT(FULL) will provide a list of all DFHSM managed tapes and their predecessor/successor volume . To eliminate tape volx from a chain: volx, volx+1, volx+2 HSEND LIST TTOC(volx) HSEND LIST TTOC(volx+1) Verify the last dataset listed on volx is the first dataset on volx+1

Re: Remove tape volume from a chain

2015-04-02 Thread Gibney, David Allen,Jr
There is a command, I think a version of LIST that will tell you the contents of this particular migration dataset. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Mark Pace Sent: Thursday, April 02, 2015 12:23 PM To:

Re: dynamic allocation for tape using TSO in batch

2015-04-02 Thread Paul Gilmartin
On Thu, 2 Apr 2015 15:39:18 -0400, Tony Harminc wrote: The terminal user *does* get a message, with an amusingly documented programmer response: IEC108I OPERATOR ACTION HAS BEEN REQUESTED FOR YOUR DATA SET ... Programmer response A long wait may ensue before the operator responds. Does the

FILEDATA --Who gets the SR?

2015-04-02 Thread Paul Gilmartin
I submitted an RCF before I explored this behavior so deeply! Now, I believe there's matter for an SR: DD FILEDATA=BINARY in JCL overrides RECORD in the file tag RECORD in the file tag prevails over DD FILEDATA=TEXT in JCL. Not consistent; it's certainly not according to the Fine

Re: FILEDATA --Who gets the SR?

2015-04-02 Thread Roger Bolan
I say just take your best guess and go for it. Problems often don't fall cleanly into one area or another and require separate groups to discuss the issue with each other. On Thu, Apr 2, 2015 at 4:39 PM, Paul Gilmartin 000433f07816-dmarc-requ...@listserv.ua.edu wrote: I submitted an RCF

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Shmuel Metz (Seymour J.)
In 3910647452015251.wa.elardus.engelbrechtsita.co...@listserv.ua.edu, on 04/02/2015 at 10:29 AM, Elardus Engelbrecht elardus.engelbre...@sita.co.za said: Generally the young boys/girls are too lazy or bored to work on a farm, That may be how it looks to the owner. To an outsider, the obvious

Re: migrating compiler versions

2015-04-02 Thread Shmuel Metz (Seymour J.)
In of62f99d18.9a579d81-on85257e1a.002f4d06-80257e1a.00316...@prudential.com, on 04/01/2015 at 09:59 AM, Ken MacKenzie ken.macken...@pramerica.ie said: In the first release of COBOL 5, there was no AMODE(24) support. That has now been changed but it has led to several S0C4's as some of the

Re: Environment scope (was: OT: Digital? Cloud? ... )

2015-04-02 Thread Shmuel Metz (Seymour J.)
In 6862960757492308.wa.paulgboulderaim@listserv.ua.edu, on 03/31/2015 at 11:27 PM, Paul Gilmartin 000433f07816-dmarc-requ...@listserv.ua.edu said: Not only GLOBALV, but LINKs, ACCESSes, options set by CP SET and CMS SET commands, spooling options (although CMS Pipelines somewhat

Re: dynamic allocation for tape using TSO in batch

2015-04-02 Thread Shmuel Metz (Seymour J.)
In 2700199934746409.wa.paulgboulderaim@listserv.ua.edu, on 04/01/2015 at 02:08 PM, Paul Gilmartin 000433f07816-dmarc-requ...@listserv.ua.edu said: Why should the rules, or detection of the condition, be different for DYNALLOC? Because it's dynamic. For static allocation the Initiator

Re: IP Sockets Application Programming Question

2015-04-02 Thread Mike Wawiorko
If you have z/OS NetView have a look at the TESTPORT command. Mike Wawiorko  Please consider the environment before printing this e-mail -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Hansen, Dave L - Eagan, MN Sent: 01 April 2015

Re: dynamic allocation for tape using TSO in batch

2015-04-02 Thread Ed Gould
On Apr 2, 2015, at 1:55 PM, Paul Gilmartin wrote: What century is this? 21st The default should be more granular: o Allowed for virtual tapes. o Disallowed for roller skate tapes. o Somewhere in between for robotic mounted tapes. There is no easy way for the system to know what is real

Remove tape volume from a chain

2015-04-02 Thread Mark Pace
I have some migration tapes that form some chains. The problem ends up being that the first tape in the chain will become empty of valid data as the data expires. But I can't scratch tape since it is in a chain. I don't want to have to wait until all the data on every tape expires to reclaim

Re: dynamic allocation for tape using TSO in batch

2015-04-02 Thread Paul Gilmartin
On Thu, 2 Apr 2015 18:12:39 +, J O Skip Robinson wrote: The historical basis for this requirement is not hard to guess. Imagine a time when tapes were handled by people scrambling around on roller skates. A TSO user could finger-check a data set name and send a tape jockey hurtling across

Re: Remove tape volume from a chain

2015-04-02 Thread John McKown
I think that you can tell HSM to RECYCLE the volume. Something like: //STEP010 EXEC PGM=IKJEFT01, // REGION=4096K, // DYNAMNBR=40 //SYSEXEC DD DISP=SHR,DSN=TSH009.REXX.EXEC //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * HSEND DELVOL volser MIGRATION(MARKFULL) HSEND RECYCLE -

Re: Remove tape volume from a chain

2015-04-02 Thread Staller, Allan
IF migtape, recall the spanning dataset and perform a recycle. Dataset can be found with HSEND LIST TTOC (volser). If backtape,, ensure you have a valid real copy of the dataset. HBDEL 'dataset name' ALL HBACKDS 'dataset name' HTH, snip I have some migration tapes that form some chains. The

Re: Sort Jcl - hi-jacking

2015-04-02 Thread Tony Harminc
On 2 April 2015 at 13:16, John Eells ee...@us.ibm.com wrote: Of course, other collisions are possible for which no prefixes are assigned. FMIDs come to mind. For FMIDs, we always use H or E for base functions and J or F for dependent functions but we have no way to help prevent cross-vendor

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Elardus Engelbrecht
Paul Gilmartin wrote: Not so clueless. Taken in the context of the article it was clearly hyperbole, an attributive metaphor. The problem discussed, how to find skilled personnel to maintain the mainframes and their software is real, perhaps aggravated by ageism. Indeed. But the article is

Sort Jcl

2015-04-02 Thread Ron Thomas
Hello. Could some one please let me know why the below sytntax is not working ? //SYSINDD * SORT FIELDS=COPY OUTREC FINDREP=(INOUT=(C''96 M/B WHITE SALE', C' 96 M/B WHITE SALE ')) /* Msg received in sort is WER268A OUTREC STATEMENT : SYNTAX ERROR Thanks Ron T

Re: Secure FTP

2015-04-02 Thread Elardus Engelbrecht
Richards, Robert B. wrote: I am, however, experiencing Server timeouts: EZA2589E Connection to server interrupted or timed out. Waiting for reply What did you do BEFORE that message? This is important. Please post it. EZA1721W Server not responding, closing connection. Difficult to see

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Steve Thompson
On 04/02/2015 11:29 AM, Elardus Engelbrecht wrote: SNIPPAGE Who of you have not tried to update an application and by the very last dead-line, then only you understand the logic and flow of it...? ... and found some bug(s) impossible to fix without rewriting the whole %^*# thing... Groete /

Re: Sort Jcl

2015-04-02 Thread Ron Thomas
Ok. I have put the same earlier also , getting the same message . SYSIN : SORT FIELDS=COPY OUTREC FINDREP=(INOUT=(C''96 M/B WHITE SALE', * C' 96 M/B WHITE SALE ')) * WER268A OUTREC STATEMENT : SYNTAX ERROR WER275A NO KEYWORDS

Re: Sort Jcl

2015-04-02 Thread Ron Thomas
I need to replace the data '96 M/B WHITE SALE by 96 M/B WHITE SALE . Thanks! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Secure FTP

2015-04-02 Thread Richards, Robert B.
EZYFT25I Using //'XX.TCPIP.STANDARD.TCPXLBIN' for FTP translation tables for the control connection. EZYFT31I Using //'XX.TCPIP.STANDARD.TCPXLBIN' for FTP translation tables for the data connection.

Re: Sort Jcl

2015-04-02 Thread Ron Thomas
Thank a lot Kolusu! It is working now. Thanks! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Tom Marchant
On Thu, 2 Apr 2015 13:35:07 +, Mark Regan wrote: http://www.forbes.com/sites/adrianbridgwater/2015/04/02/nice-mainframe-how-the-hell-do-i-turn-it-on/ IBM confirms that the Z13 mainframe start button is in fact on the back, just on the left. Clueless. -- Tom Marchant

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Pommier, Rex
I know the comment about the start button was supposed to be funny, but isn't that a picture of the front of the machine accompanying the article? And isn't the power switch pretty much in the center of the machine? Rex -Original Message- From: IBM Mainframe Discussion List

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Pommier, Rex
True, it's an EPO type switch on the front of the machine, but I'll guarantee that if that switch is down, no HMC or SE attached to it will bring the machine up! grin -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ken Porowski

Re: Sort Jcl

2015-04-02 Thread Sri h Kolusu
Ron, It takes less than 2 seconds to figure out that you have mismatched single quotes at text beginning with C''96 and if you looked at the sysout I am sure you will see an asterisk or dollar symbol pointing to the error under the text I mentioned. Thanks, Kolusu IBM Mainframe Discussion

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Jerry Whitteridge
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Elardus Engelbrecht Sent: Thursday, April 02, 2015 8:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Forbes: Nice Mainframe, How Do I Turn It On? ---Snip I'm still amazed that children

Re: Sort Jcl

2015-04-02 Thread Elardus Engelbrecht
Ron Thomas wrote: OUTREC FINDREP=(INOUT=(C''96 M/B WHITE SALE', C' 96 M/B WHITE SALE ')) One single quote too many. Just count them from left to right and right to left. Or use hilite in ISPF. Msg received in sort is WER268A OUTREC STATEMENT : SYNTAX ERROR Sri h Kolusu

Re: Sort Jcl

2015-04-02 Thread Blaicher, Christopher Y.
You've never heard of a little product called Syncsort MFX? All our messages begin with WER. Chris Blaicher Technical Architect Software Development Syncsort Incorporated 50 Tice Boulevard, Woodcliff Lake, NJ 07677 P: 201-930-8234 | M: 512-627-3803 E: cblaic...@syncsort.com -Original

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Ken Porowski
Is there even a real Power On switch? I know there's an EPO switch and probably some circuit breakers in the back but I thought the power on/off was done from the SE or HMC? CIT | Ken Porowski | VP Mainframe Engineering | Information Technology | +1 973 740 5459 (tel) | ken.porow...@cit.com

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Elardus Engelbrecht
Pommier, Rex wrote: True, it's an EPO type switch on the front of the machine, but I'll guarantee that if that switch is down, no HMC or SE attached to it will bring the machine up! grin I'm always nervous if a visitor is too near (nearer than 2 meters) to that EPO even with that clear

Re: Sort Jcl

2015-04-02 Thread Ron Thomas
Ok what i put is as , the single quotes on the left is 2 and on the right is also 2 so getting balanced. still not working OUTREC FINDREP=(INOUT=(C''96 M/B WHITE SALE'', C'96 M/B WHITE SALE')) Thanks Ron T --

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Paul Gilmartin
On Thu, 2 Apr 2015 09:49:08 -0500, Tom Marchant wrote: On Thu, 2 Apr 2015 13:35:07 +, Mark Regan wrote: http://www.forbes.com/sites/adrianbridgwater/2015/04/02/nice-mainframe-how-the-hell-do-i-turn-it-on/ IBM confirms that the Z13 mainframe start button is in fact on the back, just on the

Re: Sort Jcl

2015-04-02 Thread Hardee, Chuck
VV V VV I think you're out of sync??? OUTREC FINDREP=(INOUT=(C''96 M/B WHITE SALE', C' 96 M/B WHITE SALE ')) Charles (Chuck) Hardee Senior Systems Engineer/Database Administration EAS Information Technology Thermo Fisher

Re: Sort Jcl

2015-04-02 Thread Sri h Kolusu
Ron, Count the number of single quotes on the input string you want to replace in your FINDREP Control cards. You should have an EVEN number of single quotes. Thanks, Kolusu IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU wrote on 04/02/2015 08:42:13 AM: From: Ron Thomas

Re: Sort Jcl

2015-04-02 Thread Sri h Kolusu
Ron, You need to enclose the single quote in a set of single quotes. Ok instead of wasting any time on this trivial issue, here are exact control cards you want. //SYSINDD * OPTION COPY OUTREC FINDREP=(INOUT=(C'''96 M/B WHITE SALE', C' 96 M/B WHITE SALE ')) //*

Re: Sort Jcl - hi-jacking

2015-04-02 Thread Richard Pinion
Here's a nice little topic for discussion. What do the three letter message prefixes stand for? IBM sort ICE Syncsort WER CICS DFH IMS DFS IBM ??? IGD (anybody ever notice IGDZILLA in SYS1.LPALIB?) . . . . --- cblaic...@syncsort.com wrote: From:

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Paul Gilmartin
On Thu, 2 Apr 2015 08:59:44 -0500, Shane Ginnane wrote: Mark you gotta stop including the Thanks in (as part of) your posted links. You did it last month too :o) And he quite reasonably separated it with a blank which LISTSERV transmogrified to NBSP (in UTF-8) when it generated the URL.

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Shane Ginnane
Mark you gotta stop including the Thanks in (as part of) your posted links. You did it last month too :o) Shane ... -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Mark Regan
http://www.forbes.com/sites/adrianbridgwater/2015/04/02/nice-mainframe-how-the-hell-do-i-turn-it-on/  Thanks, Mark Regan USNR-Ret. [1969-1991, CTO1] K8MTR -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: Secure FTP

2015-04-02 Thread Richards, Robert B.
Follow-up... I chose Kurt's recommendation to use the CLIENT data. I am, however, experiencing Server timeouts: EZA2589E Connection to server interrupted or timed out. Waiting for reply EZA1721W Server not responding, closing connection. EZA1636I *** I can't open a

Re: Secure FTP

2015-04-02 Thread Norbert Friemel
Try passive mode ftp: add FWFRIENDLY TRUE and/or EPSV4 TRUE to ftp.data http://publibfp.dhe.ibm.com/cgi-bin/bookmgr/BOOKS/f1a1b3b1/2.3.11.7 Norbert Friemel On Thu, 2 Apr 2015 11:50:29 -0400, Richards, Robert B. wrote: EZYFT25I Using //'XX.TCPIP.STANDARD.TCPXLBIN' for FTP translation

Re: Sort Jcl - hi-jacking

2015-04-02 Thread Elardus Engelbrecht
Richard Pinion wrote: Here's a nice little topic for discussion. What do the three letter message prefixes stand for? IBM sort ICE Syncsort WER CICS DFH IMS DFS IBM ??? IGD (anybody ever notice IGDZILLA in SYS1.LPALIB?) Shame on you, you forgot my favourite toy -

Re: Sort Jcl - hi-jacking

2015-04-02 Thread John McKown
On Thu, Apr 2, 2015 at 11:16 AM, Elardus Engelbrecht elardus.engelbre...@sita.co.za wrote: Richard Pinion wrote: Here's a nice little topic for discussion. What do the three letter message prefixes stand for? IBM sort ICE Syncsort WER CICS DFH IMS DFS IBM ??? IGD

Re: IP Sockets Application Programming Question

2015-04-02 Thread Hansen, Dave L - Eagan, MN
Thank you Mike and Mark, I did use the REXX code I was sent off list. I just enter PINGP 'localhost 80'. I changed the logic to use 127.0.0.1 as a fixed IP address. Now all we need to supply is the port number. Thank you, Dave -Original Message- From: IBM Mainframe

Re: Sort Jcl - hi-jacking

2015-04-02 Thread John Eells
We reserve names in the A-I range for IBM products. Things starting with J-Z can be assigned to others by request to elem...@us.ibm.com. The reason to assign prefixes at all is to avoid the problems we once had with more than one IBM product using the same names for different things. For

Re: Sort Jcl - hi-jacking

2015-04-02 Thread John McKown
On Thu, Apr 2, 2015 at 11:04 AM, Richard Pinion rpin...@netscape.com wrote: Here's a nice little topic for discussion. What do the three letter message prefixes stand for? IBM sort ICE Syncsort WER CICS DFH IMS DFS IBM ??? IGD (anybody ever notice IGDZILLA in

Re: Forbes: Nice Mainframe, How Do I Turn It On?

2015-04-02 Thread Pommier, Rex
...and cleaning people. Bumping switches with mop handles etc. Rex -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jerry Whitteridge Sent: Thursday, April 02, 2015 10:52 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Forbes: Nice

Re: dynamic allocation for tape using TSO in batch

2015-04-02 Thread J O Skip Robinson
I don't see this as dynamic vs. static. It's about TSO vs. non-TSO. The authority to mount a tape has always been associated with each individual userid. It's an attribute of the userid in UADS. It's a profile in the TSOAUTH class to which the userid must have READ access. 'Foreground' or