Xmitip multi language characters problem

2020-11-19 Thread Weizman arbel
Hello , I am working in israeli bank And have a problem with Hebrew characters When i am sending email By xmitip. Hebrew characters doesn't Translate. Any suggestion how to solve This problem ? (Where and how to change the Smtp translate characters table ?)

is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
i want to free one of them (sortout) and browse the file from the second dd. ( At the moment i am alloc 2nd dd copy the first and free the first ) ( I do not want a fixed file ) thanks weizman -- For IBM-MAIN subscribe /

ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
hi, there is a way to execute "HX" line command from edit macro ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
i am want it from rexx foreground "ALLOC F(SORTOUT) REUSE NEW RECFM(F B)", " SPACE(2,2) CYL RELEASE DSO(PS) BLKSIZE(0)" i am want to relese (free) sortout and browse/use the temp file by 2nd dd like "ALLOC F(SORTOUT dd2nd) REUSE NEW RECFM(F B)", ... "FREE F(SORTOUT)" browse the file by dd2nd

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
Sort was just for example I need many other cases to Release specific DD And continue with another I am currently copying The sort example helps me very much thanks -- For IBM-MAIN subscribe / signoff / archive access

Re: ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
So I understand it's impossible execute "HX" line command from edit macro I know the way to do it myself in the code -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
ISREDIT HX .ZCSR should work this is command line and there is Does not exist HX in command line (the command is hex on / hex off) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
about allocate two dd (sortout , DD2nd) it is to save time/performens I am currently copying sortout to DD2nd free sortout and continu with DD2nd about HX I just wanted to implement the command from edit macro I know how to do this in indirect ways by code

Re: is it possible to allocate two dd to same temp file ?

2021-09-02 Thread Weizman arbel
Fnames is very good solusion for sort Because it is give me a flexible way to allocate Diffferent dd from different screen at the same time. ( Rexx forground ). -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: ispf edit macro "HX" line command

2021-09-19 Thread Weizman arbel
I remembered that (:) prefix command line (primary command) can execute line command Command ===> :hx Command ===> :i Command ===> :r etc ... https://www.ibm.com/docs/en/zos/2.1.0?topic=commands-line You can enter edit line commands as primary commands on the command line by prefixing them with

Re: ispf edit macro "HX" line command

2021-09-05 Thread Weizman arbel
g command line ? >so >ISREDIT (CMD) - 'HEX' > >Carmen > >On 9/2/2021 10:14 AM, Weizman arbel wrote: >> ISREDIT HX .ZCSR should work >> >> this is command line >> and there is Does not exist HX in command line (the command is hex on / hex >> off) >> &g

ISPF, How to insert text to the first input field in the panel ?

2022-01-05 Thread Weizman arbel
Hello , How to do this from rexx As RETRIEVE , RETP , RETF doing so thanks , weizman. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Re: ISPF, How to insert text to the first input field in the panel ?

2022-01-05 Thread Weizman arbel
Hello, I tried I received an error message Variable not modifiable Variable 'Z' is reserved by the system. On Wed, 5 Jan 2022 10:18:37 +0200, Itschak Mugzach wrote: >Z = “my text “ >Address ispexec vput x shared > >בתאריך יום ד׳, 5 בינו׳ 2022 ב-10:16 מאת W

Re: ISPF, How to insert text to the first input field in the panel ?

2022-01-05 Thread Weizman arbel
m.co.il> wrote: >> >> >Z = “my text “ >> >Address ispexec vput x shared >> > >> >בתאריך יום ד׳, 5 בינו׳ 2022 ב-10:16 מאת Weizman arbel > >: >> > >> >> Hello , >> >> How to do this from rexx >> >> As RETRIEVE ,

iebcopy problem copy load from pdse to pds

2021-11-23 Thread Weizman arbel
hello , There is a suggestion on how to do ? It brings me back this error : IEW2606S 4B39 MODULE INCORPORATES VERSION 3 PROGRAM OBJECT FEATURES AND CANNOT BE SAVED IN LOAD MODULE FORMAT. IEB1135I IEBCOPY FMID HDZ2240 SERVICE LEVEL UJ00519 DATED 20190816 DFSMS 02.0 IEB1035I S172IEB1

Re: how to copy entire pds to sequential file ?

2021-12-13 Thread Weizman arbel
>does it in 2 steps using IEBPTPCH and then SORT to strip out the MEMBER >NAME. > >On Tue, 14 Dec 2021 at 16:53, Weizman arbel wrote: > >> hello , >> >> i want to do this from batch. >> >> IEBPTPCH (PUNCH TYPORG=PO) >> add MEMBER NAME >> i

how to copy entire pds to sequential file ?

