¿ªÔÆÌåÓý

Re: WATFIV
The WATFIV module both compiles and executes Fortran programs, submitted as jobs in a "card" deck. That's the way I remember it from my university days. At the time, it was used in the engineering
By Ren¨¦ Ferland · #3761 ·
Re: IFOX00/ASSEMBLER Question #VMCE
You dont assemble macros independently... When they are used in an assembler program, the assembler will bring in and interpret the code as part of the assembly. Joe [email protected]> wrote:
By Joe Monk · #3760 ·
IFOX00/ASSEMBLER Question #VMCE
We don't seem to have all the pieces to ASSIST, so I am trying to fill in the gaps. I have two MACLIBS built and want to begin assembly to build a TXTLIB of the routines, but it seems I don't
By Mark A. Stevens · #3759 ·
Re: WATFIV
This looks like it was set up for a JES2 XBATCH initiator. Jay Maynard 2021-12-17 02:27:05 +0000 Mark A. Stevens via groups.io < marXtevens@...> :
By Jay Maynard · #3758 ·
Re: WATFIV
The syntax for WATFIV job stream, one with multiple jobs/programs in one CMS file. Ready; T=0.08/0.11 02:22:53 watfiv hello Ready(00003); T=0.02/0.03 02:23:00 l hello * a ( date Filename Filetype Fm?
By Mark A. Stevens · #3757 ·
WATFIV
Gentles, Does any one use WATFIV? The current EXEC seems to make a dogs dinner of things as it only accepts one input file. The manual for WATFIV suggests that the CMS interface accepts multiple files
By Dave Wade · #3756 ·
Re: Updated Help
Thank you for putting this together. I've had more coffee, so maybe I'll be better at explaining. Neither GCC HELPCMD, nor GCC HELPCMD2 point to HELP PDPCLIB, as in does Note 4. I would suggest adding
By Mark A. Stevens · #3755 ·
Re: Possible bug in BREXX parse instruction
Hi Mark, that¡¯s correct. The reason is simple. I¡®m a MVS developer and Bob is a VM developer. ? Currently there are two different source repositories for brexx on 370. But you are right, that
By Mike Gro?mann · #3754 ·
Re: Possible bug in BREXX parse instruction
Why is BREXX for MVS so different from BREXX for VM/CMS that it could have differences in something as fundamental as the REXX PARSE statement? I would think that most of the BREXX code should be
By Mark Waterbury · #3753 ·
Re: Updated Help
Mark, Thanks for looking. Why are you confused. It¡¯s a draft so it will have inconsistencies. GCC HELPCMD points to the help for both libraries. LIB fn specifies the runtime library with which the
By Dave Wade · #3752 ·
Re: Updated Help
I downloaded the help.aws, then uploaded it to my VM system. I found the reference to GCCLIB, but I'm not finding a reference to PDPCLIB in the following. FSVIEW GCC HELPCMD2 F ... 3.? The source
By Mark A. Stevens · #3751 ·
Updated Help
Folks, I have attempted to clean up the GCC help files and to that end have uploaded some modified files to the groups file section. /g/h390-vm/files/Help%20File%20Updates there are
By Dave Wade · #3750 ·
Re: Possible bug in BREXX parse instruction
Hey ¡­. I will check the MVS version on weekend. Sorry for the delay. Mike Bob Bolch <Bob@...> schrieb am Mi. 15. Dez. 2021 um 13:05: Von Gmail Mobile gesendet
By Mike Gro?mann · #3749 ·
Re: Possible bug in BREXX parse instruction
This is definitely a bug in BREXX on VM/370. We are checking into whether the MVS version has a similar bug. So far, I am just starting to go through the (sparsely) documented PARSE code. Bob Bolch
By Bob Bolch · #3748 ·
Re: Possible bug in BREXX parse instruction
thanks for all the advice. For the moment I have solved my problem by rewriting the exec so that the pair of parentheses always have two non-null character strings between them. Dave wrote:
By Dave Mitchell · #3747 ·
Re: Possible bug in BREXX parse instruction
If you have not made friends with IBM VM/SP environment: ssh ibm4361@...
By Drew Derbyshire · #3746 ·
Re: Possible bug in BREXX parse instruction
I would run it via system REXX on VM/SP 5 via the LCM+L system. I see: test of () trial 1 in1 = // in2 = // outer=/ trial 1/ test of (1) trial 2 in1 = /1/ in2 = // outer=/ trial 2/ test of (1 3) trial
By Drew Derbyshire · #3745 ·
Re: CMS GCC definition
In searchingLInux,? /usr/include/ and its subdirectories I ran into the following.? Since char seems to be byte aligned (it holds one character 'A', 'B', ...) it would be 8 bits long for EBCDIC/IBM.
By Mark A. Stevens · #3744 ·
CMS GCC definition
Trying? to determine what uint8_t would be in CMS GCC, as uint8_t is not defined. I need a unsigned 8-bit integer type to define in CMS GCC.? I have tried several different definitions and none of
By Tom Chandler · #3743 ·
Re: GCC Lib
"Despite its name its not the maximum, it¡¯s the maximum that can ALWAYS be opened." No, its the minimum number that the implementation guarantees that can be open simultaneously... "FOPEN_MAX which
By Joe Monk · #3742 ·