HSM ML1OVERFLOW(DATASETSIZE(301302))

2012-01-09 Thread Kenneth J. Kripke
This is a repost Environment: ZOS 1.12 The question: What does HSM look at to evaluate the DATASETSIZE value? We have coded the following in our startup parms for hsm (AN EXAMPLE) ADDVOL ABC123 UNIT(3390) MIGRATION(ML1 NODRAIN NOOVERFLOW) THRESHOLD(80) ADDVOL OVR123 UNIT(3390) MIGRATION(ML1

Re: REXX:trying to write a rexx interface with rmm

2012-01-09 Thread Gonzalo Cengotita
It must be a rexx? If not, there are rmm reports that use the extract file, you need to generate Extended Extract Records, an I think the EDGGR11 (List Multivolume and Multifile) should be appropriate. There is a very useful field for your purpose, the XVMDMVID, which is an ID number equal for all

Re: Fwd: MFNetDisk snapshot backups video is in youtube.

2012-01-09 Thread shai hess
Shmuel, Your email was good and because of your email, I decide to improve the remote snapshot. True that even that I can send compressed PC file as backup in remote, I plan to write support to add snapshot remote mirror in case that you use standard mirror (compressed) in remote when you run the

Re: REXX:trying to write a rexx interface with rmm

2012-01-09 Thread Victor Zhang
Gonzalo, Thanks for your reply. What I want to achieve is: Input: dsn name, that can contain ** or * or % Output: volser,xxx,yyy where xxx is volume count number and yyy is volume sequence number. For example for a dsn spanned 3 volume, the report will end with: vol001, 3, 1 vol001, 3, 2

Re: REXX:trying to write a rexx interface with rmm

2012-01-09 Thread Gonzalo Cengotita
Yes, you can modify the report to include the fields you want, and you can save the JCL if you want to make another changes You can find all the reports in the rmm panels, I use the option 5.R (Command/Reports), then option 1 Regards Gonzalo Cengotita 2012/1/9 Victor Zhang

Re: deleting jes2 printers

2012-01-09 Thread Tim Brown
I don't see a specific reference to deleting printers in this document Thanks, Tim Brown Systems Specialist - Project Leader Central Hudson Gas Electric 284 South Ave Poughkeepsie, NY 12601 Email: tbr...@cenhud.com mailto:tbr...@cenhud.com Phone: 845-486-5643 Fax: 845-486-5921 Cell:

Help with Expanding the MCDS File

2012-01-09 Thread George Rodriguez
Hi ListServ Users, There's something I'm not understand about this DFhsm dataset. When I issue the query command Q CDS, the MCDS file says the following: ARC0148I MCDS TOTAL SPACE=648000 K-BYTES, CURRENTLY ARC0148I (CONT.) ABOUT 81% FULL, WARNING THRESHOLD=80%, TOTAL ARC0148I (CONT.)

Re: IBM TS7740 Copy/Export process

2012-01-09 Thread Mike Wood
Further to my last post. I was asked about the apar number and micro code level. Remiss of me not to provide that but I had left that as an exercise for each person interested ;-) The apar number is OA33876. This changes how rmm reacts to copy export - see the apar description and closing

Re: deleting jes2 printers

2012-01-09 Thread Elardus Engelbrecht
Tim Brown wrote: I don't see a specific reference to deleting printers in this document I also checked my book and the link posted. It is True unless I'm mistaken. While you can use $ADD PRT to dynamically add a printer on that specific LPAR where the command is issued, it will be removed

Re: REXX:trying to write a rexx interface with rmm

2012-01-09 Thread Gerard Nicol
RE: REXX:trying to write a rexx interface with rmm Victor, Having read the replies to your question so far I am reminded of the saying when all you have is a hammer everything looks like a nail. You want to write a REXX to automate something, right? You don’t want to run JCL, you don’t want

Re: PL1 Material

2012-01-09 Thread Knutson, Sam
If you are looking for introductory material not just references I would suggest you might try to locate a copy of PL/I Structured Programming by Joan Hughes in a used book store, from a co-worker or on Amazon. It was the PL/I book I used as a commercial programmer and it served me very well.

Re: REXX:trying to write a rexx interface with rmm

