Re: Multi SRB

2016-12-29 Thread Binyamin Dissen
At some zOS level the ability to add an IRB in the middle of the RB chain was added. On Thu, 29 Dec 2016 11:36:47 -0800 Ed Jaffe wrote: :>On 12/29/2016 11:01 AM, Paul Gilmartin wrote: :>> :>> I'd expect a "linkage stack" to operate LIFO ("stack", after all). Isn't

Re: Print issue

2016-12-29 Thread Nims,Alva John (Al)
I would also optionally suggest, file #314 from cbttape.org, this contains Lionel Dyck's TXT2PDF REXX exec and others that execute on the mainframe. TXT2PDF will convert the file to a PDF and if the file does not have a RECFM with a "A" in it, you can tell it that it does. Transfer the

Re: Xdc output print

2016-12-29 Thread Doug
Have you tried FBA or VBA ? Late to the party but typically LRECL plus 1 gets the job done for us. Regards, Doug . On Dec 29, 2016, at 15:29, Sri h Kolusu wrote: >> If I specify VB, it allows one character (for carriage control?) regardless, > thereby possibly truncating

Re: Multi SRB

2016-12-29 Thread John McKown
On Thu, Dec 29, 2016 at 3:20 PM, Tom Marchant < 000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote: > On Thu, 29 Dec 2016 14:17:30 -0600, John McKown wrote: > > >"The TCB is dispatched which causes z/OS to reload the regs & PSW > >from the values in the current RB, which pointed to by the

Re: Multi SRB

2016-12-29 Thread Tom Marchant
On Thu, 29 Dec 2016 14:17:30 -0600, John McKown wrote: >"The TCB is dispatched which causes z/OS to reload the regs & PSW >from the values in the current RB, which pointed to by the TCBRBP field of >the TCB." Well, the PSW is loaded from the RBOPSW, but the registers are loaded from the TCB.

Re: Xdc output print

