Re: 1.9 and PDF's EDIT hide function
Mike, Thanks for the cool macro! In case anyone is interested, I had to make a change to get the 'comments' to show. I changed this line: rc = Add_Comment("TOP") to: option = "TOP" rc = Add_Comment(option) Patti Neuman OCM BOCES CNYRIC Sr. Systems ProgrammerPO Box 4866 Technical Support Syracuse, NY 13221 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: 1.9 and PDF's EDIT hide function
Here's a rexx edit macro that displays only recs of a member that contain search criteria. /* REXX ** Title: SHOW Usage: show searchtext Disc: Show only lines containing search criteria. By: Mike Wilkins, Accenture. Date: 12/03/2007 Mod: 02/09/2009 - Added HIDE option and comments. */ TRACE n ADDRESS ISPEXEC 'ISREDIT MACRO (PARM1) NOPROCESS' "ISREDIT EX ALL" "ISREDIT F '" || parm1 || "' ALL" "ISREDIT hide x" /* Add temporary comments, so as not to PANIC users. */ c. = '' c.1 = "SHOW v1.0 - Note: No lines have been deleted - only hidden." c.2 = "Options entered on the command line." c.3 = " res - Reset member back to normal." c.4 = " flip - Switch between showing search results, and, the member" c.5 = " without the search results." c.6 = copies('*',133) c.7 = " " rc = Add_Comment("TOP") /* Position the cursor in the command line & exit. */ exit: exit 1 Add_Comment: arg option do x = 15 to 1 by -1 if length(c.x) = 0 then iterate if option = "TOP" then "ISREDIT LINE_AFTER .ZF = NOTELINE '"c.x"'" if option = "BOT" then "ISREDIT LINE_AFTER .ZL = NOTELINE '"c.x"'" end return 0 CTop: parse arg mytext "ISREDIT LINE_AFTER .ZF = NOTELINE '"mytext"'" return 0 CBot: parse arg mytext "ISREDIT LINE_AFTER .ZF = NOTELINE '"mytext"'" return 0 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of John Kelly Sent: Friday, January 30, 2009 3:30 PM To: IBM-MAIN@bama.ua.edu Subject: 1.9 and PDF's EDIT hide function has anyone tried the SPF edit 'hide' function on 1.9? I just brought up 1.9 and didn't touch the panels but when i try the edit command 'hide x' i get the message 'ISRE200 The edit panel has not been configured to support the HIDEX command." This is the ISREDDE3 panel that comes with ServPac. The Ser
Re: 1.9 and PDF's EDIT hide function
On 1.9, when I try the edit command 'hide x', I get the message 'ISRE200 The edit panel has not been configured to support the HIDEX command." The problem turned out to be that I did not have the 'Extended Attribute' function enable on my 3270 emulator. Appears that you get a different EDIT panel (ISREDDE3) is the terminal isn't 'Extended Attribute' enabled. This is different than it was on 1.7. Jack Kelly 202-502-2390 (Office) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: 1.9 and PDF's EDIT hide function
Do you use Spiffy (or what is now IBM's ISPF Productivity Tool)? There was a bug in that under z/OS 1.9. Don Imbriale -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of John Kelly Sent: Friday, January 30, 2009 4:30 PM To: IBM-MAIN@bama.ua.edu Subject: 1.9 and PDF's EDIT hide function has anyone tried the SPF edit 'hide' function on 1.9? I just brought up 1.9 and didn't touch the panels but when i try the edit command 'hide x' i get the message 'ISRE200 The edit panel has not been configured to support the HIDEX command." This is the ISREDDE3 panel that comes with ServPac. The ServPac folks said that they don't touch any panel except ISPF folks said to follow thew manual, ie To enable HIDE EXCLUDED, set the ISPF variable, &ZHIDEX, to "Y" and provide attribute bytes 13, 16, 17, and 1D as shown in Figure 66. This seems a strange thing to have to do with panels from the factory? Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you are receiving the offering materials attached below related to your interest in hedge funds or private equity, this communication may be intended as an offer or solicitation for the purchase or sale of such fund(s). All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries and affiliates. This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, as applicable, for any loss or damage arising in any way from its use. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. Please refer to http://www.jpmorgan.com/pages/disclosures for disclosures relating to UK legal entities. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: 1.9 and PDF's EDIT hide function
So what is in your customization / configuration table? Thanks Mark, I think that's it. great thing about bringing up a system is remembering where everthing is. Have a great weekend Jack Jack Kelly 202-502-2390 (Office) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: 1.9 and PDF's EDIT hide function
On Fri, 30 Jan 2009 16:30:13 -0500, John Kelly wrote: >has anyone tried the SPF edit 'hide' function on 1.9? I just brought up >1.9 and didn't touch the panels but when i try the edit command 'hide x' i >get the message 'ISRE200 The edit panel has not been configured to support >the HIDEX command." This is the ISREDDE3 panel that comes with ServPac. >The ServPac folks said that they don't touch any panel except ISPF folks >said to follow thew manual, ie >To enable HIDE EXCLUDED, set the ISPF variable, &ZHIDEX, to "Y" and >provide attribute bytes 13, 16, 17, and 1D as shown in Figure 66. > >This seems a strange thing to have to do with panels from the factory? > So what is in your customization / configuration table? I get ISREDDE2, not ISREDDE3 (which has the correct attribute bytes). Perhaps you get ISREDDE2 for edit when &ZHIDEX is set to "N". Also check where you are picking up ISPCFIGU from (is it where you expect). Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:mark.zel...@zurichna.com z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: 1.9 and PDF's EDIT hide function
John Kelly wrote: has anyone tried the SPF edit 'hide' function on 1.9? I just brought up 1.9 and didn't touch the panels but when i try the edit command 'hide x' i get the message 'ISRE200 The edit panel has not been configured to support the HIDEX command." This is the ISREDDE3 panel that comes with ServPac. The ServPac folks said that they don't touch any panel except ISPF folks said to follow thew manual, ie To enable HIDE EXCLUDED, set the ISPF variable, &ZHIDEX, to "Y" and provide attribute bytes 13, 16, 17, and 1D as shown in Figure 66. This seems a strange thing to have to do with panels from the factory? Jack Kelly 202-502-2390 (Office) Works fine on my 1.9 system. I didn't change anything. But we get our system from the ADCD stack so it is sort of pre-gen'ed. Don't know what might have been done as part of the build. You're right, though: shouldn't have to do something like that. Kind regards, -Steve Comstock The Trainer's Friend, Inc. 303-393-8716 http://www.trainersfriend.com z/OS Application development made easier * Our classes include + How things work + Programming examples with realistic applications + Starter / skeleton code + Complete working programs + Useful utilities and subroutines + Tips and techniques ==> Check out the Trainer's Friend Store to purchase z/OS <== ==> application developer toolkits. Sample code in four<== ==> programming languages, JCL to Assemble or compile, <== ==> bind and test. <== ==> http://www.trainersfriend.com/TTFStore/index.html<== -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: 1.9 and PDF's EDIT hide function
John Kelly wrote: This seems a strange thing to have to do with panels from the factory? It's a big factory. :-) -- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 edja...@phoenixsoftware.com http://www.phoenixsoftware.com/ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
1.9 and PDF's EDIT hide function
has anyone tried the SPF edit 'hide' function on 1.9? I just brought up 1.9 and didn't touch the panels but when i try the edit command 'hide x' i get the message 'ISRE200 The edit panel has not been configured to support the HIDEX command." This is the ISREDDE3 panel that comes with ServPac. The ServPac folks said that they don't touch any panel except ISPF folks said to follow thew manual, ie To enable HIDE EXCLUDED, set the ISPF variable, &ZHIDEX, to "Y" and provide attribute bytes 13, 16, 17, and 1D as shown in Figure 66. This seems a strange thing to have to do with panels from the factory? Jack Kelly 202-502-2390 (Office) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html