Re: Dataset in use on shared DASD

2015-09-01 Thread Scott Ford
Alloc as OLD also works On Tuesday, September 1, 2015, Vernooij, CP (ITOPT1) - KLM < kees.verno...@klm.com> wrote: > Opened of just ENQueued? > Not on the same LPAR? > Within the same Sysplex? > > If within the same Sysplex, just open it and the system will let you know > if it succeded. > >

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Ed Finnell
Which translate table does it use? Or can one specify them as a PARM? In a message dated 9/1/2015 11:01:13 A.M. Central Daylight Time, charl...@mcn.org writes: DFSORT has the capability of converting from EBCDIC to ASCII and vice-versa

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Sri h Kolusu
> Which translate table does it use? Ed, Here are the 2 tables that DFSORT uses to convert.(Table 39 and Table 40) http://tinyurl.com/ntrbfrd >>Or can one specify them as a PARM? No you cannot, however you can use ALTSEQ parm to specify your own table. Thanks, Kolusu DFSORT Development IBM

Re: ENQ rname_addr description

2015-09-01 Thread Dan
-Original Message- From: Walt Farrell Sent: Tuesday, September 01, 2015 7:51 AM Newsgroups: bit.listserv.ibm-main Subject: Re: ENQ rname_addr description I believe it is true that ISGENQ restricts authorized callers to using only authorized QNAMEs, gil. Use of unauthorized QNAMES by

JES2 - get system name without JCT addressability.

2015-09-01 Thread Leonardo Vaz
Hello list! I am trying to get the name of the system where a JOB is running in a JES2 EXIT 5 (command preprocessor). My first idea was to get it from JCTMVSNM in the JCT; I am able to get the JQEs of the job in question and thus get the track address of the JCT from the spool using JQETRAK,

AW: Re: Dataset in use on shared DASD

2015-09-01 Thread Peter Hunkeler
> D GRS,C This is of no value when there is no contention. Nothing will be returned. You might have been thinking of this command: D GRS,RES=(SYSDSN,data.set.of.interrest) But even this command will at most tell you something about whether the dataset is currently allocated or not. --

Re: how to know the length and blocksize of each member in dataset

2015-09-01 Thread Vernooij, CP (ITOPT1) - KLM
I do this with SAS, to know the blocklength distribution of PDSs, e.g. of CLIST or PARMLIB PDSs to determine an optimal blocksize. Read it with RECFM=U,BLKSIZE=32767 and check the length of each block. Sum the blocks per member to know its size. Kees. -Original Message- From: IBM

AW: Re: ENQ rname_addr description

2015-09-01 Thread Peter Hunkeler
> The RNAME must be from 1 to 255 bytes long, and can contain any hexadecimal > character from X'00' to X'FF'. To me a character is a character, thus a "hexadecimal character" would be one of {C'a', ..., C'f', C'A', ..., C'F', C'0', ..., C'9' }. Why not "... 255 bytes long, and can contain

Re: Dataset in use on shared DASD

2015-09-01 Thread Vernooij, CP (ITOPT1) - KLM
Opened of just ENQueued? Not on the same LPAR? Within the same Sysplex? If within the same Sysplex, just open it and the system will let you know if it succeded. Kees. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of George

Re: JES2 - get system name without JCT addressability.

2015-09-01 Thread Charles Mills
L R3,FLCCVT-PSA(0)POINT TO CVT FROM LOW MEMORY MVC JISYSNM(8),CVTSNAME-CVT(R3) or is that a different "system name"? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Tuesday,

Re: Can we use different translation tables via FTP

2015-09-01 Thread Lizette Koehler
If you were not aware there is a TCP/IP list. To join, if you have not done so, go to this URL TCPIP To subscribe, send mail to lists...@vm.marist.edu with the command (paste it!) in the e-mail message body: SUBSCRIBE IBMTCP-L Or this url and go to the bottom of the webpage:

Re: Can we use different translation tables via FTP

2015-09-01 Thread Ed Finnell
Why wait http://www.lsoft.com/SCRIPTS/WL.EXE?SL1=IBMTCP-L=VM.MARIST.EDU In a message dated 9/1/2015 5:44:16 P.M. Central Daylight Time, 000433f07816-dmarc-requ...@listserv.ua.edu writes: (I'm waiting for someone to suggest that you go to TCP/IP list.)

Re: JES2 - get system name without JCT addressability.

2015-09-01 Thread J O Skip Robinson
I was going to reply similarly, but I then noticed that OP is talking about a running job, not necessarily the current system. A job can be running on any member of the JES plex. I don't have an easy answer for that question. . . . J.O.Skip Robinson Southern California Edison Company Electric

Re: JES2 - get system name without JCT addressability.

