¿ªÔÆÌåÓý

Re: building BREXX
Rene, Have you read "what mother never told you"? /g/h390-vm/files/What%20Mother%20Never%20Told%20You%20About%20VM%20Service%20%281983%29.pdf and the "SYSPROG MEMO" describes some of
By Dave Wade · #301 ·
Re: building BREXX
Hi Peter, I meant running the assembler on the source file with all the patches applied, so I can get a listing with the offsets, for me to be able to put stops in for looking at the data when it
By [email protected] · #300 ·
Re: building BREXX
Ren¨¦ Jansen wrote: If by "assemble" you mean "run the assembler on", use this command: VMFASM DMSEXC DMSHRC If you mean "produce a source file with all the patches applied", use this one: UPDATE
By Peter Coghlan · #299 ·
Re: building BREXX
ok. Another beginner¡¯s question: I see the original source of DMSEXC ASSEMBLE is from 1978, and changes are patched on using a line-by-line approach. Is there some easy way to assemble the source
By [email protected] · #298 ·
Re: building BREXX
Rene, When you logon to maint the CP mods disk is accessed as "B". There is another HRCMODS MEMO on that disk for the CP mods. Dave
By Dave Wade · #297 ·
Re: building BREXX
Ah! Thanks Dave! Ren¨¦.
By [email protected] · #296 ·
Re: building BREXX
To see what CMS mods there are in the n-Pack logon to maint and type CMSACC This accesses the CMS modifications disk as "B" and then do EE HRCMODS MEMO B You will see HRC371DS implements this change.
By Dave Wade · #295 ·
Re: building BREXX
One piece of the puzzle is this: There is no DMSREX module in VM/370. Ren¨¦ Ferland confirmed this. The RESLIB command is used to load BREXX TEXT into resident storage. RESLIB itself is not documented
By [email protected] · #294 ·
Re: building BREXX
Peter, you are right, I am talking nonsense! I always get mixed up. I mean GCCLIB not CMSLIB!! Notice to all ...? whenever I say CMSLIB please read GCCLIB ... So GCCLIB is the CMS native stdc lib and
By adriansutherland67 · #293 ·
Re: building BREXX
adriansutherland67 wrote: CMSLIB TXTLIB contains these five members: IEAXPSIM IEAXPALL IEAXKALL IEAXPDXR IEAXKDXR What have any of these to do with any C runtime library? Regards, Peter Coghlan.
By Peter Coghlan · #292 ·
Re: building BREXX
Not knowing if brexx is linked to gcclib or cmslib ... I would want it linked to cmslib ... and it is here that any io should be sorted.
By adriansutherland67 · #291 ·
Re: building BREXX
This might just be a known defect with the version of cmslib installed on 6pack 1.3 beta 3. This is what started me down the winding road ...
By adriansutherland67 · #290 ·
Re: building BREXX
Are you sure you want CMSLIB? This will interfere with gcclib. Cmslib is a CMS native (rather than os emulated) stdc lib. I suspect brexx builds with gcclib currently ... Adrian
By adriansutherland67 · #289 ·
Re: building BREXX
So I would support this and started with CMSLIB. I?have a repository with buildable code. I want to set up a GitHub action so that code can be built automatically on a push, and a release (on a tape)
By adriansutherland67 · #288 ·
building BREXX
Hi, I need some help in building BREXX. I wanted to have a look at some of the problems it has, and prepare for testing it if the new sixpack level comes out. This is what I have done until now: brexx
By [email protected] · #287 ·
Re: VM/370 Hercules Optimisation
https://www.mxg.com/thebuttonman/html/button880.htm Tony H.
By Tony Harminc · #286 ·
Re: Using the real card reader
Gentlemen - than you all for your help - sorted :-) For future visitors ref - read * to read the fine from your rdr list. This is digestible -
By adriansutherland67 · #285 ·
Re: Using the real card reader
You need a ¡°USERID¡± card with two spaces after the ¡°USERID¡±, e.g. USERID GCCCMS on the front of the deck. Then do ¡°CP START ccu¡± On a user id with appropriate permissions. If you are using
By Dave Wade · #284 ·
Re: Using the real card reader
You need to get it started. There can be some confusion because if you just enter the command: START 00C while logged on as MAINT for example, this will get passed to CMS which is not what you want
By Peter Coghlan · #283 ·
Re: Using the real card reader
Have you seen this video: https://www.youtube.com/watch?v=U-kFCsiqB0c At about 11m50s it describes adding a user ID card to the start of the deck (file) then goes on to show the Hercules devinit
By Steven Fosdick · #282 ·