Re: Translate a ACS routine in batch

2018-07-18 Thread Gadi Ben-Avi
Thanks

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Sean Gleann
Sent: Wednesday, July 18, 2018 12:18 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Translate a ACS routine in batch

Gadi - check out "NaviQuest CLISTS and REXX EXECS" in DFSMSdfp Storage 
Administration - lots of goodies there for doing SMS-type things in batch.
Also, .SDSNSAMP(DSNTIJSS) gives a practical use example...

Sean


On 18 July 2018 at 09:22, Gadi Ben-Avi  wrote:

> There is a sample in SACBCNTL called ACBJBAC2 that show to do this.
>
> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Vernooij, Kees (ITOPT1) - KLM
> Sent: Wednesday, July 18, 2018 10:20 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Translate a ACS routine in batch
>
> You can activate an SMS configuration via an operator command (hence
> also in batch):
> SETSMS SCDS(cds dataset)
> SAVEACDS(spare cds dataset)
>
> Kees.
>
> > -Original Message-
> > From: IBM Mainframe Discussion List
> > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi
> > Sent: 18 July, 2018 7:19
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Translate a ACS routine in batch
> >
> > Hi,
> > Is it possible to translate a ACS routine in Batch?
> > Is it possible to activate a SMS configuration in Batch?
> >
> > I am running z/OS v2.2.
> >
> > Thanks
> >
> > Gadi
> >
> > ? ?? ?    ?? ??? ??? ??  ? ???
> > ?? ??. ?? ,  ?? ???  ?, ???  
> > ? ?? ??? ? ?? ?? ?. ? ?  ?? ?? ??
> > ??  ??  ??? ??? ???, ?/?? ?, ? ?? ? ?
> > ? ? ?? ?? ? ??? ?/?? ?? ?? ??.
> >
> > 
> > -- 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
> הודעה זו נשלחה אליך מטעם חברה בקבוצת מלם תים וייתכן שהיא מוגנת תחת
> סודיות מסחרית. כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד
> וחתום על ידי מורשה החתימה של החברה. החברה רשאית לנטר כל תכתובת העוברת
> בשרתיה והיא לא תישא באחריות לכל נזק, ו/או אובדן, שיבוש או פגיעה במידע
> כלשהו שנגרם מסיבות של תקיפה חיצונית ו/או זדונית על הארגון.
>
> --
> 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
הודעה זו נשלחה אליך מטעם חברה בקבוצת מלם תים וייתכן שהיא מוגנת תחת סודיות 
מסחרית. כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי 
מורשה החתימה של החברה. החברה רשאית לנטר כל תכתובת העוברת בשרתיה והיא לא תישא 
באחריות לכל נזק, ו/או אובדן, שיבוש או פגיעה במידע כלשהו שנגרם מסיבות של תקיפה 
חיצונית ו/או זדונית על הארגון.

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


Re: Translate a ACS routine in batch

2018-07-18 Thread Sean Gleann
Gadi - check out "NaviQuest CLISTS and REXX EXECS" in DFSMSdfp Storage
Administration - lots of goodies there for doing SMS-type things in batch.
Also, .SDSNSAMP(DSNTIJSS) gives a practical use example...

Sean


On 18 July 2018 at 09:22, Gadi Ben-Avi  wrote:

> There is a sample in SACBCNTL called ACBJBAC2 that show to do this.
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Vernooij, Kees (ITOPT1) - KLM
> Sent: Wednesday, July 18, 2018 10:20 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Translate a ACS routine in batch
>
> You can activate an SMS configuration via an operator command (hence also
> in batch):
> SETSMS SCDS(cds dataset)
> SAVEACDS(spare cds dataset)
>
> Kees.
>
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> > On Behalf Of Gadi Ben-Avi
> > Sent: 18 July, 2018 7:19
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Translate a ACS routine in batch
> >
> > Hi,
> > Is it possible to translate a ACS routine in Batch?
> > Is it possible to activate a SMS configuration in Batch?
> >
> > I am running z/OS v2.2.
> >
> > Thanks
> >
> > Gadi
> >
> > ? ?? ?    ?? ??? ??? ??  ? ???
> > ?? ??. ?? ,  ?? ???  ?, ???  
> > ? ?? ??? ? ?? ?? ?. ? ?  ?? ?? ??
> > ??  ??  ??? ??? ???, ?/?? ?, ? ?? ? ?
> > ? ? ?? ?? ? ??? ?/?? ?? ?? ??.
> >
> > --
> > 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
> הודעה זו נשלחה אליך מטעם חברה בקבוצת מלם תים וייתכן שהיא מוגנת תחת סודיות
> מסחרית. כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי
> מורשה החתימה של החברה. החברה רשאית לנטר כל תכתובת העוברת בשרתיה והיא לא
> תישא באחריות לכל נזק, ו/או אובדן, שיבוש או פגיעה במידע כלשהו שנגרם מסיבות
> של תקיפה חיצונית ו/או זדונית על הארגון.
>
> --
> 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


