Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Gibney, Dave
I don't know about now, and it was the other Sort product. My very first screw-up of production data was pointing SORTIN and SORTOUT at the same dataset, It was a SORT operation. In the early 80s. The step successfully read all the data, closed for input, opened for output and die for lack of

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Sri h Kolusu
> I have used > > //SORTIN DD DSN=&,DISP=(OLD,PASS) > //SORTOUT DD DSN=&https://www.ibm.com/docs/en/zos/2.4.0?topic=statement-general-coding-notes Thanks, Kolusu DFSORT Development IBM Corporation -- For IBM-MAIN subscribe

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Clark Morris
[Default] On 2 Sep 2021 07:12:26 -0700, in bit.listserv.ibm-main charl...@mcn.org (Charles Mills) wrote: I have used //SORTIN DD DSN=&,DISP=(OLD,PASS) //SORTOUT DD DSN=&I would guess that by "fixed file" the OP means "a hard-coded DSN as opposed >to a system temp DSN." > >Can one allocate

Re: CLIST to pass variable

2021-09-02 Thread CM Poncelet
It can also be passed as ISPEXEC VPUT (var) SHARED - then VGET. On 02/09/2021 13:52, Carmen Vitullo wrote: > I've used the GLOBAL command before > > GLOBAL var1 var2 var2 > > but I've had more success storing the variable in my profile pool > > ISPEXEC VPUT (var) PROFILE > > then VGET > > >

Re: RENT binder option

2021-09-02 Thread Mark Jacobs
Not get, but got. One of my reported APARs. APAR Identifier .. OA25089 Last Changed 08/10/02 IOS627E PRIMARY INTERFACE WITH ENCRYPTION KEY MANAGER CANNOT BE CONNECTED DUE TO SOCKET FAILURE ERNO= PROBLEM SUMMARY:

Re: RENT binder option

2021-09-02 Thread Jim Mulder
I found IBM RENT modules that modified themselves 15 years ago when I was experimenting to see what would happen if we tried to page-protect RENT modules. I have a list: ANTMAIN ANTSDMLK IEAVNIPX EZATNF IOEFSKN FNMVZJV FNMVZCVA EZAXVMCF DSNHDECP DSN9PARM DSN3INI CNMINIT CNMCSSIM CNMCSSIC

Re: SMF field data

2021-09-02 Thread James Crudele
https://docs.bmc.com/docs/mainview/db2/en/package-accounting-detail-and-summary-tables-dmrapxxx-859711077.html > On Sep 2, 2021, at 11:30, Bill Giannelli wrote: > > We have some BMC data fields that are populated from SMF DB2 records and > some fields are coming up blank. How can I read out

Re: SMF field data

2021-09-02 Thread Bill Giannelli
the product we have is the BMC reporting tool. I am trying to determine if it is reporting correctly and what the SMF source actually contains -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Paul Gilmartin
I notice that Arbel is responding to other plies in this thread but not to mine. I wonder if my messages are going into Arbel's spam? My postings appear on the UA.EDU website and are REPROed to me. On Thu, 2 Sep 2021 15:20:30 +, Seymour J Metz wrote: >Don't free SORTOUT - that will delete

Re: Copy RECFM=VBS/LRECL=X to zFS?

2021-09-02 Thread Farley, Peter x23353
Gil, Of course I can't be sure without access to the OCO source code, but I can make an educated guess based on the C RTL implementation. I had not investigated the command ref doc for cp, I was just responding to the OP's original issue that using cp did not work. Mea culpa. Peter

Re: SMF field data

2021-09-02 Thread Charles Mills
Interpreting Db2 SMF records is devilishly complex. Do you have a product that would format SMF records, such as MXG? Perhaps a CBT program. I'm serious. If you have little experience with reading SMF records then the Db2 records are not the place to start. Charles -Original

Re: SMF field data

2021-09-02 Thread Wayne Driscoll
The QWHC is the correlation header, which follows the standard header in the IFI record. I am assuming you are looking at data from IFCID 3, accounting records, which are externalized to SMF via record 101. Look at the DB2 SDNSMACS library for the DSNDQWxx macros that map these records. Wayne

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
Fnames is very good solusion for sort Because it is give me a flexible way to allocate Diffferent dd from different screen at the same time. ( Rexx forground ). -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Paul Gilmartin
On Thu, 2 Sep 2021 10:04:14 -0500, Weizman arbel wrote: >i am want it from rexx foreground >"ALLOC F(SORTOUT) REUSE NEW RECFM(F B)", >" SPACE(2,2) CYL RELEASE DSO(PS) BLKSIZE(0)" > Change that to: call BPXWDYN "ALLOC" , "RTDSN(D) RTVOL(V)" , /* Add these options. */ F(SORTOUT) REUSE NEW