2015-09-01 Thread Charles Mills
Ah. It seemed like too simple an answer; that's why I was kind of tentative. At least now I understand the problem. Could one determine "which member of the JES plex" somehow and then have a table that mapped that "which" to the actual system name? Or does this have to be more portable than that

Re: JES2 - get system name without JCT addressability.

2015-09-01 Thread Mark Jacobs - Listserv
If your system naming conventions are consistent, JES2 Member Name == SMF ID == SYSNAME, you can easily get the SMF ID by looking in the SMCA. Mark Jacobs Leonardo Vaz September 1, 2015 at 3:22 PM Hello list! I am trying to get the name of the system where a JOB

Re: Dataset in use on shared DASD

2015-09-01 Thread Sri h Kolusu
>>> However, he has retired from IBM and you can't get the code from his web site. Some of his tools have been built into ISPF or are downloadable from IBM (like TASID), but I don't think this is one of them. Marc, The good thing is we have a copy of the program from web archives. So if

Re: Can we use different translation tables via FTP

2015-09-01 Thread Paul Gilmartin
On Tue, 1 Sep 2015 17:00:27 -0500, Jasi Grewal wrote: >Greetings, I am trying to use different translation table and it states that >is not supported or not loaded. >I have tried to define XLATE and SBDATACONN to TCPIP.STANDARD.TCPXLBIN in >ftp.data but still gets the following message: > I use

Re: Dataset in use on shared DASD

2015-09-01 Thread Mark Zelden
On Mon, 31 Aug 2015 21:21:07 +, J O Skip Robinson wrote: >As for Rexx, being a simple minded person, I would issue the OS command > >D GRS,C > > and parse the output returned to the Rexx. You can see whether the data set > is 'in use' on another > system. I

Can we use different translation tables via FTP

2015-09-01 Thread Jasi Grewal
Greetings, I am trying to use different translation table and it states that is not supported or not loaded. I have tried to define XLATE and SBDATACONN to TCPIP.STANDARD.TCPXLBIN in ftp.data but still gets the following message: help sjiskanji

Re: Can we use different translation tables via FTP

