Re: building BREXX
Hi Dave, ¡°what your mother never told you¡± - I read it a really loooooong time ago and it reminded me how we used IEBUPDTE on MVS to update cards. I might be old but I love to use Git for things
By
[email protected]
·
#309
·
|
Re: building BREXX
Hello! Actually well stated. But it was aimed at Dave M, who monitors this group. And Adrian I just tried out your Docker image, and it worked just dandy here. -- Gregg C Levine hansolofalcon@...
By
Gregg Levine
·
#308
·
|
Re: building BREXX
Fast start - Use from the normal windows console: * start the container docker run -d -p 3270:3270 -p 8038:8038 -p 3505:3505 --name vm370 adriansutherland/vm370:1.3.5 * attach to the linux console
By
adriansutherland67
·
#307
·
|
Re: building BREXX
You need docker desktop (or run it on a cloud provider's infrastructure). Then: docker run --rm -d -p 3270:3270 -p 8038:8038 -p 3505:3505 --name vm370 adriansutherland/vm370:1.3.5 (so the dockerhub
By
adriansutherland67
·
#306
·
|
Re: building BREXX
Gregg, Launching the six-pack... For Linux make sure you have the latest BETA, have installed Hercules and x3270 and have a desktop. Unpack the zip, make the sixpack.sh executable, do "./sixpack.sh"
By
Dave Wade
·
#305
·
|
Re: building BREXX
Hi Gregg, You can probably just run it and it will download it from Docker Hub the first time, when the disk seek for it fails. Yeah, tried to get my cats interested but they said they only accept
By
[email protected]
·
#304
·
|
Re: building BREXX
Hello! Adrian how did you construct this Docker Container? And is it available for us to work with? Dave, a question, since this concerns the sixpack. How does one launch it? (Together with how to log
By
Gregg Levine
·
#303
·
|
Re: building BREXX
He wants a listing, needs the "DISK" option on the VMFASM Dave
By
Dave Wade
·
#302
·
|
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
·
|