Re: ispf edit macro "HX" line command

2021-09-02 Thread Carmen Vitullo
I do not understand your response, you asked; there is a way to execute "HX" line command from edit macro ? ISREDIT HX .ZCSR - is a line command now you are asking command line ? so ISREDIT (CMD) - 'HEX' Carmen On 9/2/2021 10:14 AM, Weizman arbel wrote: ISREDIT HX .ZCSR should work this

Re: PCOMM .WS file reference

2021-09-02 Thread Radoslaw Skorupka
I tried. No entries found. I mean SessFlags or RuleLinePos, not just .ws -- Radoslaw Skorupka Lodz, Poland W dniu 01.09.2021 o 14:09, Ralph Robison pisze: Try this link in the IBM Docs: https://www.ibm.com/docs/en/search/.ws?scope=SSEQ5Y_14.0.0

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
Sort was just for example I need many other cases to Release specific DD And continue with another I am currently copying The sort example helps me very much thanks -- For IBM-MAIN subscribe / signoff / archive access

Re: ispf edit macro "HX" line command

2021-09-02 Thread Seymour J Metz
ISPF does not have an equivalent to SET PENDING in XEDIT. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Weizman arbel [wwar...@gmail.com] Sent: Thursday, September 2,

SMF field data

2021-09-02 Thread Bill Giannelli
We have some BMC data fields that are populated from SMF DB2 records and some fields are coming up blank. How can I read out the SMF record fields to see if the SMF fields are blank also? One of the fields is QWHCEUWN thanks Bill

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
about allocate two dd (sortout , DD2nd) it is to save time/performens I am currently copying sortout to DD2nd free sortout and continu with DD2nd about HX I just wanted to implement the command from edit macro I know how to do this in indirect ways by code

Re: RENT binder option

2021-09-02 Thread Michael Stein
On Wed, Sep 01, 2021 at 03:18:52PM -0400, Jim Mulder wrote: > The use of REFR for storage error recovery was only > in predecessors of MVS, and that was before my time > at IBM. I only know about that because of Shmuel's > posts about it. I remember a mention in MVT/360 of the REFR attribute

Re: CLIST to pass variable

2021-09-02 Thread David Spiegel
Hi Mike, If it's in a //SYSEXEC concatenation, it doesn't need the Rexx comment. Regards, David On 2021-09-02 11:18, Mike Schwab wrote: /*REXX*/ On Thu, Sep 2, 2021 at 10:10 AM Bill Giannelli wrote: I am trying to modify old hand-me-down ISPF panel and clists. Honestly I am not sure if some

Re: CLIST to pass variable

2021-09-02 Thread David Spiegel
Hi Bill, If it starts with a PROC statement, or contains CONTROL, WRITE/WRITENR, OPENFILE, CLOSFILE, GETFILE, PUTFILE commands it is CLIST. If it starts with /* Rexx */,  has commands not all in Upper Case or contains EXECIO, PROCEDURE,  EXPOSE it's Rexx. Regards, David On 2021-09-02 11:10,

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Seymour J Metz
Don't free SORTOUT - that will delete the temporary dataset. Use bpxwdyn to redefine the ddname to what you need, -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of

Re: CLIST to pass variable

2021-09-02 Thread Mike Schwab
/*REXX*/ On Thu, Sep 2, 2021 at 10:10 AM Bill Giannelli wrote: > > I am trying to modify old hand-me-down ISPF panel and clists. > Honestly I am not sure if some of this code is rexx or clists. > how might I tell? > thanks > Bill > >

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Sri h Kolusu
> i am want it from rexx foreground Weizman, Can you briefly describe as to what you are trying to accomplish? This question and other question about turning on HX in the exec. DFSORT has functions that can covert a string into hex and then convert it back. So may be if you explain what you

Re: ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
ISREDIT HX .ZCSR should work this is command line and there is Does not exist HX in command line (the command is hex on / hex off) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-02 Thread Mike Schwab
On Wed, Sep 1, 2021 at 11:39 AM PINION, RICHARD W. wrote: > > // JOB (Y),RPINION,CLASS=2,MSGCLASS=O, > JOB17827 > // NOTIFY=,COND=(0,LT),REGION=128M > IEFC653I SUBSTITUTION JCL - > (Y),RPINION,CLASS=2,MSGCLASS=O,NOTIFY=ZZ,COND=(0,LT),REGION=128M >

