Re: File Permission change

2021-07-07 Thread David W Noon
e [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@gmail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / signoff / archive acce

Re: Copy DSNTYPE=BASIC to DSNTYPE=EXTREQ with LRECL=X

2020-08-06 Thread David W Noon
y the data when LRECL=X. Have you tried SORT FIELDS=COPY or the like? DF/SORT or Syncsort. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@gmail.co

Re: Enterprise COBOL 6.3 and IBM Programmer Tools

2020-01-09 Thread David W Noon
erface is almost certainly accessing DB2 in 31-bit AMODE. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@gmail.com (David

Re: VSAM record length 0

2019-12-27 Thread David W Noon
ink I still have that code on a tape cartridge, but I don't think the tape drive I used to back it up still works. ... :-( -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: VSAM record length 0

2019-12-27 Thread David W Noon
at RFC 3548 to see the standard algorithm: <https://tools.ietf.org/html/rfc3548.html> HTH. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: VSAM record length 0

2019-12-27 Thread David W Noon
ro-length record just write the CRC. Just remember to strip the CRC when you read the dataset back again. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n

Re: SYNCSORT question: Why error INCOMPATIBLE LRECL usint TRAILER1 but not without?

2019-12-18 Thread David W Noon
would ditch the 23 trailing spaces. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@gmail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* --

Re: Adding a PARM to a PROCSTEP where no PARM is coded

2019-12-17 Thread David W Noon
. >01 PARM-FIELDS. >05 PARM-LENGTH PIC S9(04) COMP. >05 PARM-AREA PIC X(25). > Did your PROCEDURE DIVISION statement include USING PARM-FIELDS ? -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: VTOC reading

2019-06-13 Thread David W Noon
vid.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Using DFSORT to generate data

2019-03-28 Thread David W Noon
f when a database event occurred. It is a measure of external times, rather than of the internal clock of the CPU. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: VM (Subject clip volume with JCL)

2018-11-14 Thread David W Noon
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: Why are sophisticated system-level coding examples not available? [was: RE: Recommended method for accessing secondary access spaces]

2018-11-12 Thread David W Noon
ainframes any more, so nobody is going to bootleg z/OS as their own operating system. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: COBOL 64bit

2018-10-18 Thread David W Noon
Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: Is there an API to a "storage dump line" formatting routine?

2018-09-21 Thread David W Noon
use. Since PL/I uses LE for much of its run-time support, there is likely a CEEDUMP() subroutine one can use from other languages: RTFM! -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: SUSE splits from Microfocus

2018-07-04 Thread David W Noon
On Tue, 3 Jul 2018 21:02:41 -0400, Phil Smith Iii (li...@akphs.com) wrote about "Re: SUSE splits from Microfocus" (in <00a201d41332$b65763a0$23062ae0$@akphs.com>): > David W Noon wrote: [snip] >> A lot of the old EDS mainframers were made redundant because HP felt the &

Re: SUSE splits from Microfocus

2018-07-03 Thread David W Noon
HPE alive. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signoff / archi

Re: RECFM=VBS,LRECL=X

2018-05-02 Thread David W Noon
On Wed, 2 May 2018 16:43:02 -0500, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: RECFM=VBS,LRECL=X" (in <1556897214786710.wa.paulgboulderaim@listserv.ua.edu>): > On Wed, 2 May 2018 22:30:00 +0100, David W Noon wrote: [snip] >> I

Re: RECFM=VBS,LRECL=X

2018-05-02 Thread David W Noon
27; character that terminates each text record. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   ---

Re: IEFA107I when pointing to dataset alias

2018-04-30 Thread David W Noon
-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listse

Re: SUBSYS= ?

2017-11-09 Thread David W Noon
e cluster is SMS-managed. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -

Re: SUBSYS= ?

2017-11-06 Thread David W Noon
-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: What cryptographic algorithm is not supported?

2017-11-06 Thread David W Noon
hat it has been dropped. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*  

Re: too true: Vulture Central on "the next big thing".

2017-10-20 Thread David W Noon
red Programming. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscr

Re: BPXWDYN from CLIST

2017-10-18 Thread David W Noon
rhaps your site has one. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   ---

Re: BPXWDYN from CLIST

2017-10-18 Thread David W Noon
#x27;t use REXX. Won't the ALLOC command work? -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n

Re: Where is the "z/OS V2R3 Elements and Features" web site?

2017-10-17 Thread David W Noon
s to prepare these, but I guess it isn't fussy about the Title: not matching the text on the title page. I expect it's an Adobe product for Windows (Distiller?). -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: Where is the "z/OS V2R3 Elements and Features" web site?

2017-10-17 Thread David W Noon
etc. into backward slashes, because UNIX filesystem drivers use the forward slash as a directory separator. I have released it under the Berkeley License, so it is fully open source. Use at your own risk. -- Regards, Dave [RLU #314465

Re: ShopZ order response

2017-10-14 Thread David W Noon
technology. I find it a little surprising that reel-to-reel tape was still being used in 2004 but, given that the HST alternative was really no better, I guess we should not be really surprised. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: Sort Question

2017-10-02 Thread David W Noon
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signoff / archive access instructi

Re: Dynamic Steplib and z/OS 2.3?

2017-09-22 Thread David W Noon
On Fri, 22 Sep 2017 15:43:18 -0500, Walt Farrell (walt.farr...@gmail.com) wrote about "Re: Dynamic Steplib and z/OS 2.3?" (in <1942473900671448.wa.walt.farrellgmail@listserv.ua.edu>): > On Fri, 22 Sep 2017 20:53:10 +0100, David W Noon > wrote: > >> It is

Re: Dynamic Steplib and z/OS 2.3?

2017-09-22 Thread David W Noon
s in use in a job step are mutually compatible. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signof

D-flat (was: LPAR to LPAR access

2017-09-20 Thread David W Noon
*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua

Re: More musings about Unicode, UTF-8, etc.

2017-09-11 Thread David W Noon
On Mon, 11 Sep 2017 11:49:29 -0500, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: More musings about Unicode, UTF-8, etc." (in <0662287305026690.wa.paulgboulderaim@listserv.ua.edu>): > On Mon, 11 Sep 2017 16:41:18 +0100, David W Noon

Re: More musings about Unicode, UTF-8, etc.

2017-09-11 Thread David W Noon
re is a Makefile included that can build the source code using either GCC or CLANG using gmake. Those who use other C/C++ compilers will have to work out their own build sequence. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: More musings about Unicode, UTF-8, etc.

2017-09-11 Thread David W Noon
AA, there is no impetus to make coreutils Unicode-aware. In contrast, zsh uses a shell intrinsic for printf. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

More musings about Unicode, UTF-8, etc.

2017-09-10 Thread David W Noon
14465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*   -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.u

Re: CSST question

2017-09-10 Thread David W Noon
ther instructions in the compare-and-swap family. So your first understanding is correct. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: UTF-8 woes on z/OS, a solution - comments invited

2017-09-05 Thread David W Noon
"+++" would line up (at least in a monospaced font). This is a bug in your printf UNIX command. It is counting bytes to determine print position, rather than counting glyphs. It probably isn't Unicode-aw

Re: UTF-8 woes on z/OS, a solution - comments invited

2017-09-05 Thread David W Noon
acter strings. This relieves the problem of counting bytes or counting glyphs. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com

Re: UTF-8 woes on z/OS, a solution - comments invited

2017-09-04 Thread David W Noon
xity that was previously hidden is now visibly the province of the programmer. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@goog

Re: dumb VSAM KSDS & AIX question.

2017-08-30 Thread David W Noon
ant using DF/SORT or Syncsort. Simply use the path as your SORTIN. If you are using COBOL then a SORT verb can do it too. If you are using PL/I then PLISRTA(), PLISRTB() and PLISRTD() can do it. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: COBOL STOP RUN enhancement

2017-08-10 Thread David W Noon
rn 16; } The return type of "int" is mandatory in this case. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* --

Re: Curse you, L-Soft!

2017-08-08 Thread David W Noon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 8 Aug 2017 12:36:00 -0500, Elardus Engelbrecht (elardus.engelbre...@sita.co.za) wrote about "Curse you, L-Soft!" (in <8733075135946583.wa.elardus.engelbrechtsita.co...@listserv.ua.edu>): > David W Noon wrote: [snip] >&g

Re: Curse you, L-Soft!

2017-08-08 Thread David W Noon
iling list forwarders. I see lots of paragraphs that begin with "From" that have been decorated to ">From" even though no mbox storage has occurred along the way. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n.

Re: Curse you, L-Soft!

2017-08-08 Thread David W Noon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 8 Aug 2017 01:45:22 -0500, Elardus Engelbrecht (Elardus Engelbrecht ) wrote about Re: Curse you, L-Soft!: > David W Noon wrote: > > >Sometimes Base64 or other binary-safe encoding is required by RFC. > > So I see. Than

Re: Curse you, L-Soft!

2017-08-07 Thread David W Noon
an cause many problems for those who use "cowboy coded" MUAs. And to complete the email glossary: MUA = Mail User Agent (your mail reader) MDA = Mail Delivery Agent (the server from which your MUA downloads mail) -- Regards, Da

Re: REGION=0M leads to CPU through the roof

2017-07-25 Thread David W Noon
the OP, who was posting hourly or so, has gone quiet. > Perhaps the problem has been located. It would be interesting to know the final cause and resolution. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: REGION=0M leads to CPU through the roof

2017-07-25 Thread David W Noon
ilar if allowed. Coding memory constraints in the RTL options can work wonders. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: REGION=0M leads to CPU through the roof

2017-07-24 Thread David W Noon
!" "Well don't do that." :-) -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* ---

Re: REGION=0M leads to CPU through the roof

2017-07-24 Thread David W Noon
ry management routines having to manage excessive amounts of virtual storage, and limiting the stack and/or heap could save much CPU. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n

Re: AW: Re: Question regarding system symbols

2017-07-13 Thread David W Noon
s, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / signoff / archive access instr

Re: RFE? xlc compile option for C integers to be "Intel compat" or Little-Endian

2017-06-16 Thread David W Noon
i, 16 Jun 2017 22:56:18 +0100, David W Noon wrote: [snip] >> The endianness is determined by where the MSB and LSB are stored. On IBM >> machines the MSB is in the left-most byte of the register and the LSB in >> the right-most byte. That is big-endian. >> >> Ascr

Re: RFE? xlc compile option for C integers to be "Intel compat" or Little-Endian

2017-06-16 Thread David W Noon
i, 16 Jun 2017 16:43:38 +0100, David W Noon wrote: >> ... >> This is not the way computers do arithmetic. Adding, subtracting, etc., >> are performed in register-sized chunks (except packed decimal) and the >> valid sizes of those registers is determined by architecture. >

Re: RFE? xlc compile option for C integers to be "Intel compat" or Little-Endian

2017-06-16 Thread David W Noon
nd just to > round out this totally off topic weirdness, we can all be glad that we > don't write in boustrophedon style > ​ (switch directions every line) ref: http://wordinfo.info/unit/3362/ip:21​ That's all Greek to me. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*

REFR protection (was: APF authorization and AC(00)

2017-06-12 Thread David W Noon
basis. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For

Re: RACF Database (was: Sample JCL for file transfer using NJE/TCPIP)

2017-05-23 Thread David W Noon
ter too. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / signoff / archive access instructions, send e

Re: RACF Database (was: Sample JCL for file transfer using NJE/TCPIP)

2017-05-22 Thread David W Noon
a subsystem and its PARM field includes the name of the job entry subsystem to start (i.e. ACF2 starts JES). -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.c

Re: JCL null statement

2017-05-09 Thread David W Noon
or issues "$TOJ W=INTRDR" on an ordinary SYSOUT data set after the fact? Probably nothing good. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

JCL null statement (Was: job output into dataset

2017-05-09 Thread David W Noon
On Tue, 9 May 2017 14:56:33 -0500, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: job output into dataset" (in <5975685166305075.wa.paulgboulderaim@listserv.ua.edu>): On Tue, 9 May 2017 20:20:10 +0100, David W Noon wrote: [snip] W

Re: job output into dataset

2017-05-09 Thread David W Noon
On Tue, 9 May 2017 13:25:43 -0500, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: job output into dataset" (in <679800532864.wa.paulgboulderaim@listserv.ua.edu>): On Tue, 9 May 2017 18:59:23 +0100, David W Noon wrote: The INTRDR w

Re: job output into dataset

2017-05-09 Thread David W Noon
am is incorrectly coded. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -

Zip archives (Was: SHARE Proceedings self-extacting ZIP File reguesting Admin rights??

2017-05-03 Thread David W Noon
ndard for the unzip command is that for Info-Zip. Here is the man page: <https://www.freebsd.org/cgi/man.cgi?query=unzip&sektion=1> -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: Can XLC printf() take "%D(*,*)"?

2017-04-26 Thread David W Noon
, as those format interpreters [printf(), sprintf(), etc.] often run like treacle in winter. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: Can XLC printf() take "%D(*,*)"?

2017-04-26 Thread David W Noon
d wimp out and code this run of code in plain C. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- Fo

Re: Can XLC printf() take "%D(*,*)"?

2017-04-26 Thread David W Noon
On Wed, 26 Apr 2017 11:09:19 -0500, Elardus Engelbrecht (elardus.engelbre...@sita.co.za) wrote about "Re: Can XLC printf() take "%D(*,*)"?" (in <7516686188585950.wa.elardus.engelbrechtsita.co...@listserv.ua.edu>): > David W Noon wrote: > >> You should not be

Re: Can XLC printf() take "%D(*,*)"?

2017-04-26 Thread David W Noon
in from an external source). I added the #include > but still no joy. How are you declaring the decimal variables? -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: Can XLC printf() take "%D(*,*)"?

2017-04-25 Thread David W Noon
laces for the output field too. HTH -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For I

Re: program-name is unresolved/uncallable

2017-04-25 Thread David W Noon
e annoyance is exacerbated by the fact that the messages were never intended to go to the console in the first place. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: LLVM

2017-04-21 Thread David W Noon
from releasing it as the hot new thing. It could soon be as fast as Java! -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: Assembler question

2017-04-08 Thread David W Noon
he format-1 during the CLOSE macro -- at least for UPDAT. HTH -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@

Re: Data/hiperspaces (was: ... 4G bar?)

2017-03-30 Thread David W Noon
rds, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / signoff / archive access instructi

Re: Data/hiperspaces (was: ... 4G bar?)

2017-03-30 Thread David W Noon
a LLL, but that's just wishful thinking. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: Check out Massive Amazon cloud service outage disrupts sites

2017-03-01 Thread David W Noon
y song > should be the Simon & Garfunkel "Hello Darkness my Old Friend." Given that the song's title is "Sound of Silence", it would apply to stereo systems too. ... :-)) -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: Question about PARMDD

2017-02-22 Thread David W Noon
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to li

Re: Question about PARMDD

2017-02-22 Thread David W Noon
On Wed, 22 Feb 2017 14:00:55 -0600, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: Question about PARMDD" (in <1294479713669226.wa.paulgboulderaim@listserv.ua.edu>): > On Wed, 22 Feb 2017 19:52:26 +, David W Noon wrote: >> >>

Re: Question about PARMDD

2017-02-22 Thread David W Noon
t lines are not applicable. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / signoff / archive access i

Re: interfacing between PL/I and C

2017-02-22 Thread David W Noon
No. Provided your PL/I declarations are accurate, the C code does not need any #pragma directives. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@goog

Re: interfacing between PL/I and C

2017-02-21 Thread David W Noon
reatest variety of parameter types. If you are still using the old OS PL/I Optimizer, good luck -- you'll need it. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: BSAM vs QSAM

2017-02-04 Thread David W Noon
ly bundled with DFP/XA, but did not become 31-bit code until MVS/XA SP 2.2. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemai

Re: BSAM vs QSAM

2017-02-04 Thread David W Noon
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / signoff / archive access instructi

Re: BSAM vs QSAM

2017-02-03 Thread David W Noon
cern if you need to support BPAM is that BPAM and BSAM can share > more > code than BPAM and QSAM. That's fairly marginal. Much of SAM/E is in the LPA. -- Regards, Dave [RLU #314

Re: Paper tape (was Re: Hidden Figures)

2017-01-13 Thread David W Noon
sively about punched cards. ... :-) -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -

Re: New free / open source z/OS tools from Dovetailed Technologies

2017-01-13 Thread David W Noon
one is POSIX standard C, at least according to the man page. See man 3 strtok on any Linux or BSD system. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.

Re: "task level" TIOT & XTIOT? A crazy thought?

2017-01-11 Thread David W Noon
On Wed, 11 Jan 2017 10:12:30 -0700, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: "task level" TIOT & XTIOT? A crazy thought?" (in ): > On 2017-01-10, at 17:46, David W Noon wrote: >> >>> And how would you preserve

Re: DAIR?

2017-01-11 Thread David W Noon
On Wed, 11 Jan 2017 10:22:01 -0700, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "DAIR? (was: "task level" TIOT & XTIOT? ...)" (in ): > On 2017-01-10, at 17:46, David W Noon wrote: >> >>> And how would you preserve one of t

Re: "task level" TIOT & XTIOT? A crazy thought?

2017-01-10 Thread David W Noon
On Tue, 10 Jan 2017 17:23:18 -0600, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: "task level" TIOT & XTIOT? A crazy thought?" (in <1554048328241551.wa.paulgboulderaim@listserv.ua.edu>): > On Tue, 10 Jan 2017 20:18:04 +,

Re: "task level" TIOT & XTIOT? A crazy thought?

2017-01-10 Thread David W Noon
On Tue, 10 Jan 2017 13:06:14 -0600, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: "task level" TIOT & XTIOT? A crazy thought?" (in <2517422968801667.wa.paulgboulderaim@listserv.ua.edu>): [snip] > On Tue, 10 Jan 2017 1

Re: "task level" TIOT & XTIOT? A crazy thought?

2017-01-10 Thread David W Noon
On Tue, 10 Jan 2017 12:38:22 -0600, John Mckown (john.archie.mck...@gmail.com) wrote about "Re: "task level" TIOT & XTIOT? A crazy thought?" (in ): > On Tue, Jan 10, 2017 at 12:26 PM, David W Noon < > 013a910fd252-dmarc-requ...@listserv.ua.edu> wrote: [

Re: "task level" TIOT & XTIOT? A crazy thought?

2017-01-10 Thread David W Noon
lf. ... :-( -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subsc

Re: IEBGENER SYSIN Comments?

2016-12-19 Thread David W Noon
On Mon, 19 Dec 2016 15:07:23 -0600, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: IEBGENER SYSIN Comments?" (in <9706435750968821.wa.paulgboulderaim@listserv.ua.edu>): [snip] > On Mon, 19 Dec 2016 18:10:58 +, David W Noon wrote: &

Re: IEBGENER SYSIN Comments?

2016-12-19 Thread David W Noon
one space. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* --

Re: BPAM

2016-11-13 Thread David W Noon
On Sat, 12 Nov 2016 19:48:05 -0600, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: BPAM" (in <1151053499262553.wa.paulgboulderaim@listserv.ua.edu>): > On Sun, 13 Nov 2016 00:20:44 +, David W Noon wrote: >>>> >>>>

Re: BPAM

2016-11-12 Thread David W Noon
On Sat, 12 Nov 2016 17:07:53 -0600, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: BPAM" (in <4952142150671732.wa.paulgboulderaim@listserv.ua.edu>): > On Sat, 12 Nov 2016 20:27:13 +, David W Noon wrote: >> >> The traditio

Re: BPAM

2016-11-12 Thread David W Noon
specialized > processing necessary to achieve this? If you use a STOW immediately after opening a PDS for output, you will create a member with no records in it. -- Regards,

Re: IEBGENER REblock FB--VB

2016-11-01 Thread David W Noon
On Mon, 31 Oct 2016 20:08:29 -0500, Paul Gilmartin (000433f07816-dmarc-requ...@listserv.ua.edu) wrote about "Re: IEBGENER REblock FB--VB" (in <9427079226127586.wa.paulgboulderaim@listserv.ua.edu>): > On Tue, 1 Nov 2016 00:31:51 +, David W Noon wrote: [snip] >&

Re: IEBGENER REblock FB--VB

2016-10-31 Thread David W Noon
ER to OLDGENER. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- For IBM-MAIN subscribe / sign