2021-12-13 Thread Weizman arbel
hello , i want to do this from batch. IEBPTPCH (PUNCH TYPORG=PO) add MEMBER NAME in front of each member and i want to prevent it. i did not find a way through IEBCOPY ( i know the way by rexx ) thanks -- For IBM-MAIN

Re: how to copy entire pds to sequential file ?

2021-12-14 Thread Weizman arbel
|* *Mob**: +972 522 986404 **|* >*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il **|* > > > > > >On Tue, Dec 14, 2021 at 12:54 PM Weizman arbel wrote: > >> thanks , >> i've already written a small rexx with "LMCOPY ..." >> it's more flexi

Re: how to copy entire pds to sequential file ?

2021-12-14 Thread Weizman arbel
thanks , i've already written a small rexx with "LMCOPY ..." it's more flexible because i can set a set of members by parm (XYZ* ,X%Z*, ...) but your offer is interesting thanks again. On Tue, 14 Dec 2021 11:38:50 +0200, Itschak Mugzach wrote: >The simplest way is to use searchfor with a

Re: how to copy entire pds to sequential file ?

2021-12-14 Thread Weizman arbel
thanks , i've already written a small rexx with "LMCOPY ..." it's like 3.3 if the target file is PS all the members are copied to one sequential file if the target file is PO all the members are copied separately yor suggestion by FILEMGR is also excellent thanks again weizman. On Tue,

Re: ISPF, How to insert text to the first input field in the panel ?

2022-01-05 Thread Weizman arbel
022 18:15:50 +1100, Peter Vels wrote: >On Wed, 5 Jan 2022 at 19:16, Weizman arbel wrote: > >> Hello , >> How to do this from rexx >> As RETRIEVE , RETP , RETF doing so >> >> >> thanks , >> weizman. >> > >Try this: > >Rexx: &g

Re: ISPF, How to insert text to the first input field in the panel ?

2022-01-05 Thread Weizman arbel
VPUT 'foo' SHARED > >If NOVALUE or name conflict then quote VPUT and SHARED > > >-- >Shmuel (Seymour J.) Metz >http://mason.gmu.edu/~smetz3 > > >From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of

Re: ISPF, How to insert text to the first input field in the panel ?

2022-01-06 Thread Weizman arbel
* *Web**: www.Securiteam.co.il **|* > > > > > >On Thu, Jan 6, 2022 at 2:07 PM Weizman arbel wrote: > >> >)init section of the panel, set ZCMd = x, where x was set as previpusly >> It's not my panel >> >> >> this code do it : >> >> addr

Re: ISPF, How to insert text to the first input field in the panel ?

2022-01-06 Thread Weizman arbel
gt;*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il **|* > > > > > >On Thu, Jan 6, 2022 at 9:37 AM Weizman arbel wrote: > >> >I hope this is what you mean. >> Hello, no, >> Because it's for a specific panel >> I need it for all panels >>

Re: ISPF, How to insert text to the first input field in the panel ?

2022-01-06 Thread Weizman arbel
>Then again, you still haven't answered the fundamental question: WHY DO YOU >WANT TO DO THIS? In several situations I want to prepare/offer the user command after he exeute my rexx. I don't want to use a message option In a similar case IBMDSC (spufy) after global find (g f 'abc') in member

Re: ISPF, How to insert text to the first input field in the panel ?

2022-01-06 Thread Weizman arbel
*|* *Information Security Continuous Monitoring for Z/OS, zLinux >and IBM I **| * > >*|* *Email**: i_mugz...@securiteam.co.il **|* *Mob**: +972 522 986404 **|* >*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il **|* > > > > > >On Thu, Jan 6, 2022 at 1:34 PM

ispf , way to achieve the last ispf msgid from rexx

2023-05-10 Thread Weizman arbel
Hello , from rexx Which command / way to achieve the last ispf msgid example: The result of the command msgid ' The message ID of the last message was "ISRE017 " ' I would like to achieve the "ISRE017" from rexx thanks, weizman

Re: ispf , way to achieve the last ispf msgid from rexx

2023-05-13 Thread Weizman arbel
t;as an ISPF edit macro, or in some other context? > >Mike Shaw >MVS/QuickRef Support Group >Chicago-Soft, Ltd. > > > >On Thu, May 11, 2023, 1:23 AM Weizman arbel wrote: > >> Hello , >> >> from rexx >> Which command / way to achieve the las

Re: ispf , way to achieve the last ispf msgid from rexx

2023-05-11 Thread Weizman arbel
___ >From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of >Weizman arbel [wwar...@gmail.com] >Sent: Thursday, May 11, 2023 1:23 AM >To: IBM-MAIN@LISTSERV.UA.EDU >Subject: ispf , way to achieve the last ispf msgid from rexx > >Hello , > >f