Re: CLIST to pass variable

2021-09-02 Thread Bill Giannelli
I am trying to modify old hand-me-down ISPF panel and clists. Honestly I am not sure if some of this code is rexx or clists. how might I tell? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
So I understand it's impossible execute "HX" line command from edit macro I know the way to do it myself in the code -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: CLIST to pass variable

2021-09-02 Thread Seymour J Metz
GLOBAL. It's klunky, so if you're running under ISPF you might consider dialog variables. It's a lot easier with REXX under CMS. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
i am want it from rexx foreground "ALLOC F(SORTOUT) REUSE NEW RECFM(F B)", " SPACE(2,2) CYL RELEASE DSO(PS) BLKSIZE(0)" i am want to relese (free) sortout and browse/use the temp file by 2nd dd like "ALLOC F(SORTOUT dd2nd) REUSE NEW RECFM(F B)", ... "FREE F(SORTOUT)" browse the file by dd2nd

Re: RENT binder option

2021-09-02 Thread Seymour J Metz
I would discourage code that is not read only and reentrant, but it's not my dog. Someone recently mentioned code in production that stores the address from a LOAD the first time through, then calls it. The next time through, it skips the load. If the code gets refreshed, the only damage is

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Seymour J Metz
No, DDNAME= won't do it. However, this should work: //DD1 DD DSN=&,DISP=(,PASS) //DD2 DD DSN=&, DISP=OLD -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Charles Mills

Re: ispf edit macro "HX" line command

2021-09-02 Thread Carmen Vitullo
you can use the HX command, like a shift ( ) or a I (insert) the result is that one line in HEX format. I don't know what the reasoning is for turning on HEX for one line but it is possible. ISREDIT HX .ZCSR  should work, I don't have time to test but the OP can Carmen On 9/2/2021 9:24 AM,

Re: ispf edit macro "HX" line command

2021-09-02 Thread Lionel B. Dyck
You can turn HEX ON or OFF in an Edit macro but you can't do it for a specific record. You can do it yourself in your edit macro and insert the hex info as a note or message line below the real record. I cobbled this together - it is a quick/dirty example of an edit command that will add

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Charles Mills
I would guess that by "fixed file" the OP means "a hard-coded DSN as opposed to a system temp DSN." Can one allocate two DD's to the same temp dataset? Would the following work? (Untested) //DD1 DD DISP=NEW,DSN= //DD2 DD DDNAME=DD1 I have never done that. I have only used DDNAME= in the

Re: RENT binder option

2021-09-02 Thread Paul Gilmartin
On Thu, 2 Sep 2021 12:54:25 +, Seymour J Metz wrote: >Given that IBM has fetched RENT load modules and program objects from >authorized concatenations into SP252 for close to half a century, there is a >case for requiring new reentrant code to also be read only. I agree about >REFR. In

Re: SMP/E RECEIVER ORDER failing

2021-09-02 Thread Richards, Robert B. (CTR)
Sharon, They are now going through for me to both sites. I do not know the immediate answer to your question. Try the submission again. Bob -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lopez, Sharon Sent: Thursday, September 2, 2021 9:25 AM To:

Re: SMP/E RECEIVER ORDER failing

2021-09-02 Thread Lopez, Sharon
Thanks for testing. Is there a specific group at IBM that we can contact to find out what's going on? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Richards, Robert B. (CTR) Sent: Thursday, September 2, 2021 9:20 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SMP/E

Re: SMP/E RECEIVER ORDER failing

2021-09-02 Thread Richards, Robert B. (CTR)
I'm getting an FTP error. Problem probably on their end. ☹ -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lopez, Sharon Sent: Thursday, September 2, 2021 9:02 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SMP/E RECEIVER ORDER failing I also tried

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Paul Gilmartin
On Thu, 2 Sep 2021 01:00:11 -0500, Weizman arbel wrote: >i want to free one of them (sortout) >and browse the file from the second dd. >( At the moment i am alloc 2nd dd copy the first and free the first ) >( I do not want a fixed file ) > > Perform the first allocation with: CALL BPXWDYN

Re: SMP/E RECEIVER ORDER failing