2016-12-29 Thread Sri h Kolusu
>> If I specify VB, it allows one character (for carriage control?) regardless, > thereby possibly truncating the last character of data. Paul, Just so you know you can issue the SE command to edit your spool and then you can remove the first byte by shifting to the left ((1 and then C

Re: Looking for USERMOD samples

2016-12-29 Thread R.S.
Gentlemen, Thank you for your help, explanations and examples. I appreciate it. I'm going to do some test on my sandbox environment, so likely I will ask further questions ;-) Regards -- Radoslaw Skorupka Lodz, Poland --- Treść tej wiadomości może zawierać informacje prawnie chronione

Re: Multi SRB

2016-12-29 Thread John McKown
On Thu, Dec 29, 2016 at 1:01 PM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Thu, 29 Dec 2016 10:18:43 -0800, Ed Jaffe wrote: > > > >Windows -- like all operating systems -- has an RB chain equivalent. > > > >The big difference is the S/360 hardware did not have a

Re: Xdc output print

2016-12-29 Thread Paul Gilmartin
On 2016-12-29, at 12:12, Gibney, Dave wrote: > Stop specifying blksize. For that matter, don't specify LRECL or RECFM > either, SDSF knows from JES. > XDC to a new SEQUENTIAL file. > Errr... If I omit SPACE, RECFM, or LRECL, SDSF complains about Invalid Value. If I specify VB, it allows one

Re: Multi SRB

2016-12-29 Thread Ed Jaffe
On 12/29/2016 11:01 AM, Paul Gilmartin wrote: I'd expect a "linkage stack" to operate LIFO ("stack", after all). Isn't the RB chain more flexible? I thought IRBs take priority over other RBs. Indeed. An IRB is added as the current entry and popped off in LIFO fashion when finished. --

Re: Recommendations for RECOVERY options

2016-12-29 Thread James Peddycord
NTAC:3NS-20 IBM told me about the default. It is only changeable when you use SCOPE=CU. Didn't mean to upset anyone. Also didn't account for it being a non-work week for many. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom

Re: Xdc output print

2016-12-29 Thread Gibney, Dave
Stop specifying blksize. For that matter, don't specify LRECL or RECFM either, SDSF knows from JES. XDC to a new SEQUENTIAL file. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of venkat kulkarni > Sent: Thursday, December 29,

Re: Multi SRB

2016-12-29 Thread Paul Gilmartin
On Thu, 29 Dec 2016 10:18:43 -0800, Ed Jaffe wrote: > >Windows -- like all operating systems -- has an RB chain equivalent. > >The big difference is the S/360 hardware did not have a hardware stack >so the operating system implemented everything via software structures. >Thus, the RB chain was

Re: Recommendations for RECOVERY options

2016-12-29 Thread Charles Mills
Amen! It's also a non-work week for some. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom Marchant Sent: Thursday, December 29, 2016 10:50 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Recommendations for RECOVERY options

Re: Recommendations for RECOVERY options

2016-12-29 Thread Tom Marchant
On Thu, 29 Dec 2016 13:45:53 +, James Peddycord wrote: >In this forum with so many people who have so many opinions, I can't >believe that nobody is offering suggestions for the RECOVERY parameter >when asked. This less than one day after asking the initial question. If you want to piss

Re: Multi SRB

2016-12-29 Thread Ed Jaffe
On 12/29/2016 9:36 AM, Joseph Reichman wrote: That's a really good question in windows there is no concept of RB each program is a task thread Windows -- like all operating systems -- has an RB chain equivalent. The big difference is the S/360 hardware did not have a hardware stack so the

Re: Recommendations for RECOVERY options

2016-12-29 Thread R.S.
W dniu 2016-12-29 o 14:45, James Peddycord pisze: [...] In this forum with so many people who have so many opinions, I can't believe that nobody is offering suggestions for the RECOVERY parameter when asked. Well, I had noticed this topic, let's call it "system parameters related to given

Re: Multi SRB

2016-12-29 Thread John McKown
On Thu, Dec 29, 2016 at 11:32 AM, scott Ford wrote: > Guys, > > Then if one was writing a multi-threaded C or C++ application in a MVS > address space is it considered TCBs for each thread ? > > Scott > > Assuming you are using the pthread_create() function to do threading,

Re: Multi SRB

2016-12-29 Thread Charles Mills
Actually, to address Windows just a little, a "program" (.exe) may in fact be multi-threaded. MS has their usual almost-compatible-with-UNIX variant of threading. I have no idea what the Windows internal control block equivalent to a TCB, SRB or RB is. Windows has always been OCO, and the Windows

Re: Multi SRB

2016-12-29 Thread Charles Mills
Can't really address Windows here. My understanding is that nothing runs on z/OS unless it is a task (TCB) or SRB, and that includes things running in a relationship with the USS component of z/OS. An address space is an address space. It's a space. A task is an "activity." Zero or more tasks

Re: Multi SRB

2016-12-29 Thread Charles Mills
I believe so, yes. "Thread" in the UNIXey world = Task or TCB in the z/OSish world (or conceivably SRB, but generally TCB). Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of scott Ford Sent: Thursday, December 29, 2016 9:32 AM

Re: Multi SRB

2016-12-29 Thread Joseph Reichman
That's a really good question in windows there is no concept of RB each program is a task thread Seems like openmvs unix creates a new Address space what are all those Bpxas jobs running Joe Reichman 8045 Newell St Apt 403 Silver Spring MD 20910 Home (240) 863-3965 Cell (917) 748 -9693

Re: Multi SRB

2016-12-29 Thread scott Ford
Guys, Then if one was writing a multi-threaded C or C++ application in a MVS address space is it considered TCBs for each thread ? Scott On Thursday, December 29, 2016, Peter Relson wrote: > >:>>can there be multiple SRB's executing > >:>>the same piece code in the same

Re: Recommendations for RECOVERY options

2016-12-29 Thread Jesse 1 Robinson
I was happy at your first post to check our values for comparison, but you have not said (up to now) where 'RECOVERY' is specified. I find none of the values you cite in PARMLIB, so we may be taking all defaults. I’m not the I/O guy but have access to most everything on the mainframe proper. IF

Re: Xdc output print

2016-12-29 Thread Paul Gilmartin
On Thu, 29 Dec 2016 16:00:16 +0100, Gonzalo Cengotita wrote: > >Is a PDS previously created?. Iif the PDS already exists, you can`t change >the lrecl. It only can be done in a new PDS > Would it were so. Many a novice has corrupted a PDS by changing attributes in JCL. I believe PDSE finally

Re: Xdc output print

2016-12-29 Thread Lizette Koehler
>From an old thread in 2009 PostPosted: Fri Jul 10, 2009 12:06 amPost subject: Reply with quote - Use the SAS Output Descriptor System (ODS) PDF formatting option. - Use txt2pdf (Text to PDF) from SANFACE software. - Use the built-in facilities of a report distribution tool such as Mobius

Re: Xdc output print

2016-12-29 Thread Lizette Koehler
One other option I forgot is this. If you have SAS, you can use ODS to create almost any type of file for a non-Mainframe environment. For example, you can create, Excel format PDF format RTF And so on SAS ODS output is written to a PDS/E and then you can ship with the SAS Email

Re: Xdc output print

2016-12-29 Thread Lizette Koehler
I am placing my same reply from PRINT ISSUE in this one. This looks to be the same issue as that thread: PRINT ISSUE When you get it to the PC how are you printing it? What printer hardware are you using? Is the mainframe printer the same as the printer from the PC? When reports are created

Re: Print issue

2016-12-29 Thread Lizette Koehler
When you get it to the PC how are you printing it? What printer hardware are you using? Is the mainframe printer the same as the printer from the PC? When reports are created on the mainframe, they have control characters in the first column (typically) for the printer to understand. However,

Re: Xdc output print

2016-12-29 Thread Gonzalo Cengotita
Hi, Is a PDS previously created?. Iif the PDS already exists, you can`t change the lrecl. It only can be done in a new PDS Regards *Gonzalo Cengotita* 2016-12-29 15:46 GMT+01:00 venkat kulkarni : > Hello Group, > > We have big lengthy report in sdsf and I was

Re: Xdc output print

2016-12-29 Thread Carmen Vitullo
 on SDSF try selec ting the output DD using a ? besides the job's SYSOUT then scroll over to the left until you see the JES2 dataset attributes you'll see the record format and the LRECL of the JES dataset Hope I don't loose the formatting here but something like this you'll see NP DDNAME

Re: Recommendations for RECOVERY options

2016-12-29 Thread James Peddycord
NTAC:3NS-20 Thanks for the suggestion. I will repeat the question in a couple of weeks. Jim -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Elardus Engelbrecht Sent: Thursday, December 29, 2016 8:14 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: Xdc output print

2016-12-29 Thread venkat kulkarni
Yes, I tried with VB as record format snd then to 1024 as lrecl and 1024 in block size and I tried fb with 240 lrecl and blksize with 3120 but still same issue On Dec 29, 2016 17:49, "Jousma, David" wrote: > On the XDC panel at the bottom is the DCB info for allocating.

Re: Xdc output print

2016-12-29 Thread Jousma, David
On the XDC panel at the bottom is the DCB info for allocating. Including LRECL. Just make it bigger! _ Dave Jousma Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com 1830 East Paris, Grand Rapids, MI 

Xdc output print

2016-12-29 Thread venkat kulkarni
Hello Group, We have big lengthy report in sdsf and I was trying xdc to save report into PDs member.but the data from right side in truncated. I am unable to fix this issue. Do we have any restriction on using record length size in PDs or any parameter which can help me resolving this issue.

Re: Recommendations for RECOVERY options

2016-12-29 Thread Carmen Vitullo
I've gone thru pain with new hardware coming from 2 z/10 processors, with a n ATL running 2G fiber, . VIRT tape and DASD running over 4g FICON , to 2 z/12's a new DLM and Data Domain, new 8870's all running 8g FICON  running thru new brocade switches and 2 old patch panels, I've seen slowdowns,

Re: Recommendations for RECOVERY options

2016-12-29 Thread Lizette Koehler
As pointed out, there may be people taking year-end holidays. Also, the list is not required to answer any question asked. They can, when they have time, provide guidance. If your question is urgent, then the best option is to contact the vendor for the equipment or software you are having

Re: Recommendations for RECOVERY options

2016-12-29 Thread Elardus Engelbrecht
James Peddycord wrote: >In this forum with so many people who have so many opinions, I can't believe >that nobody is offering suggestions for the RECOVERY parameter when asked. Perhaps these persons with that specific hardware combination are still on holiday. Or if someone has this specific

Re: Recommendations for RECOVERY options

2016-12-29 Thread James Peddycord
NTAC:3NS-20 Our SAN people said they saw no errors on the switch (do I believe this? IDK) , which is dedicated to the mainframe. The problem was a bad cable between the switch and the storage, which both mainframes share, so there was an issue on one CHPID on each system. In this forum with so

Re: Knowledge Center

2016-12-29 Thread Kevin Minerley
If you want PDFs, SK4T-4949 is still around, the 4Q16 just went live earlier this week. If you want the IBM Knowledge Center plug-ins for z/OS (KC4Z) -- this is the one with KC that is "native" to z/OS and installed in the USS but the content comes separately (yes, the Softcopy Librarian

Re: Two IEASYSxx

2016-12-29 Thread Peter Relson
You can have as many IEASYSxx as you can fit into the LOADxx statement or the reply to "specify system parameters". >the IPLINFO is not showing up DISPLAY IPLINFO will show the SYSP specification. Peter Relson z/OS Core Technology Design

Re: Multi SRB

2016-12-29 Thread Peter Relson
>:>>can there be multiple SRB's executing >:>>the same piece code in the same address space >... >SRBs go to addresses and they do not care about the attributes of the code. >CALL doesn't care either. Binyamin is of course correct. It is entirely up to the coder to make sure that the storage

Re: z/OS 2.2 SMF record corrupted

2016-12-29 Thread Elardus Engelbrecht
Salva Carrasco wrote: >> How did you find it out? Experiencing abends with SMF processing jobs or >> having problems with Logstreams? >> Or just simply excellent eye-balling the records? >>I see you have posted a sample SMF record 80, is that field SMF80USR? (offset >>19 as per your post) >No

Re: Print issue

2016-12-29 Thread גדי בן אבי
When you save your report, make sure the RECORD FORMAT is FBA or VBA Before you issue the get command, issue the command Quote site asatrans Then you can send the file to the printer Another option would be to load the file into word (if it's not too big) and change the carriage control

Re: z/OS 2.2 SMF record corrupted

2016-12-29 Thread Salva Carrasco
> How did you find it out? Experiencing abends with SMF processing jobs or > having problems with Logstreams? > Or just simply excellent eye-balling the records? >I see you have posted a sample SMF record 80, is that field SMF80USR? (offset >19 as per your post) No abends or errors. An

Re: Print issue

2016-12-29 Thread Edward Finnell
What type of printer is down? Is it an AFP printer? What type of printer are you trying to print to? If it is just line data LPR will take care of most carriage and page breaks. In a message dated 12/29/2016 1:32:59 A.M. Central Standard Time, venkatkulkarn...@gmail.com writes: But

Re: Print issue

2016-12-29 Thread venkat kulkarni
Hello, I am using command prompt of window to connect FTP to mainframe to download report. Initially from sdsf I did xdc and put report in PS dataset and now transfer this PS dataset to windows using FTP command prompt of window. Can you please help me this specific command to be used to get

Re: Print issue

2016-12-29 Thread גדי בן אבי
How are you transferring the file? Are you using a pc based ftp client? Are you using the z/OS based client (using TSO or a job)? Make sure your file is defined as FBA or VBA. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of venkat