Re: Prolog code of Metal C program (register 0)

2020-01-27 Thread David Crayford
I agree! Why would anybody want to use a data-space now we have 64-bit storage? On 2020-01-27 7:13 AM, Charles Mills wrote: Well, I hear you. A dataspace seems like overkill. How much data do you have? My program runs 31-bit and keeps its data just in C++ "new" storage (GETMAIN storage, in

Connect upgrade Secure+ requirement

2020-01-27 Thread Steve David
Hi All, We are upgrading CD from V4.8 to V5.2, currently running in zOS 1.13, but we dont have working smpe environment and currently we dont have ICSF installed. To enable CD Secure + in V5.2, we need to have ICSF installed, can you please advise what minimum version of ICSF needed for zOS 1.13

Re: RES: Rexx or similar to clone a RACF user?

2020-01-27 Thread Sri h Kolusu
> In the past i've developed a small ICETOOL that uses output from > IRRDBU00 to clone a USERID. Ituriel do Nascimento Neto Just so you know, the JCL can be simplified into a single step with single pass of data. Thanks, Kolusu DFSORT Development IBM Corporation

RES: Rexx or similar to clone a RACF user?

2020-01-27 Thread ITURIEL DO NASCIMENTO NETO
Hi, In the past i've developed a small ICETOOL that uses output from IRRDBU00 to clone a USERID. Here follows the JCL: //TSL1USER JOB (),CLASS=S,MSGCLASS=T,MSGLEVEL=(1,1), // COND=(0,NE), // REGION=0M,NOTIFY= //* //*CLONE RACF USERID //* //*CHANGE "USERID" TO

Re: DR Sysplex Procedure

2020-01-27 Thread Elaine Beal
Thank you. I believe you may have hit on our issue. We're getting the in use for the LOGR which is not new and I am okay with that. I'm confident we're picking up the DR COUPLExx but we've never had the POLICY statement. We were planning on issuing the SETXCF START with the new policy name. The

Re: Prolog code of Metal C program (register 0)

2020-01-27 Thread David Crayford
WSA is the writable static area. If your using static variables in your Metal/C code you will need to allocate the storage. It's all in the manual which I suggest you read. Metal/C is a tricky environment to use if you expect it to be just like using LE C. On 2020-01-26 11:23 AM, Joseph

Re: Probably really dumb JES2 rdr question

2020-01-27 Thread Rob Schramm
That was it!! Thanks a bunch. Rob Schramm Senior Systems Consultant On Thu, Jan 23, 2020 at 5:19 PM Seymour J Metz wrote: > I would assume that you're running z/OS on z/VM and that RDR1 is assigned > to a virtual card reader. If so, check the console log for the virtual > machine to see the

[AD] Enterprise IT days 2020 Boeblingen, Germany, March 24th-26th

2020-01-27 Thread D Gaebler
Hi, I just like to make you aware of the renamed System z application development days in Boeblingen, Germany from March 24th-26th. Some sessions will be German, but in most cases the speaker can switch to english. The event is without fee, but you have to make your own travel arrangements.

Re: Prolog code of Metal C program (register 0)

2020-01-27 Thread Peter Relson
// PARM='/SOURCE,METAL,NOSEARCH,SEARCH(/usr/include/metal/),GENASM,ASM,* // SHOWINC,ARMODE,RENT' Thanks for posting the compile options. Now, could you post a minimal program that demonstrates the problem? I do truly mean minimal, to avoid exposing anything you don't want to