Re: Rexx function STORAGE with weird behavior on Netview

2022-12-20 Thread David Price
Try putting a line like numeric digits 20 somewhere before your first use of the storage function. Some of the storage function calculations need more than the default 9 digits' precision, depending on address values and memory contents. I've had inconsistent results when I've forgotten to set

Re: CCSID descriptions

2021-01-14 Thread David Price
Wikipedia used to have some great articles on each of the EBCDIC Code Pages. In July 2020 someone marked all 120+ pages for deletion for "lack of notability". In accordance with procedure, the relevant committee voted on this, and the majority decision was to keep the pages. However the

Re: Free 3270 emulator for Mac OS

2020-04-04 Thread David Price
tn3270 X recap == Just a point about the names of the 3270 emulators in this discussion. The "Brown University 3270 emulator" that the OP was referring to is called "tn3270 X" (not x3270). It is also called "tn3270" ambiguously. tn3270 X supports Mac OS X 10.1 through macOS 10.14

Re: Conversion from SAG Adabas and Natural to something else

2015-11-05 Thread David Price
You should also drop an email to Armen Grigorian at Mergilent Pty Ltd. He and his company specialise in converting less common mainframe database applications to a mainstream database product (commonly DB2). His company's sausage machine works at the source code level

Re: Utility to replace occurrences of string in PDS?

2014-12-17 Thread David Price
PDS or STARTOOL Usage The PDS package (free from CBT file 182) and Serena's STARTOOL product were mentioned earlier. Here's a note about their syntax. The TSO command PDS pdsname REPL : !stringA!stringB! WRITE is all you need. As a TSO command it is easy to put in a batch job. [Use

Re: IBM Migration Utility (Easytrieve to COBOL)

2014-09-30 Thread David Price
CPU consumption while they're at it. CPU consumption dropped by a phenomenal amount - a nice bonus. David Price Dapperware Pty Ltd On Mon, 29 Sep 2014 13:42:59 +, Wissink, Brad [ITSYS] bjwi...@iastate.edu wrote: We tried IBM Migration Utility. Had

Re: IBM C compiler substituting for macros inside literals?

2014-09-05 Thread David Price
Hi Glen! For the benefit of others, KR = The C Programming Language by Kernighan Ritchie. Appendix A C REFERENCE MANUAL, section 12.1 Token Replacement is on page 207 in the original 1978 edition. Section 12.1 explicitly deals with both #define identifier token-string and #define

Re: IBM C compiler substituting for macros inside literals?

2014-09-01 Thread David Price
Charles, it must be bug with the macro preprocessor used by USS's cc comand. Even KR's 1978 definition of C makes it clear that arguments inside ... strings are not to be substituted. An obvious workaround would be #define V 5 #define

Re: Is there a CPU cost to using key9 storage while running with key8

2014-08-28 Thread David Price
hardware. Your CICS region obviously has Storage Protection on. For the record, could you tell us if it also has Transaction Isolation on? Thanks for raising the issue Binyamin (an interesting find), -- David Price CPT Global