2012-01-09 Thread Mike Wood
Victor, There are good examples of using rexx with the rmm subcommands. Did you see this section http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dgt2r390/9.5?SHELF=EZ2ZBK0KDT=20100623164750 in the rmm MURM? It points to EDGXMP1 and EDGXMP2. They should how to use searchxxx

Re: Help with Expanding the MCDS File

2012-01-09 Thread Gonzalo Cengotita
See the message ARC01481, there is a note explaining this: *Special* *Note:*For the CDSs, percent%FULL+percent%TOTAL FREESPACE is not intended to add up to 100% unless a reorganization with freespace (0 0) was recently completed. This is due to the difference in the way freespace is handled in

Re: Internal text

2012-01-09 Thread Staller, Allan
Thanks for the ref... snip I have been tasked with an update to JES2 exit 6. One of the functions I need to implement is to forbid all use of a certain JCL parameter. See the Philips Lighting mods - File 175 on the CBT tape for an exit 6 that does a fair amount of parsing of the JOB and DD cards

Re: Internal text

2012-01-09 Thread Staller, Allan
No. I have been instructed to remove the parameter form the JCL stream. I have been tasked with an update to JES2 exit 6. One of the functions I need to implement is to forbid all use of a certain JCL parameter. What do you mean by forbid? The word is not synonymous with ignore.

Re: Error apply ZAP

2012-01-09 Thread Staller, Allan
I believe it replaces the existing IDR record with a empty one snip If you relink as the AMA120I suggests/instructs the Binder adds another (empty) IDR record so you can use the IDENTIFY statement (think this is automatic although it may be triggered by supplying a Binder command to add more

IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread af dc
Hello, during a repro from BCDS to seq file I got the following errors: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID IDC3309I ** RECORD X'C5E7D7F2F1' NOT WRITTEN. LENGTH INVALID jcl repro: //BCDS#RI EXEC PGM=IDCAMS,COND=(0,NE) //SYSPRINT DD SYSOUT=* //BCDSIN DD

Re: REXX:trying to write a rexx interface with rmm

2012-01-09 Thread Martin Packer
As a matter of interest, Mike, how old are the DFSORT / ICETOOL reports? I don't know how others feel about this but it might be worthwhile my (I can't speak for Frank) taking a look at them some time. (Kind of how I feel about RACFICE, for example.) Cheers, Martin Martin Packer, Mainframe

Re: HSM ML1OVERFLOW(DATASETSIZE(301302))

2012-01-09 Thread Staller, Allan
I would look at the doc for the parm list to ARCBDEXT or ARCMDEXT (dataset backup and dataset migration exits). Try http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2C770/6.10?DT=20090515140011 Topic 6,c and 6.10 HTH. snip Environment: ZOS 1.12 The question: What does HSM

Re: Error apply ZAP

2012-01-09 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin [ snip ] It's a major design shortcoming that one can't REDO a ZAP. It would be so easy -- if PARM=REDO and the content of the module matches the REP, assume it's OK. And SMP/E should supply the

Re: USS Education (Was: Calling all experts on SMFPRMxx SUBSYS)

2012-01-09 Thread Grinsell, Don
Not really. Consider the source. -- Donald Grinsell State of Montana 406-444-2983 dgrins...@mt.gov We want a few mad people now. See where the sane ones have landed us! -- George Bernard Shaw (1856-1950) -Original Message- From: IBM Mainframe Discussion List

Re: CICS Global exit XEIIN

2012-01-09 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Micheal Butz Hi, I have assembled and enabled CICS exit XEIIN It is my understanding that it should get invoked whenever a CICS api is encountered However this doesn't seem to be the case if anyone could shed

Re: PL1 Material

