RE: Re: GCIC Fullscreen applications
"Rocky" <[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
1) if I start creating command there will be no end to it . CMS is CMS - when you set up your own system yo can write an exec to do that and allow that exec to work. that external to the code. 2)good suggestion - it would mean keeping track of all successful Links and accesses on a by user/terminal HLQ - pretty comlicated and that probably fits in with your EXEC suggestion. How about you Keep track of them there and run the exec at signoff time. I can run a special exec called USERED EXEC automatically. One special exec is not a problem to run at signoff and you can keep all the things that you will want to do in that exec. Probably related to USERID and needs to be thought out on an application level and would be installation dependent - but doable WISH LIST - not a bug pr a feature Roc _____ From: [email protected] [mailto:[email protected]] On Behalf Of Mike Stramba Sent: Sunday, August 15, 2010 22:24 To: [email protected] Subject: Re: [H390-VM] Re: GCIC Fullscreen applications *** Idea / Suggestions ** 1) It would be nice to create a command that incorporates the sequence of "CMS LINK <user> <vadd> w pw / cms acc vadd <fm>. e.g. DISK <user> <vadd> (FM would default to "T" .. or would look for an available FM) 2) I would like to see any disks accessed via either that new DISK command or the current LINK / ACC automatically released with CMS REL <FM> (det when you exit the editor. On 8/15/10, Mike Stramba <[email protected] <mailto:mikestramba%40gmail.com> > wrote: > The command seems to actually be just 'F' ('FIND' is ignored) > > Seems to only work with upper case as well (not a problem as > VM370/r6 assembler requires uppercase (doesn't it?) > > On 8/15/10, Rocky <[email protected] <mailto:rocsystems%40gmail.com> > wrote: >> Forgot to mention >> >> FIND always searches entire file from top to bottom >> / seraches from curent position + 1 forward >> Roc >> >> >> _____ >> >> From: Rocky [mailto:[email protected] <mailto:rocsystems%40gmail.com> ] >> Sent: Sunday, August 15, 2010 21:04 >> To: '[email protected] <mailto:%27H390-VM%40yahoogroups.com> ' >> Subject: RE: [H390-VM] Re: GCIC Fullscreen applications >> >> >> NO >> >> FIND - only searches in POS 1 for the exact string >> >> usualyl used to FIND A LABLE or a ROTUINE >> >> If I want to find the routine SENDMAP >> >> F SENDMAP will find send map in POS 1 >> it will not find CALL SENDMAP in pos 10 or 16 >> >> F SEND - will not find SENDMAP in pos 1 >> But it will find SEND in pos 1 >> >> / rocky will find a string blank!ROCKY but not kukurocky >> /ROCKY will find BLANK!ROCKY and KUKUROCKY >> /My NAME IS ROCKY >> Will find the string MY NAME IS ROCKY but not my or name or rocky >> Roc >> >> >> _____ >> >> From: [email protected] <mailto:H390-VM%40yahoogroups.com> [mailto:[email protected] <mailto:H390-VM%40yahoogroups.com> ] On Behalf >> Of >> Mike Stramba >> Sent: Sunday, August 15, 2010 20:55 >> To: [email protected] <mailto:H390-VM%40yahoogroups.com> >> Subject: Re: [H390-VM] Re: GCIC Fullscreen applications >> >> >> >> >>>>/search will find imbeded blanks but not trailing blanks >> from current position to end >> >>>>Find xxx Find rocky will find rocky but not roc >> from start of file to end >> >> Is "Find" just an "alias" for "/" ? >> >> Entering Find foo doesn't do anything (yes "foo" was in the file) >> >> On 8/15/10, Mike Stramba <[email protected] <mailto:mikestramba%40gmail.com> >> <mailto:mikestramba%40gmail.com> > wrote: >>> Flist - would be nice to have it default to sorting by name >>> >>> - would be nice to have the sort methods assigned to PF keys and PF >>> displayed at bottom (added to the PF1=HLP ... etc PF10=Sort FN >>> PF11=Sort FT PF12=Sort Date >>> >>> On 8/15/10, Mike Stramba <[email protected] <mailto:mikestramba%40gmail.com> >> <mailto:mikestramba%40gmail.com> > wrote: >>>> Hi Roc, >>>> >>>> 1) I tried HEX ... HEX on .... nothing happens >>>> >>>> 2) The 'tilde' character " ~ " is displayed as a blank >>>> >>>> 3) I'm not sure how the CH and TRUNC work together. Would be nice >>>> to have CH default to first found occurence, with an option CH >>>> /foo/bar/g /g = global ...... maybe also /nnn .e.g CH >>>> /foo/bar/5 (change the next five occurences. >>>> >>>> Everything else seems to be working. >>>> >>>> Great work! >>>> >>>> MIke >>>> >>>> >>>> On 8/15/10, Rocky <[email protected] <mailto:rocsystems%40gmail.com> <mailto:rocsystems%40gmail.com> >>>> > >> wrote: >>>>> >>>>> All - >>>>> >>>>> The "BETA" is now a beta. >>>>> >>>>> I have it installed on the public server. >>>>> rocsys.dyndns.org port 3277 >>>>> D CMSUSER >>>>> >>>>> When it asks for user id - >>>>> Tstusr1 tstuser1 >>>>> Tstusr2 tstuser2 >>>>> Maint **** >>>>> >>>>> Are all valid passwords. >>>>> >>>>> The EDIT application is now a full beta. >>>>> summary of commands. Screens have changed slightly. >>>>> >>>>> Command Line: >>>>> TOP >>>>> BOT >>>>> /search will find imbeded blanks but not trailing blanks >>>>> from current position to end >>>>> Find xxx Find rocky will find rocky but not roc >>>>> from start of file to end >>>>> CMS and a CP or CMS command (External control currently only link >>>>> will execute the command acc rel and q are allowed) >>>>> CH /xxx/xxx/ from top of file adn up to trunc >>>>> TRUNC works with change (Defaults in there but you can change Them) >>>>> >>>>> FILE or SAVE will save the file >>>>> NULLS ON OFF >>>>> CAPS ON OFF >>>>> FN changes the file name >>>>> FM changes the File mode >>>>> FT Changes the File TYPE >>>>> UP nn moves the screen up nn lines >>>>> Down nn moves the screen down nn lines >>>>> RESET resets the cc c f mm m move attributes >>>>> >>>>> ---------- >>>>> >>>>> PF's SHIFT RIGHT 20 Shift LEFT 20 >>>>> PF3 exit (no warnings if you didnt save it - you lost it) >>>>> Auto disconnect in 20 minutes of no activity >>>>> PF7 PF8 >>>>> PF5 is a repeat search >>>>> ------------------------------ >>>>> >>>>> LINE COMMANDS >>>>> >>>>> CC CC F >>>>> MM MM F >>>>> C F >>>>> M F >>>>> Innb inserts >>>>> Dnnb deletes >>>>> >>>>> DD DD >>>>> >>>>> HEX will display the record in HEX FORMAT >>>>> You can edit and change the data in HEX display >>>>> Enter without any command or action will display the logical cursor >>>>> position >>>>> - (Cursor remains in same POS) >>>>> >>>>> successive Enter in same pos will bring cursor to command line. >>>>> >>>>> For the last week I have been writing the Editor in the EDITOR. >>>>> =============================================================== >>>>> Pretty good. I have used lots of worse tools. >>>>> Want some feedback - >>>>> >>>>> As soon as I get feedback one way or the other I will put it on the >>>>> website >>>>> and you can download. >>>>> >>>>> Two versions - the application for those that just want to use it >>>>> The application and sources and listings etc. for developers by >>>>> request. >>>>> >>>>> No problems about the sources but I'd like to know who is really >>>>> interested >>>>> in the logic and the mehodology as opposed to who needs to use it >>>>> only. >>>>> >>>>> Some of this stuff is complicated and will need explanations. >>>>> >>>>> I'll get a simple manual out to go with this. This was just from >>>>> memory >>>>> -there might be more:-) >>>>> >>>>> Meanwhile I need feed back. Please try it out- >>>>> No feedback - no application. >>>>> I want to do this once. >>>>> >>>>> Next project is a full screen debugger for VM/370 - Just thinking >>>>> about >>>>> that >>>>> now - any ideas are welcome. >>>>> >>>>> You can use this as a single user interface - it disconnects >>>>> automatically >>>>> when you start and you do the editing etc. via dial >>>>> When you log on again (reconnect) the application automatically >>>>> Ends and yo are back in your machine. >>>>> >>>>> Or as a multi user interface. >>>>> NEEDS BC MODE >>>>> >>>>> >>>>> Roc >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------ >>>>> >>>>> Yahoo! Groups Links >>>>> >>>>> >>>>> >>>>> >>>> >>> >> >> >> >> >> >