2021-09-02 Thread Lopez, Sharon
I also tried eccgw02.rochester.ibm.com_ and it's just sitting there getting no i/o. Can someone try to run their SMP/E RECEIVE and see if they are getting failures? I've opened up a case with IBM. Thanks. -Original Message- From: IBM Mainframe Discussion List On Behalf Of

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Sri h Kolusu
> i want to free one of them (sortout) > and browse the file from the second dd. > ( At the moment i am alloc 2nd dd copy the first and free the first ) > ( I do not want a fixed file ) Weizman arbel, You can route the contents to an OUTFIL file and DFSORT will still write out the contents to

Re: RENT binder option

2021-09-02 Thread Seymour J Metz
Given that IBM has fetched RENT load modules and program objects from authorized concatenations into SP252 for close to half a century, there is a case for requiring new reentrant code to also be read only. I agree about REFR. In both cases, IBM has to take compatibility into account. There is

Re: SMP/E RECEIVER ORDER failing

2021-09-02 Thread Richards, Robert B. (CTR)
Whenever I perceive a problem with boulder, I change to using the following that day and the next day revert back to boulder. url="https://eccgw02.rochester.ibm.com/services/projects/ecc/ws/; -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lopez, Sharon Sent:

Re: CLIST to pass variable

2021-09-02 Thread Carmen Vitullo
I've used the GLOBAL command before GLOBAL var1 var2 var2 but I've had more success storing the variable in my profile pool ISPEXEC VPUT (var) PROFILE then VGET Carmen On 9/2/2021 7:40 AM, Bill Giannelli wrote: How do you pass a variable from one clist to another and then use that

Re: ispf edit macro "HX" line command

2021-09-02 Thread Richards, Robert B. (CTR)
Can you tell us what you are trying to accomplish? That may help us determine if HX is the best way or the use of HEX ON and proceeding to use ISREDIT commands from there. Bob -Original Message- From: IBM Mainframe Discussion List On Behalf Of Weizman arbel Sent: Thursday, September

Re: ispf edit macro "HX" line command

2021-09-02 Thread Carmen Vitullo
I don't have any example, I've never used the hex line command but I bet if you can use a shift left or right line command you can use the HX line command. after setting your cursor to the required line ISREDIT HX .ZCSR - 'MAY' work Carmen On 9/2/2021 6:35 AM, Weizman arbel wrote: hi,

CLIST to pass variable

2021-09-02 Thread Bill Giannelli
How do you pass a variable from one clist to another and then use that variable as a node in a dataset name, i.e, PROD."ssid".SDSNLOAD ? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: RENT binder option

2021-09-02 Thread Peter Relson
CM Poncelet wrote: I was referring to LMODs containing 100's of MODs - and occupying far more than 4K of LMOD storage. I suspect that DIAGxx's VSM USEZOSV1R9RULES(YES | NO) might come into play with respect to whether or not a loadmod (whether 1 csect or 100's) lands page-aligned. The getmain

Re: IEBCOPY & PARM='WORK=xxMB'

2021-09-02 Thread Allan Staller
Classification: Confidential 1) I run all if my batch jobs with a region of 256M. I suggest that (at least in this particular case ) the you do the same. 2) last I heard IEBCOPY does a conditional getmain for 1.5M, so work=8M is an increase 3) In conjunction with the region increase, increase

SMP/E RECEIVER ORDER failing

2021-09-02 Thread Lopez, Sharon
Is anyone else experiencing any issues Receiving maintenance from https://eccgw01.boulder.ibm.com/services/projects/ecc/ws;.? Does anyone know if the server is down? Thanks. Sharon Lopez Software Systems Programming Specialist BB now Truist - IT Production Engineering - Mainframe OS 3200

ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
hi, there is a way to execute "HX" line command from edit macro ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: SMPe automated job to receive maintenance

2021-09-02 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public There sure is; the SMPE manual has a whole section on receiving maintenance through a batch job: https://www.ibm.com/docs/en/zos/2.4.0?topic=guide-preparing-use-internet-service-retrieval I haven't been near Shopz for about 4 years for maintenance. Andy Styles z/Series

SMPe automated job to receive maintenance

2021-09-02 Thread Bill Giannelli
When getting maintenance, normally I sign onto Shopz, and order the latest maintenance, download it and receive it. Is there a automated way to receive maintenance through a regularly scheduled batch job? thanks Bill -- For

is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
i want to free one of them (sortout) and browse the file from the second dd. ( At the moment i am alloc 2nd dd copy the first and free the first ) ( I do not want a fixed file ) thanks weizman -- For IBM-MAIN subscribe /