Re: Inspecting and extracting from /OS transportable files on other platforms?

2021-02-03 Thread Radoslaw Skorupka
W dniu 03.02.2021 o 21:40, Tony Harminc pisze: On Sat, 30 Jan 2021 at 11:36, Bernd Oppolzer wrote: Am 30.01.2021 um 00:39 schrieb Tony Harminc: On Fri, 29 Jan 2021 at 18:21, Radoslaw Skorupka wrote: Few remarks: ... 4. Source code EBCDIC-ASCII translation. Example: I hate REXX

RBINTCOD+1 == SVC Number

2021-02-03 Thread Joseph Reichman
Hi I was writing a SVC Screen routine for more than one SVC is the SVC number in the PRB (who issued the SVC ) meaning I would have to RBLINKB to the prv RB And check RBFTP for zeros To see the SVC number --

Re: DE entry on Load Link XCTL and ATTACH

2021-02-03 Thread Joseph Reichman
Thanks > On Feb 3, 2021, at 8:26 AM, Peter Relson wrote: > > The directory entry (DE) starts with a name. If this is an alias, it would > generally also elsewhere in the DE have the name of the "major". > > Those are the only names within a DE. > > I don't know what is the "first name".

Re: IGZ0099C Internal error CLLE-GPCB was detected in module IGZCEV19

2021-02-03 Thread Farley, Peter x23353
Those certainly look like messages from LE runtime modules for COBOL support. I have found in the past that "internal error" messages are infrequently documented (if at all) anywhere but in the source code, so you may have to start a case with IBM to find out what they really mean. HTH Peter

IGZ0099C Internal error CLLE-GPCB was detected in module IGZCEV19

2021-02-03 Thread Binyamin Dissen
I am receiving message IGZ0099C Internal error CLLE-GPCB was detected in module IGZCEV19 after compiling a COBOL/ASSEMBLER system with COBOL V6.2 The LE manual does not include these values for the IGZ0099C message. Where might this be documented? -- Binyamin Dissen

Re: Inspecting and extracting from /OS transportable files on other platforms?

2021-02-03 Thread Tony Harminc
On Sat, 30 Jan 2021 at 11:36, Bernd Oppolzer wrote: > > Am 30.01.2021 um 00:39 schrieb Tony Harminc: > > On Fri, 29 Jan 2021 at 18:21, Radoslaw Skorupka > > wrote: > > > >> Few remarks: > > ... > >> 4. Source code EBCDIC-ASCII translation. Example: I hate REXX > >> translation. REXX use ||

Re: zero-length PC section, the binder, and resulting AMODE/RMODE

2021-02-03 Thread Thomas David Rivers
Thomas David Rivers wrote: I could find nothing in the "Program Management: Advanced Facilities" doc that indicated an AMODE flag value of B'00' is any different/special verses B'01' (it is surprising that there are 2 AMODE 24 options there.) I _did_ find a parenthentical comment in the book

Re: utility for dataset backups

2021-02-03 Thread Carmen Vitullo
OK, got ya Bill, I missed that :(   Carmen Vitullo -Original Message- From: Bill To: IBM-MAIN Date: Wednesday, 3 February 2021 9:52 AM CST Subject: Re: utility for dataset backups the restore and message was: RESTORE INDD(TAPE80) - DS(INCL(SYS2.DB2X.DSNLOAD.A)) - REPLACE

Re: utility for dataset backups

2021-02-03 Thread Bill Giannelli
the restore and message was: RESTORE INDD(TAPE80)- DS(INCL(SYS2.DB2X.DSNLOAD.A)) - REPLACE ADR101I (R/I)-RI01 (01),

Re: utility for dataset backups

2021-02-03 Thread Carmen Vitullo
Bill you showed the backup control cards, but not the restore control cards. can you show the output from the failed restore, specifically the ADR** error message?   also, are you attempting to restore datasets that already exist? Carmen Vitullo -Original Message- From: Bill

Re: utility for dataset backups

2021-02-03 Thread David Spiegel
Hi Bill, The EXCLUDEs seem unnecessary. Regards, David On 2021-02-03 09:34, Bill Giannelli wrote: I think my issue was that my control specification did not capture all the datasets I needed. I have now modified it with masks as follows and it seems to capture all the datasets I need now:

Re: utility for dataset backups

2021-02-03 Thread Bill Giannelli
I think my issue was that my control specification did not capture all the datasets I needed. I have now modified it with masks as follows and it seems to capture all the datasets I need now: DUMP OUTDD(TAPE80) -

Re: utility for dataset backups

2021-02-03 Thread David Spiegel
Hi Bill, Can you please include your //SYSPRINT to see the error messages? Regards, David On 2021-02-03 09:08, Bill Giannelli wrote: I am preparing for a DB2 v12 upgrade. I need to backup and restore form (if necessary) the "runtime libraries". What utilities are normally used? I have been

Re: utility for dataset backups

2021-02-03 Thread Chris Hoelscher
GOOD DAY I have always used adrdssu - in fact we perform a fallback/reinstall drill in a sandbox We have not experienced any non-self-inflicted issues What is the actual problem? Chris Hoelscher Lead Sys DBA IBM Global Technical Services on assignmemt to Humana Inc. T 502.476.2538 or

utility for dataset backups

2021-02-03 Thread Bill Giannelli
I am preparing for a DB2 v12 upgrade. I need to backup and restore form (if necessary) the "runtime libraries". What utilities are normally used? I have been having issues with DFSMS ADRDSSU. My restores failed. Also having issues with EMCSNAP as I am not familiar with it. thanks Bill

Re: AW: X3270 or c3270 on mac

2021-02-03 Thread Dave Jones
Can anyone here recommend a good TN3270 emulator for Linux that supports APA (a.k.a GDDM style) graphics like PCOMM can? Thanks/ DJ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: DE entry on Load Link XCTL and ATTACH

2021-02-03 Thread Peter Relson
The directory entry (DE) starts with a name. If this is an alias, it would generally also elsewhere in the DE have the name of the "major". Those are the only names within a DE. I don't know what is the "first name". Peter Relson z/OS Core Technology Design

Re: STORAGE KEY of loaded executable

2021-02-03 Thread Peter Relson
It's not so much the instruction cache but rather the instruction pipeline that might need to be flushed. As Ed Jaffe pointed out, anything done speculatively needs to be, and is, re-evaluated (in general, thrown away and re-done). Peter Relson z/OS Core Technology Design

Re: Learning the basics of SMP/E

2021-02-03 Thread Bill Johnson
For anything SMP/E, I would quiz the ultimate expert, Kurt Quackenbush of IBM.  Over the years, I attended his presentations at Share and learned more there than all the experts on the list combined. He also is kind enough to accept direct emails. An IBM fanboy