¿ªÔÆÌåÓý

Re: add new dasd to vm/370 sixpack
Hi Rene, I have seen it suggested somewhere to put stuff to be done at startup in the PROFILE EXEC of OPERATOR but I can't recall where. This is not the correct thing to do. You should place your
By Peter Coghlan · #2607 ·
Re: add new dasd to vm/370 sixpack
Rene, If you add it to the Hercules config you shouldn¡¯t need to vary it on, only attach it to system. You can put this in AUTOLOG1¡¯s profile exec. That runs when the system comes up, Normally on
By Dave Wade · #2606 ·
Re: add new dasd to vm/370 sixpack
Hi Carlos, thank you. I was thinking to do the VARY ONLINE nnn and the ATTACH nnn TO SYSTEM AS VM50-X in the PROFILE EXEC of OPERATOR. But I noticed that disk 191 of OPERATOR was not formatted, and
By [email protected] · #2605 ·
Re: add new dasd to vm/370 sixpack
Hi Ren¨¦, For attaching a DOS disk I use a similar procedure as Dave's a) format a disk for instance dasdinit -a mydisk.cckd 3350-1 mydisk b) list in hercules: 07A2? ? 3350? ? Disks/mydisk.cckd ro
By carlos feldman · #2604 ·
Re: add new dasd to vm/370 sixpack
Hi Dave, yep that works. Great! thanks very much, best regards, Ren¨¦.
By [email protected] · #2603 ·
Re: add new dasd to vm/370 sixpack
By Dave Wade · #2602 ·
add new dasd to vm/370 sixpack
I cannot find anything on the net. What I want to do: add a dasd for a new user (bRexx tester) to a sixpack instance (I want a new dasd because I will take that dasd for the user to new systems with
By [email protected] · #2601 ·
Re: Two New Projects
Thank you Tom, I appreciate it very much. We are a bit short-handed at the museum but we'll try to get to this soon. -Dave
By Dave McGuire · #2600 ·
Re: Two New Projects
Have any questions, just send them. I will glad to help. Cheers Tom c
By Tom Chandler · #2599 ·
Re: Two New Projects
Ok, thanks Tom. It's likely that we will give them a try over at LSSM at some point soon. -Dave
By Dave McGuire · #2598 ·
Re: Two New Projects
I do not have access to vm/esa. However, both are basic gcc c programs so I would think that they should without too much trouble. If so please let me know. Cheers Tom c
By Tom Chandler · #2597 ·
Re: Two New Projects
Nice! Do you think either or both of these will run under later CMS releases, such as that of VM/ESA? -Dave -- Dave McGuire, AK4HZ New Kensington, PA
By Dave McGuire · #2596 ·
Re: Two New Projects
Awesome - will give them a spin! Adrian
By adriansutherland67 · #2595 ·
Two New Projects
There are two new applications available on Github for VM370 cms: CMSBASIC - This is a port of bxbasic from linux, to run under VM370.? I can found at: github.com/tchandler48/cmsbasic CMSPILOT - A
By Tom Chandler · #2594 ·
Re: gcc fopen question
Mark, That functionality does not exist in VM/370s filesystem. Remember, it is NOT the shared filesystem, but rather the predecessor (800-byte block, IIRC) CMS filesystem. Joe wrote:
By Joe Monk · #2593 ·
Re: gcc fopen question
Mark - Don't worry about picking on me - I am only a CMS Level 1 Hobbit, and do need guidance! But I think (and hope) Dave is right - in VM/370, from reading old old manuals, my understanding was that
By adriansutherland67 · #2592 ·
Re: gcc fopen question
Thats a shed load newer than the VM/370 we have¡­ Dave G4UGM Sent: 13 January 2021 22:44 To: [email protected] Subject: Re: [h390-vm] gcc fopen question Adrian, I am not trying to pick on you ...
By Dave Wade · #2591 ·
Re: gcc fopen question
Adrian, I am not trying to pick on you ... See: https://www.ibm.com/support/knowledgecenter/SSB27U_6.4.0/com.ibm.zvm.v640.dmsa6/fsopen.htm and page down to the section on OPENTYP= where it says:
By Mark Waterbury · #2590 ·
Re: gcc fopen question
Thank you for the response. I will download and hopefully update with the "new" GCCLIB. I have two projects that I am working on that need this type of access: Conversion of the MUMPS programming
By Tom Chandler · #2589 ·
Re: gcc fopen question
Ah ... I mean CMS does not support opening a file for reading and writing Cheers Adrian
By adriansutherland67 · #2588 ·