2012-01-09 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List [On Behalf Of Mohd Rizwan HI , Kindly provide me the PL1 material , as I am new to this IBM provides the PL1 (sic) material when you order the PL/I compiler. -jc-

Re: 21st Century Migrates Mainframe with Clerity

2012-01-09 Thread Staller, Allan
Can you say 'doctored demo syndrome' a billion times? http://www.theregister.co.uk/2012/01/06/fusion_billion_iops/ The cracking performance needed just eight HP DL370 G6 servers, running Linux 2.6.35.6-45 on two, 6-core Intel processors, 96GB RAM. Each server was fitted with eight 2.4TB

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Elardus Engelbrecht
af dc wrote: during a repro from BCDS to seq file I got the following errors: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID IDC3309I ** RECORD X'C5E7D7F2F1' NOT WRITTEN. LENGTH INVALID How can I correct these 2 records ?? Was HSM active during your IDCAMS job? Shutdown all HSM

Re: Error apply ZAP

2012-01-09 Thread Paul Gilmartin
On Mon, 9 Jan 2012 10:01:43 -0600, Chase, John wrote: -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin [ snip ] It's a major design shortcoming that one can't REDO a ZAP. It would be so easy -- if PARM=REDO and the content of the module matches the

Re: Error apply ZAP

2012-01-09 Thread Veilleux, Jon L
I think that you answered your own question. aside from not recovering the victim(s) of a ++DELETE command? I could never understand why that is the case. RESTORE should restore everything. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread af dc
Hi Elardus, DFHSM were out on all lpars. A.Cecilio On Mon, Jan 9, 2012 at 4:49 PM, Elardus Engelbrecht elardus.engelbre...@sita.co.za wrote: af dc wrote: during a repro from BCDS to seq file I got the following errors: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN.  LENGTH INVALID IDC3309I **

Re: Error apply ZAP

2012-01-09 Thread Paul Gilmartin
On Mon, 9 Jan 2012 11:54:45 -0500, Veilleux, Jon L wrote: I think that you answered your own question. aside from not recovering the victim(s) of a ++DELETE command? I could never understand why that is the case. RESTORE should restore everything. Yup. There's another one that's about as

Re: 21st Century Migrates Mainframe with Clerity

2012-01-09 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Staller, Allan Sent: Monday, January 09, 2012 10:33 AM To: IBM-MAIN@bama.ua.edu Subject: Re: 21st Century Migrates Mainframe with Clerity Can you say 'doctored demo syndrome' a

Cancel STC

2012-01-09 Thread Helio Jose Da Silva
All list, I need to cancel a STC, but when I issued the command Cancel STRSSA,a=0071 or Force STRSSA,a=0071, I'm following receiving message RESPONSE=RPRD IEE341I STRSSANOT ACTIVE IN SPECIFIED ADDRESS RESPONSE=SPACE The STC is active, but I can't cancel it. PREFIX=STR*

Re: Cancel STC

2012-01-09 Thread Edward Jaffe
On 1/9/2012 10:05 AM, Helio Jose Da Silva wrote: Command D A,STRSSA RESPONSE=RPRD IEE115I 15.55.40 2012.009 ACTIVITY 157 JOBS M/STS USERSSYSASINITS ACTIVE/MAX VTAM OAS 000110005200013 000320003100013/00064 00047 STRSSA STRBSSA

Re: Cancel STC

2012-01-09 Thread Vernooij, CP - SPLXM
Helio Jose Da Silva helio.si...@rural.com.br wrote in message news:ec61ef1aa63c694b8a23a9e1350cca2206462...@dr000s060.sfr.net... All list, I need to cancel a STC, but when I issued the command Cancel STRSSA,a=0071 or Force STRSSA,a=0071, I'm following receiving message RESPONSE=RPRD

Re: Cancel STC

2012-01-09 Thread Jonathan Goossen
Started tasks are canceled by their step name. Thank you and have a Terrific day! Jonathan Goossen, ACG, CL Tape Specialist ACT Mainframe Storage Group Personal: 651-361-4541 Department Support Line: 651-361- For help with communication and leadership skills checkout Woodwinds Toastmasters

RES: Cancel STC

2012-01-09 Thread Helio Jose Da Silva
Edward, I receive the message RESPONSE=RPRD IEE341I STRSSANOT ACTIVE IN SPECIFIED ADDRESS RESPONSE=SPACE Helio Jose Da Silva Esta mensagem pode conter informações confidenciais e/ou privilegiadas. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem,

Re: Cancel STC

2012-01-09 Thread Veilleux, Jon L
You need the 'B' Cancel strBssa -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Helio Jose Da Silva Sent: Monday, January 09, 2012 1:29 PM To: IBM-MAIN@bama.ua.edu Subject: RES: Cancel STC Edward, I receive the message RESPONSE=RPRD

Re: Error apply ZAP

2012-01-09 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin [ snip ] I wonder why ++DELETE precludes RESTORE? It should be straightforward to rebuild program objects from parts in the DLIBs. I think ++DELETE also purges any meta-data associated with the

Re: RES: Cancel STC

2012-01-09 Thread Edward Jaffe
On 1/9/2012 10:29 AM, Helio Jose Da Silva wrote: Edward, I receive the message RESPONSE=RPRD IEE341I STRSSANOT ACTIVE IN SPECIFIED ADDRESS RESPONSE=SPACE What happens if you issue: CANCEL STRBSSA,A=0071 ? -- Edward E Jaffe Phoenix Software International, Inc 831 Parkview

Re: Cancel STC

2012-01-09 Thread Veilleux, Jon L
Have you looked in the STROBE manual? MODIFY STRxSM,STOPSSA where STRxSM is the name of the session manager address space qualified by its version letter. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Helio Jose Da Silva Sent:

RES: Cancel STC

2012-01-09 Thread Helio Jose Da Silva
Jonathan, Thank for the tip, I issued the command with the step name and the STC has been canceled. Helio Jose Da Silva Esta mensagem pode conter informações confidenciais e/ou privilegiadas. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não pode usar,

Re: Cancel STC

2012-01-09 Thread Lester, Bob
Hi Helio, This sounds like STROBE. Have you checked the manual on how to stop it? Thanks! BobL -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Helio Jose Da Silva Sent: Monday, January 09, 2012 11:05 AM To: IBM-MAIN@bama.ua.edu

RES: Error apply ZAP

2012-01-09 Thread Helio Jose Da Silva
All list, The Zaps already been applied. I came in contact with the support of the company and gave him some tips. Helio Jose Da Silva Esta mensagem pode conter informações confidenciais e/ou privilegiadas. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Mark Zelden
On Mon, 9 Jan 2012 15:44:57 +, af dc acbi...@gmail.com wrote: Hello, during a repro from BCDS to seq file I got the following errors: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID IDC3309I ** RECORD X'C5E7D7F2F1' NOT WRITTEN. LENGTH INVALID jcl repro: //BCDS#RI EXEC

Re: Error apply ZAP

2012-01-09 Thread Shmuel Metz (Seymour J.)
In f255efe0ecf08c4a9c1db6aff4235417181f2...@ch2wpmail1.na.ds.ussco.com, on 01/09/2012 at 10:01 AM, Chase, John jch...@ussco.com said: How does RESTORE not accomplish an UNDO, The OP is talking about AMASPZAP, not SMP. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position;

Re: Error apply ZAP

2012-01-09 Thread Paul Gilmartin
On Mon, 9 Jan 2012 12:37:21 -0600, Chase, John wrote: -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin [ snip ] I wonder why ++DELETE precludes RESTORE? It should be straightforward to rebuild program objects from parts in the DLIBs. I think

Re: IBM TS7740 Copy/Export process

2012-01-09 Thread Tim Hare
I am reading and posting via the web interface, so I don't always see the messages real time. I am trying to find my way with this Copy/Export business. It doesn't seem as though modifying virtual volumes to indicate anything makes sense, but I'm reserving judgement on that. I can see

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Hervey Martinez
I thought all of the HSM CDS files were variable length? Our BCDS is lrecl=2040 and our download job has DCB=(RECFM=VB,LRECL=2044,BLKSIZE=0). Thanks, Hervey -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Mark Zelden Sent:

Cics Global User Exit

2012-01-09 Thread Micheal Butz
Do CICS Global User exits have to be loaded In CSA Sent from my iPhone -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Re: Cics Global User Exit

2012-01-09 Thread Barkow, Eileen
no -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Micheal Butz Sent: Monday, January 09, 2012 3:52 PM To: IBM-MAIN@bama.ua.edu Subject: Cics Global User Exit Do CICS Global User exits have to be loaded In CSA Sent from my iPhone

Re: IBM TS7740 Copy/Export process

2012-01-09 Thread Pinnacle
On 1/9/2012 3:30 PM, Tim Hare wrote: I am reading and posting via the web interface, so I don't always see the messages real time. I am trying to find my way with this Copy/Export business. It doesn't seem as though modifying virtual volumes to indicate anything makes sense, but I'm

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Jonathan Goossen
Shouldn't the block size be 26176. The current block size is 4*LRECL instead of 4*(LRECL+4) as VB requires. Thank you and have a Terrific day! Jonathan Goossen, ACG, CL Tape Specialist ACT Mainframe Storage Group Personal: 651-361-4541 Department Support Line: 651-361- For help with

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Robert A. Rosenberg
At 13:19 -0600 on 01/09/2012, Mark Zelden wrote about Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH IN: On Mon, 9 Jan 2012 15:44:57 +, af dc acbi...@gmail.com wrote: Hello, during a repro from BCDS to seq file I got the following errors: IDC3309I ** RECORD X'2BC5E7D7F2' NOT

Re: Error apply ZAP

2012-01-09 Thread Robert A. Rosenberg
At 11:53 -0600 on 01/09/2012, Paul Gilmartin wrote about Re: Error apply ZAP: On Mon, 9 Jan 2012 11:54:45 -0500, Veilleux, Jon L wrote: I think that you answered your own question. aside from not recovering the victim(s) of a ++DELETE command? I could never understand why that is the case.

Re: EZTrieve

2012-01-09 Thread gsg
Thanks everyone. I did a scan for EZT in both my JCL and PROC libraries and came up with a list. I also did a scan in Endevor for type EZ* and it produce a big list also. This is probably as close as I'll get to a complete list. Thanks again.

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Schwarz, Barry A
Does the DCB data specified for your output dataset match your input dataset? Barry Schwarz OS/390 System Programmer M/S 80-JE Phone: 253-657-5262 Fax: 253-657-8574 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of af dc Sent: Monday,

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Schwarz, Barry A
VB will support any BLKSIZ = LRECL+4. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Jonathan Goossen Sent: Monday, January 09, 2012 1:40 PM To: IBM-MAIN@bama.ua.edu Subject: Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Mark Zelden
On Mon, 9 Jan 2012 16:32:49 -0500, Robert A. Rosenberg hal9...@panix.com wrote: Just because MAXLRECL = AVGLRECL does not mean ALL the records are 6544 long. In fact since there were only 2 errors, all the other records were 6540 or shorter. You have the correct fix by making the LRECL=6548

Re: PL1 Material

2012-01-09 Thread George Young
On 1/9/2012 1:10 AM, Mohd Rizwan wrote: HI , Kindly provide me the PL1 material , as I am new to this The web pages that cover the IBM PL/I for z/OS compiler are here: http://www-01.ibm.com/software/awdtools/pli/plizos/ see the Library link in particular. I'll second the recommendation to

Re: Error apply ZAP

2012-01-09 Thread Charles Mills
The resource spent on adding emphasis to the description of a deficiency would better have been used to repair it. LOL. Ain't it the truth! Every software team should have that on a plaque on the wall. I don't always do it, but I am happiest when I do: write the user documentation BEFORE you

Re: Error apply ZAP

2012-01-09 Thread Paul Gilmartin
On Mon, 9 Jan 2012 16:51:06 -0500, Robert A. Rosenberg wrote: On Mon, 9 Jan 2012 11:54:45 -0500, Veilleux, Jon L wrote: I think that you answered your own question. aside from not recovering the victim(s) of a ++DELETE command? I could never understand why that is the case. RESTORE should

Re: Cics Global User Exit

2012-01-09 Thread Micheal Butz
Can they have CICS API so that I can trace thru it with CEDF -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Barkow, Eileen Sent: Monday, January 09, 2012 3:59 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Cics Global User Exit no

Re: How Does DFhsm and Flashcopy Work?

2012-01-09 Thread George Rodriguez
Good evening Scott, I need your help once again. I'm trying to restore 2 files from the FRBACKUP that's done nightly, but my problem is that I don't know what backup the dataset is on. I'm sure that this is a dumb question for you, but for me it's impossible to know. Can you help? * * *George

Re: Error apply ZAP

2012-01-09 Thread Paul Gilmartin
On Mon, 9 Jan 2012 15:32:26 -0800, Charles Mills wrote: The resource spent on adding emphasis to the description of a deficiency would better have been used to repair it. LOL. Ain't it the truth! Every software team should have that on a plaque on the wall. I don't always do it, but I am

Re: deleting jes2 printers

2012-01-09 Thread Scott Ford
Guys, I just looked also, I didn't see a delete printer or delete dest command. My assumption is jes2 parmlib has to be changed. Regards, Scott Sent from my iPad On Jan 9, 2012, at 9:31 AM, Elardus Engelbrecht elardus.engelbre...@sita.co.za wrote: Tim Brown wrote: I don't see a specific

Compiler option

2012-01-09 Thread Graham Hobbs
sorry .. PP 5655-S71 IBM Enterprise COBOL for z/OS 4.2.0 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

COBOL Compiler option

2012-01-09 Thread Graham Hobbs
Hello, When I look at the output listing of a compiled pgm, I used to be able to see field displacements of copybooks and working storage. What is the option that does this .. nothing in the options list stands out. Thanks, Graham Hobbs

Re: COBOL Compiler option

2012-01-09 Thread Sam Siegel
On Mon, Jan 9, 2012 at 7:51 PM, Graham Hobbs gho...@cdpwise.net wrote: Hello, When I look at the output listing of a compiled pgm, I used to be able to see field displacements of copybooks and working storage. What is the option that does this .. nothing in the options list stands out.

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Robert A. Rosenberg
At 17:10 -0600 on 01/09/2012, Mark Zelden wrote about Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH IN: On Mon, 9 Jan 2012 16:32:49 -0500, Robert A. Rosenberg hal9...@panix.com wrote: Just because MAXLRECL = AVGLRECL does not mean ALL the records are 6544 long. In fact since

Re: Error apply ZAP

2012-01-09 Thread Robert A. Rosenberg
At 18:26 -0600 on 01/09/2012, Paul Gilmartin wrote about Re: Error apply ZAP: RESTORE itself is BAD (Broken As Designed) since it removes SYSMODs that are not the SYSMOD being designated as being RESTORED. Instead of using ONLY the elements that are in the SYSMOD being RESTOREd (by using the

Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH INVALID during DFHSM BCDS REPRO

2012-01-09 Thread Robert A. Rosenberg
At 15:40 -0600 on 01/09/2012, Jonathan Goossen wrote about Re: IDC3309I ** RECORD X'2BC5E7D7F2' NOT WRITTEN. LENGTH IN: Shouldn't the block size be 26176. The current block size is 4*LRECL instead of 4*(LRECL+4) as VB requires. That is not important. So long as the block size is LRECL+4 or

Re: Calling all experts on SMFPRMxx SUBSYS

2012-01-09 Thread Barbara Nitz
Did you see idle BPXASs having the service class you assigned via WLM subsystem OMVS? I have only ever seen BPXASs having SRVCLASS=SYSSTC and WORKLOAD=SYSTEM (but I had never cared to explicitly classify BPXAS neither under OMVS nor under STC). I'd expect to find BPXOINIT having SRVCLASS=SYSTEM

Re: Error apply ZAP

2012-01-09 Thread Ed Gould
Gerhard: I honestly don't remember ever having the issue with IBM module(s). I memory goes back to early MVS 2.0 and if we did have an issue it was because TMS or some other vendor code hit the same module (open). In the case of TMS it wasn't their fault so much as IBM didn't give exits

Re: Error apply ZAP

2012-01-09 Thread Ed Gould
Seymour: I didn't say anything about the IDR space (and indeed I relinked a few modules) to get the zap on. It was difficult with quantity of the zaps. I hated to get the mail opened daily as the number of envelopes with zaps was scary at times. One ugly day I had 5 envelopes with 5 separate

Logger dataset clarification

2012-01-09 Thread Jake anderson
Hi Group, In one of our test system we have encountered an error as : IXGH008E : One or more log streams encountered a staging data set full condition sincestart date (GMT). From the IBM manual I understand that the below troubleshoot will resolve the error . Troubleshoot : System programmer

Re: Error apply ZAP

2012-01-09 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Shmuel Metz (Seymour J.) In f255efe0ecf08c4a9c1db6aff4235417181f2...@ch2wpmail1.na.ds.ussco.com, on 01/09/2012 at 10:01 AM, Chase, John jch...@ussco.com said: How does RESTORE not accomplish an UNDO, The