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
·
|
Re: GCC Lib
Bernd, Yes its part of the standard and It should be in <stdio.h> The GCCLIB version does not have it. Despite its name its not the maximum, it¡¯s the maximum that can ALWAYS be opened. Typical
By
Dave Wade
·
#3741
·
|
Re: GCC Lib
I did some research, and it seems that the practical limit on some current implementations is 1024 (which means stdin, stdout, stderr and 1021 other files). Don't know, if the origin of this limit is
By
Bernd Oppolzer
·
#3740
·
|
Re: Possible bug in BREXX parse instruction
actually my original test exec had no ¡®with¡¯ but gave exactly the same results Dave
By
Dave Mitchell
·
#3739
·
|