Re: Fwd: Happy 50th Birthday CICS

2019-07-07 Thread Anne & Lynn Wheeler
marktre...@gmail.com (Mark Regan) writes: > https://it.toolbox.com/blogs/trevoreddolls/happy-50th-birthday-cics-070719 As an undergraduate, within a year after taking 2hr intro to computing/fortran (they had 709 tape->tape with 1401 unit record front-end ... manually moving tapes between 709 drive

include library for @@CEETEST

2019-07-07 Thread Joseph Reichman
Hi Would anyone know the include library for @@CEETEST I coded __ceeteest() and I guess the compiler mangled (for lack of a better term) I see CEETEST in CEE.SCEERUN alternativiliy is there some pragma option to get ride of @@ I looked in Chapter 18. z/OS XL C/C++ pragmas and didn't see

Re: XL C\C++ COMPILE PRELINK and LINK

2019-07-07 Thread Joseph Reichman
Thanks > On Jul 7, 2019, at 5:42 PM, Don Poitras wrote: > > LP64 requires XPLINK. XPLINK cannot run from a PDS. I've never used the > Debug Tool, so I can't address that. For 64-bit DLL (and main), set the > entry point to be CELQSTRT. > > In article <006401d53506$febc0af0$fc3420d0$@gmail.c

Re: XL C\C++ COMPILE PRELINK and LINK

2019-07-07 Thread Don Poitras
LP64 requires XPLINK. XPLINK cannot run from a PDS. I've never used the Debug Tool, so I can't address that. For 64-bit DLL (and main), set the entry point to be CELQSTRT. In article <006401d53506$febc0af0$fc3420d0$@gmail.com> you wrote: > HI > > I am getting the following message my source is

XL C\C++ COMPILE PRELINK and LINK

2019-07-07 Thread Joseph Reichman
HI I am getting the following message my source is a simple program that just open a dataset. In addition since I would like to debug this from TSO I was wondering if I could use __ceetest() in the code to invoke Debug tool Here is my source #include #includ

Fwd: Happy 50th Birthday CICS

2019-07-07 Thread Mark Regan
https://it.toolbox.com/blogs/trevoreddolls/happy-50th-birthday-cics-070719 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Job abend with S722

2019-07-07 Thread Giliad Wilf
On Fri, 5 Jul 2019 19:06:04 +0530, raji ece wrote: >One of our job is abending with RC S722 and the error show the maximum >outlimit execeed. We have coded lines=99(Maximum limit) and run but >getting same error. Current zos level is 1.13. any idea? > Did the job ABEND before it has been giv