2015-09-01 Thread Jasi Grewal
Thank You Gil for the information and I did not knew that there was a TCPIP Forum as well and will have to look for that. In regards to my question, how do i use this command or is not supported now and have to use commands you listed: sjiskanji (NOTYPE Thank You in advance, Jasi.

Managed Dataset not cataloged

2015-09-01 Thread Jake Anderson
Hello All, As part of z/OS upgrade I have build a new LPAR where I am trying to port my serverpac panel from my Driving system to Target system. So while cataloging few dataset of my Logon proc, I receive the below error message from the target system I have connected the Driving System

Re: how to know the length and blocksize of each member in dataset

2015-09-01 Thread John Eells
ibmm...@foxmail.com (ibmmain) wrote: Hi all Is there any utility to know the length and blocksize of each member (modules) in dataset ? Which length do you mean? The length of the member? The sum of the length of the text records? The length of the loaded module in storage?

Re: ENQ rname_addr description

2015-09-01 Thread Walt Farrell
On Mon, 31 Aug 2015 17:52:35 -0500, Paul Gilmartin wrote: >On Mon, 31 Aug 2015 18:14:10 -0400, Joseph W Gentile wrote: > >>I think the description of RNAME= in the ISGENQ macro doc is more clear. I >>could potentially use the wording in the last sentence "The RNAME must be

Re: ENQ rname_addr description

2015-09-01 Thread Charles Mills
Exactly. Hexadecimal is a way of describing the content of data, not a type of content. The phrase the documentation author was looking for was "unprintable character," but Peter's phrasing is superior. Charles -Original Message- From: IBM Mainframe Discussion List

Re: how to know the length and blocksize of each member in dataset

2015-09-01 Thread ibmmain
Hi Which length do you mean? The length of the member? We want to know the length of the member. When we copy some members in a loadlib to other one,we received the IEB188I message, and only want to copy the dataset Later we used COPYMOD instead of a COPY to do this. However, We

Re: QNAMEs (was: ENQ rname_addr description)

2015-09-01 Thread Walt Farrell
On Tue, 1 Sep 2015 09:19:26 -0500, Paul Gilmartin wrote: >On Tue, 1 Sep 2015 06:51:43 -0500, Walt Farrell wrote: >> >>I believe it is true that ISGENQ restricts authorized callers to using only >>authorized QNAMEs, gil. Use of unauthorized QNAMES by authorized callers can

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Barry Merrill
i. ftp instructions for sending data to the MXG ftp site Using the IBM ftp program, you can ftp any MVS data file to the MXG ftp site with this syntax; do NOT change the DCB attributes of the //SMFFILE DD: even though it points to a VBS DSNAME, the

FTP - how get RDW and ASCII

2015-09-01 Thread Charles Mills
I have a legacy dataset in VB format. I would like to FTP it to a PC (1) translating the record data to ASCII and (2) preserving the LLBB record control words. (Don't need the block control words.) I tried the obvious ASCII and QUOTE SITE RDW but FTP has translated my RDWs to ASCII (rendering them

Re: ENQ rname_addr description

2015-09-01 Thread Tony Harminc
On 1 September 2015 at 09:30, Joseph W Gentile wrote: > Would it be better as "ISGENQ introduces new parameter checking to ensure > that authorized callers use authorized qnames. As with ENQ/DEQ/RESERVE, > ISGENQ fails requests from unauthorized callers specifying authorized

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Charles Mills
Thanks Barry. I don't see any ASCII translation in there. Am I missing something? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Barry Merrill Sent: Tuesday, September 01, 2015 8:04 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: Mainframe hyperlink

2015-09-01 Thread Tom Marchant
On Mon, 31 Aug 2015 14:36:44 -0400, Chambers, David W. wrote: >Actually, PCOM will do this if you happen to have it... >Not sure if there's a configuration setting to allow/disallow this behavior. IIRC this is is set with EDIT > SETTINGS > HOTSPOTS in PCOMM. These days I use Vista TN3270, and

Re: ENQ rname_addr description

2015-09-01 Thread Joseph W Gentile
Thanks for checking out ISGENQ! "ISGENQ includes parameter checking to ensure that authorized callers use authorized qnames" is meant to refer to the feature of ISGENQ which detects when authorized programs use an unauthorized qname. Perhaps this could use some clearing up... Authorized

QNAMEs (was: ENQ rname_addr description)

2015-09-01 Thread Paul Gilmartin
On Tue, 1 Sep 2015 06:51:43 -0500, Walt Farrell wrote: > >I believe it is true that ISGENQ restricts authorized callers to using only >authorized QNAMEs, gil. Use of unauthorized QNAMES by authorized callers can >easily end up being a system integrity issue, ... > I can imagine a DoS attack in

Re: ENQ rname_addr description

2015-09-01 Thread Paul Gilmartin
On Tue, 1 Sep 2015 05:46:14 -0700, Charles Mills wrote: >Exactly. > >Hexadecimal is a way of describing the content of data, not a type of >content. The phrase the documentation author was looking for was >"unprintable character," but Peter's phrasing is superior. > Errr... Surely you don't

Re: FTP - how get RDW and ASCII

2015-09-01 Thread John Abell
We use locsite rdw when FTPing from the mainframe. John T. Abell Tel:800-295-7608Option 4 President  International: 1-416-593-5578 Option 4 E-mail: john.ab...@intnlsoftwareproducts.com Fax:800-295-7609 International: 1-416-593-5579 International Software

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Charles Mills
Bingo! Perfect. Thanks. Haven't done the download yet but that should be straightforward. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Norbert Friemel Sent: Tuesday, September 01, 2015 8:29 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Norbert Friemel
On Tue, 1 Sep 2015 08:01:42 -0700, Charles Mills wrote: >I have a legacy dataset in VB format. I would like to FTP it to a PC (1) >translating the record data to ASCII and (2) preserving the LLBB record >control words. (Don't need the block control words.) I tried the obvious >ASCII and QUOTE

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Barry Merrill
I had not read your specification with enough care; my ftp example preserves the full binary VB record structure. So, then, after the ftp download, your (SAS?) program on ASCII can INPUT just the data portion of each record as ASCII text: FILENAME ONASCII 'C:\yourdata\downloaded.vb'

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Don Williams
Years ago I wanted the same and I never found one nor wrote one. FTP's EBCDIC <-> ASCII translation is for the entire logical record. You would need a "field" level translation to get no translation for the length fields and EBCDIC <-> ASCII translation for the text fields. On Tue, Sep 1, 2015 at

AW: Re: FTP - how get RDW and ASCII

2015-09-01 Thread Peter Hunkeler
> Not Unix, but... Not UNIX either, but... //ICONV EXEC PROC=EDCICONV, // INFILE=?FRED.INFILE?, // OUTFILE=?FRED.OUTFILE?, // FROMC=?IBM-037?, // TOC=?ISO8859-1? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff /

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Sri h Kolusu
>>should I just translate it to ASCII on z/OS first and then FTP it in binary with RDWs? Would someone be so kind as to share the command to do the translate? >>Years ago I wanted the same and I never found one nor wrote one. FTP's EBCDIC <-> ASCII translation is for the entire logical record.

Re: FTP - how get RDW and ASCII

2015-09-01 Thread Charles Mills
I just learned that! Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Sri h Kolusu Sent: Tuesday, September 01, 2015 8:47 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: FTP - how get RDW and ASCII >>should I just translate it to