![]() |
|
#11
|
||||
|
||||
|
Quote:
ADDCMDS can be found at MVS Code Examples and Utilities |
|
#12
|
|||
|
|||
|
Quote:
Once I learned about the ISPCCONF command, I activated SITECMDS and moved all of the local stuff into it. But not being a sysprog, I could only influence my own personal ISPF environment. This was a smaller shop, and there was only one MVS sysprog. Customizing ISPF was way down on his priority list.
__________________
"Don't tell me how it works, tell me how it fails." |
|
#13
|
||||
|
||||
|
Quote:
This was the reason ADDCMDS came into being. We had several sysprogs, but none were willing to take ANY risk, so ISPF was always installed 'as delivered'. Alas, that means SITECMDS and USRCMDS were not enabled. |
|
#14
|
|||
|
|||
|
Thanks for all the suggestions.
I was able to get around the problem by copying the ISPCMDS member from system libraries to the dataset that appears on top in the concatenated dataset list. The customized ISPCMDS table did not have the START command in it. I can now open new screens with START command. I am just hoping that me overriding that member doesn't create any other problems. Thanks. |
|
#15
|
||||
|
||||
|
Of course, you did a backup before changing it, right? If there are problems, just restore the old one.
|
|
#16
|
||||
|
||||
|
suggestion:
__________________
New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html . |
|
#17
|
|||
|
|||
|
Thanks for those backup instructions.
I did not have to modify any of the tables. I copied the ISPCMDS member from system libraries to the dataset that appears top on the concatenation order. It did not have the ISPCMDS member, the 2nd dataset in the list had. so now mine is overriding the site member. But I will keep in mind those instructions for taking up backup / to see differences. I did give a try to ADDCMDS macro but couldn't do much as I am new to REXX/CLIST. |
|
#18
|
||||
|
||||
|
Quote:
Try ===> tso addcmds ? It is not a macro. It is a straight REXX exec. |
|
#19
|
||||
|
||||
|
If the START command doesn't work then it is my opinion that the sysprog that installed your serverpac/tso/ispf did not finish their job. At some point (preferably a decade or so ago) they should have separated out the IBM command table from any local/site commands. Then from then on they would never have to worry about the IBM commands and just used the new ones from serverpac. At some point they should have taken the plunge. If they do their job and create a site table and allow user command tables, then there is no need for ADDCMDS.
I do understand that in the new world sometimes you get beat up for doing changes and the easy way out is to just let things ride. But at some point they need to step up and do the right thing. |
|
#20
|
|||
|
|||
|
Quote:
In the new world of outsourcing, they ONLY do what you pay them to do and IF you don't mention it, they don't do it. Sort of like the US militaries don't ask don't tell policy! The outsourced data center isn't about to stand up and admit they didn't do something! |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|