CDC implementation

2022-03-16 Thread Ambrose Jr
Hello All,

I'm new to CDC implementation and we are in plan to do POC for data
replication from mainframe to distributed side. We planned a setup like
*VSAM->CDC(infosphere)->Kafka->mongoDB*. I have more concern with Kafka to
mongodb connectivity and bit worried with connection functionality though
lot of connectors are available in market,
.Incase if someone one  done this setup before please share the doc or link
. Also let me know if you know any other easy or alternate way to implement
this setup. Appreciate your help !!.

Regards,

-- 
Regards,

Ambrose jr.



<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


I/O count of jobs running at USS service

2020-09-24 Thread Ambrose Jr
Hi ,

How to find the  I/O count of jobs running  at USS service ? .

-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Volume for Z/os USS

2018-04-11 Thread Ambrose Jr
Hi All,

My Z/os unix  volume is out of space, i'm unable to create or load files to
OMVS. I have no clue how to add volume dedicatedly  for USS purpose ,please
share link or doc to fix it.

-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


DESTINATION DEFAULTNET IS UNREACHABLE THROUGH INTERFACE 192.168.0.1 ON CTC1

2017-10-21 Thread Ambrose Jr
Hi all,

I encounter below message while setting CTC  for my hercules system

"DESTINATION  DEFAULTNET  IS UNREACHABLE THROUGH INTERFACE 192.168.0.1  ON
CTC1" .


I have 2   emulated mainframe system ,say A (192.168.0104) using gateway
192.168.0.2  and defaultnet  192.168.0.2   , i can able to ping and FTP to
system A.

For system B, I have same TCPIP profile except  home (192.168.0.114) . But
i'm unable to ftp or ping sysB.

Both system are using same subnet. Not sure what was the problem. Plase
guide me.


-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: how to hide PS files

2017-06-22 Thread Ambrose Jr
Elardus,

What is 'loads'?
Load Modules
What is 'there loads'? there own compiled
cobol program.

I a$$ume you want to avoid sharing that dataset. One way to do is use
create for each FTP user a PS dataset .FTP.XX.?

There is common PS dataset (having userid and pass for ftp), which i don't
want programmers to view  though they using same file for FTP there load
modules.

If you use a dataset as input source to do your FTP, you need READ access
to that dataset.?

correct, without read access there job get failed but my


On Thu, Jun 22, 2017 at 7:50 PM, Elardus Engelbrecht <
elardus.engelbre...@sita.co.za> wrote:

> Ambrose Jr wrote:
>
> >We have a setup of sending loads to other mainframe through ftp
>
> What is 'loads'?
>
>
> > we kept all the details (ip,username,password) on PS file FTP.XX . So
> far all user send there loads using FTP.XX .
>
> One or many userid(s)?
>
> What is 'there loads'?
>
>
> >I would like to know how to hide or skip this FTP.XX file from user
> perspective.
>
> I a$$ume you want to avoid sharing that dataset. One way to do is use
> create for each FTP user a PS dataset .FTP.XX.
>
>
> >We are not in situation to inverse new product.
>
> What is 'inverse new product'?
>
>
> >Please guide
>
> It is very difficult to 'guide' you if you don't state clearly what you
> want.
>
> If you use a dataset as input source to do your FTP, you need READ access
> to that dataset.
>
> Alternatively, submit that FTP job using the RACF SURROGAT profile.
>
> Consider using SFTP or consider using Automation Software. That product
> can then submit your FTP jobs on your behalf using SURROGAT RACF Class, as
> long you setup your RACF dataset profiles correctly.
>
> Groete / Greetings
> Elardus Engelbrecht
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


how to hide PS files

2017-06-22 Thread Ambrose Jr
HI all,

We have a setup of sending loads to other mainframe through ftp ,we kept
all the details (ip,username,password) on PS file FTP.XX .So far all user
send there loads using FTP.XX . I would like to know how to hide or skip
this FTP.XX file from user perspective.We are not in situation to inverse
new product. Please guide


-- 
Regards,
Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Job hold on jes2 input queue

2017-04-06 Thread Ambrose Jr
Hi,

yes, those are all WLM managed initiators. i have changed them from
mode=wlm to jes but it didn't work :(.
Any other way to skip this? .Also, I noted if I submit the
wrong(error) jcl it starts executing automatically but the same jcl is on
hold on input queue after the fix.

Note:  we are using the same WLM in RDT which was defined in the mainframe.


On Tue, Apr 4, 2017 at 12:13 PM, Vernooij, Kees (ITOPT1) - KLM <
kees.verno...@klm.com> wrote:

> Are the jobs in JES2 or WLM managed jobclasses?
> If WLM, check the CPU utilization and goals why WLM does not allow the
> jobs.
>
> Kees.
>
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> > Behalf Of Ambrose Jr
> > Sent: 03 April, 2017 20:15
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Job hold on jes2 input queue
> >
> > Hi Team,
> >
> >
> > We recently migrated test lpar from mainframe to RDT. All our submitted
> > jobs are hold(freeze )in jes2 input queue until we manually submit by
> > command *SJ* in front of the job to execute.  What would be the issue ?.
> > I
> > have no clue. Your guidenes would be more  helpful
> >
> > .
> >
> >
> > Note:-  (This migrated test lpar is sysplex on mainframe .On RDT
> > it's in monoplex) . Also Verified there is no hold parameter ,initiator
> > .
> >
> >
> > Regards,
> >
> > Ambrose jr
> >
> > --
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> For information, services and offers, please visit our web site:
> http://www.klm.com. This e-mail and any attachment may contain
> confidential and privileged material intended for the addressee only. If
> you are not the addressee, you are notified that no part of the e-mail or
> any attachment may be disclosed, copied or distributed, and that any other
> action related to this e-mail or attachment is strictly prohibited, and may
> be unlawful. If you have received this e-mail by error, please notify the
> sender immediately by return e-mail, and delete this message.
>
> Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its
> employees shall not be liable for the incorrect or incomplete transmission
> of this e-mail or any attachments, nor responsible for any delay in receipt.
> Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch
> Airlines) is registered in Amstelveen, The Netherlands, with registered
> number 33014286
> ************
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Job hold on jes2 input queue