Re: Translate a ACS routine in batch

2018-07-18 Thread Gadi Ben-Avi
There is a sample in SACBCNTL called ACBJBAC2 that show to do this.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Vernooij, Kees (ITOPT1) - KLM
Sent: Wednesday, July 18, 2018 10:20 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Translate a ACS routine in batch

You can activate an SMS configuration via an operator command (hence also in 
batch):
SETSMS SCDS(cds dataset)
SAVEACDS(spare cds dataset)

Kees.

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of Gadi Ben-Avi
> Sent: 18 July, 2018 7:19
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Translate a ACS routine in batch
>
> Hi,
> Is it possible to translate a ACS routine in Batch?
> Is it possible to activate a SMS configuration in Batch?
>
> I am running z/OS v2.2.
>
> Thanks
>
> Gadi
>
> ? ?? ?    ?? ??? ??? ??  ? ???
> ?? ??. ?? ,  ?? ???  ?, ???  
> ? ?? ??? ? ?? ?? ?. ? ?  ?? ?? ??
> ??  ??  ??? ??? ???, ?/?? ?, ? ?? ? ?
> ? ? ?? ?? ? ??? ?/?? ?? ?? ??.
>
> --
> 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
הודעה זו נשלחה אליך מטעם חברה בקבוצת מלם תים וייתכן שהיא מוגנת תחת סודיות 
מסחרית. כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי 
מורשה החתימה של החברה. החברה רשאית לנטר כל תכתובת העוברת בשרתיה והיא לא תישא 
באחריות לכל נזק, ו/או אובדן, שיבוש או פגיעה במידע כלשהו שנגרם מסיבות של תקיפה 
חיצונית ו/או זדונית על הארגון.

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


Re: Translate a ACS routine in batch

2018-07-18 Thread Gadi Ben-Avi
Thanks

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Vernooij, Kees (ITOPT1) - KLM
Sent: Wednesday, July 18, 2018 10:20 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Translate a ACS routine in batch

You can activate an SMS configuration via an operator command (hence also in 
batch):
SETSMS SCDS(cds dataset)
SAVEACDS(spare cds dataset)

Kees.

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of Gadi Ben-Avi
> Sent: 18 July, 2018 7:19
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Translate a ACS routine in batch
>
> Hi,
> Is it possible to translate a ACS routine in Batch?
> Is it possible to activate a SMS configuration in Batch?
>
> I am running z/OS v2.2.
>
> Thanks
>
> Gadi
>
> ? ?? ?    ?? ??? ??? ??  ? ???
> ?? ??. ?? ,  ?? ???  ?, ???  
> ? ?? ??? ? ?? ?? ?. ? ?  ?? ?? ??
> ??  ??  ??? ??? ???, ?/?? ?, ? ?? ? ?
> ? ? ?? ?? ? ??? ?/?? ?? ?? ??.
>
> --
> 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
הודעה זו נשלחה אליך מטעם חברה בקבוצת מלם תים וייתכן שהיא מוגנת תחת סודיות 
מסחרית. כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי 
מורשה החתימה של החברה. החברה רשאית לנטר כל תכתובת העוברת בשרתיה והיא לא תישא 
באחריות לכל נזק, ו/או אובדן, שיבוש או פגיעה במידע כלשהו שנגרם מסיבות של תקיפה 
חיצונית ו/או זדונית על הארגון.

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


Re: Translate a ACS routine in batch

2018-07-18 Thread Vernooij, Kees (ITOPT1) - KLM
You can activate an SMS configuration via an operator command (hence also in 
batch): 
SETSMS SCDS(cds dataset)
SAVEACDS(spare cds dataset)

Kees.

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Gadi Ben-Avi
> Sent: 18 July, 2018 7:19
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Translate a ACS routine in batch
> 
> Hi,
> Is it possible to translate a ACS routine in Batch?
> Is it possible to activate a SMS configuration in Batch?
> 
> I am running z/OS v2.2.
> 
> Thanks
> 
> Gadi
> 
> ? ?? ?    ?? ??? ??? ??  ? ???
> ?? ??. ?? ,  ?? ???  ?, ???  
> ? ?? ??? ? ?? ?? ?. ? ?  ?? ?? ??
> ??  ??  ??? ??? ???, ?/?? ?, ? ?? ? ?
> ? ? ?? ?? ? ??? ?/?? ?? ?? ??.
> 
> --
> 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


Translate a ACS routine in batch

2018-07-17 Thread Gadi Ben-Avi
Hi,
Is it possible to translate a ACS routine in Batch?
Is it possible to activate a SMS configuration in Batch?

I am running z/OS v2.2.

Thanks

Gadi

? ?? ?    ?? ??? ??? ??  ? ??? ?? 
??. ?? ,  ?? ???  ?, ???   ? ?? ??? 
? ?? ?? ?. ? ?  ?? ?? ?? ??  ??  
??? ??? ???, ?/?? ?, ? ?? ? ? ? ? ?? ?? ? 
??? ?/?? ?? ?? ??.

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