2017-04-04 Thread Ambrose Jr
@ mike, We are not submitting from another jes2 .

I found some of them are WLM managed.I tried submitting the jobs with
non-managed WLM initiators but still facing the same issue (freeze on input
q).
I have no idea on WLM but I presume this not WLM issue. If its related to
WLM,how the jobs started running after manual submission from jes2 input
queue?.




On Tue, Apr 4, 2017 at 12:13 PM, Vernooij, Kees (ITOPT1) - KLM <
kees.verno...@klm.com> wrote:

> Are the jobs in JES2 or WLM managed jobclasses?
> If WLM, check the CPU utilization and goals why WLM does not allow the
> jobs.
>
> Kees.
>
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> > Behalf Of Ambrose Jr
> > Sent: 03 April, 2017 20:15
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Job hold on jes2 input queue
> >
> > Hi Team,
> >
> >
> > We recently migrated test lpar from mainframe to RDT. All our submitted
> > jobs are hold(freeze )in jes2 input queue until we manually submit by
> > command *SJ* in front of the job to execute.  What would be the issue ?.
> > I
> > have no clue. Your guidenes would be more  helpful
> >
> > .
> >
> >
> > Note:-  (This migrated test lpar is sysplex on mainframe .On RDT
> > it's in monoplex) . Also Verified there is no hold parameter ,initiator
> > .
> >
> >
> > Regards,
> >
> > Ambrose jr
> >
> > --
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> For information, services and offers, please visit our web site:
> http://www.klm.com. This e-mail and any attachment may contain
> confidential and privileged material intended for the addressee only. If
> you are not the addressee, you are notified that no part of the e-mail or
> any attachment may be disclosed, copied or distributed, and that any other
> action related to this e-mail or attachment is strictly prohibited, and may
> be unlawful. If you have received this e-mail by error, please notify the
> sender immediately by return e-mail, and delete this message.
>
> Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its
> employees shall not be liable for the incorrect or incomplete transmission
> of this e-mail or any attachments, nor responsible for any delay in receipt.
> Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch
> Airlines) is registered in Amstelveen, The Netherlands, with registered
> number 33014286
> ************
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Job hold on jes2 input queue

2017-04-03 Thread Ambrose Jr
Hi Team,


We recently migrated test lpar from mainframe to RDT. All our submitted
jobs are hold(freeze )in jes2 input queue until we manually submit by
command *SJ* in front of the job to execute.  What would be the issue ?. I
have no clue. Your guidenes would be more  helpful

.


Note:-  (This migrated test lpar is sysplex on mainframe .On RDT
it's in monoplex) . Also Verified there is no hold parameter ,initiator .


Regards,

Ambrose jr

--

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


CICS issue on RDT

2017-03-13 Thread Ambrose Jr
Hi all,
My CICS region on RDT is not up, I'm stuck-up with below message

*TSIPDROP HAS DETECTED THAT NO RESIDUAL IP CONN. ADDR. EXISTS*

CICS is not up because of  no residual ip conn?
For fix ip conn , should i fix tcpparm ?  or should i do any changes on RDT
?

I have no clue on this,  guide me.

-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


changeman setup on RDT

2017-03-05 Thread Ambrose Jr
Hi,

How to configure and setup changeman in test lpar which is running in RDT,
we are planned to move packages from RDT to production lpar (mainframe) . I
read serena changmean admin guide, came to know it can be setup by remote
site option.

I never worked in changeman and no idea how to implement this, if some one
guide or share some document or links will be more appreciated.
-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


BCPII FAILED TO CONNECT TO THE LOCAL CENTRAL PROCESSOR

2017-02-26 Thread Ambrose Jr
Team,

I have migrated sysres volume from mainframe to RDT, i'm  stooped below
error while IPL my RDT by using migrated sysres volumes .

HWI008I BCPII FAILED TO CONNECT TO THE LOCAL CENTRAL PROCESSOR
COMPLEX (CPC). RC = 0101, RSN = 007D. BCPII INITIALIZATION

How to fix it ? , how to skip BCPII in RDT ? .

-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


TSO/E Logon procedure

2017-02-23 Thread Ambrose Jr
Hi,

This question may be simple but i have no clear idea how TSO/E Logon
procedure invoke while login ?.Also want to know, how many Procedure's are
defined in  system ?. Guide me .


-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: RDT questions

2017-02-12 Thread Ambrose Jr
Got it, Thx Joseph

On Mon, Feb 13, 2017 at 8:47 AM, Joseph Reichman <reichman...@gmail.com>
wrote:

> There is a z1090@yahoogroups for RD
>
>
>
> > On Feb 12, 2017, at 9:48 PM, Ambrose Jr <ambrose.jr1...@gmail.com>
> wrote:
> >
> > Hi Team,
> >
> > I have some questions and doubts on RDT , can I rise here? or do we have
> > any separate group?
> >
> > Regards,
> > Ambrose.Jr
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Regards,

Ambrose jr.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


RDT questions

2017-02-12 Thread Ambrose Jr
Hi Team,

I have some questions and doubts on RDT , can I rise here? or do we have
any separate group?

Regards,
Ambrose.Jr

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN