Using system symbols in JCL IF statement

2018-05-14 Thread Gadi Ben-Avi
Hi, Is it possible to use system symbols in a JCL IF statement? So, for example, if I have a smbold called DR whos value is DR, I would like to write: // IF =DR THEN Do stuff for a DR system // ELSE Do stuf for the production system // ENDIF I am running z/OS v2.1 Thanks Gadi ? ??

Re: Replaceing IEBGENER

2018-05-22 Thread Gadi Ben-Avi
ER We had no technical complaints about FASTGENER, the main difference was that ICEGENER is free. Kees. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Gadi Ben-Avi > Sent: 22 May, 2018 10:53 > To: IBM-MAIN@LIST

Re: [EXTERNAL] IP printing from JES2?

2018-05-22 Thread Gadi Ben-Avi
It depends what you want to print. If it's just text in English, LPR would probably work just fine. If you are using another language, then it might be a bit more complex getting the translation tables right. If you want to use different fonts, overlays and other AFP things, you would probably

Re: Replaceing IEBGENER

2018-05-23 Thread Gadi Ben-Avi
r than ICEGENER? -- Radoslaw Skorupka Lodz, Poland W dniu 2018-05-23 o 06:27, Gadi Ben-Avi pisze: > FastGener is from SEA (https://seasoft.com/) > > > -Original Message- > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of > R.S. >

Re: Replaceing IEBGENER

2018-05-22 Thread Gadi Ben-Avi
FastGener is from SEA (https://seasoft.com/) -Original Message- From: IBM Mainframe Discussion List On Behalf Of R.S. Sent: Tuesday, May 22, 2018 10:48 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Replaceing IEBGENER Just curious: which company delivers

Replaceing IEBGENER

2018-05-22 Thread Gadi Ben-Avi
Hi, I've been asked to replace IEBGENER with FASTGENR. I can also replace it with ICEGENER. If you had a choice, which way would you go? Gadi ? ?? ? ?? ??? ??? ?? ? ??? ?? ??. ?? , ?? ??? ?, ??? ? ?? ???

Re: Replaceing IEBGENER

2018-05-22 Thread Gadi Ben-Avi
> On Behalf Of Gadi Ben-Avi > Sent: 22 May, 2018 10:26 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Replaceing IEBGENER > > Hi, > I've been asked to replace IEBGENER with FASTGENR. > > I can also replace it with ICEGENER. > > If you h

FTP performance problem.

2018-06-06 Thread Gadi Ben-Avi
Hi, I have the following problem. I need to transfer a very large file (3.7 GB) from a ftp server to z/OS. First, I tried transferring the file using the z/OS ftp client. It took forever, and then timed out. The average transfer rate was somewhere between 500 and 100 KB/sec. The transfer kept

Re: FTP performance problem.

2018-06-06 Thread Gadi Ben-Avi
, 2018 3:20 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: FTP performance problem. I am most interested in the abend. Rob Schramm On Wed, Jun 6, 2018, 8:15 AM Gadi Ben-Avi wrote: > Hi, > > I have the following problem. > I need to transfer a very large file (3.7 GB) from a ftp se

Re: ACS routine question

2018-06-18 Thread Gadi Ben-Avi
it, then there are a couple other places to make jcl modifications - jes2 exits and iefusi ( ugh memory is fuzzy here ) Perhaps one of the other gentle listers can confirm or correct me. Rob Schramm On Mon, Jun 18, 2018, 4:12 AM Gadi Ben-Avi wrote: > Hi, > > I have a set of jobs that orinally were meant to

Change IP address of Hipersoeckts interface

2018-06-13 Thread Gadi Ben-Avi
Hi, I defined a HiperSockets interface using the command: INTERFACE HIPERL06 DEFINE IPAQIDIO IPADDR 192.0.1.1/24 CHPID 06 BEGINRoutes I need to change the ip address. How do I do this without restarting TCPIP? I tried using ; hypersockets INTERFACE HIPERL06 DEFINE IPAQIDIO IPADDR

Re: Change IP address of Hipersoeckts interface

2018-06-13 Thread Gadi Ben-Avi
of Hipersoeckts interface Perform OBEYFILE command to refresh the TCPIP started task On Wed 13 Jun, 2018, 10:43 AM Gadi Ben-Avi, wrote: > Hi, > > I defined a HiperSockets interface using the command: > INTERFACE HIPERL06 >DEFINE IPAQIDIO >IPADDR 192.0.1.1/24 >CHPID 06 >

Re: Rebuilding IODF

2018-06-17 Thread Gadi Ben-Avi
You can create the IOCP input file on the HMC. I don't know how to recreate the MVSCP part. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Mainframe Sysprog Sent: Sunday, June 17, 2018 3:12 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Rebuilding IODF A colleague has

ACS routine question

2018-06-18 Thread Gadi Ben-Avi
Hi, I have a set of jobs that orinally were meant to copy many files to a multifile tape volume They used UNIT=TAPEC to tell SMS to write the file on tape. Now, the output files need to be written to disk. The goal is not to change the JCL. I created a Data Class called TAPEC that assigns space

Re: 2964 N63 - Enabled Feature Codes

2018-06-06 Thread Gadi Ben-Avi
The 2964 is the z14. Go to www.redbooks.ibm.com and search for z14. Look for the Technical Guide or Technical Reference. Gadi -Original Message- From: IBM Mainframe Discussion List On Behalf Of Ravi Gaur Sent: Wednesday, June 6, 2018 9:16 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: 2964

Re: Using JCL Symbld and TYPRUN=SCAN

2018-06-20 Thread Gadi Ben-Avi
Ben-Avi wrote: >The variables in the IDCAMS DELETE statement were not substituted. >When I ran the job without TYPRUN=SCAN, the variables were substituted. >Is there a way to have the variables get substituted, without actually running >the job. No. This is both WAD and BAD. In

Using JCL Symbld and TYPRUN=SCAN

2018-06-19 Thread Gadi Ben-Avi
Hi, I am trying to create a procedure that receives parameters and then uses the values as the input for some steps. This is part of the procedure. //DOALL PROC LVL4=LVL4,PART=PART // EXPORT SYMLIST=(LVL4,PART) // SET LVL4= // SET PART= //DEL EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //X DD

Re: DFSMSdss Release command

2018-05-02 Thread Gadi Ben-Avi
018, at 6:35 AM, Gadi Ben-Avi <gad...@malam.com> wrote: > > -- > - Enter "/" to select actionTracks %Used XT > -

Re: DFSMSdss Release command

2018-05-01 Thread Gadi Ben-Avi
, have them use a tiny primary with a large secondary extent. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Tuesday, May 1, 2018 8:24 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: DFSMSdss Release command Thanks

Re: DFSMSdss Release command

2018-05-01 Thread Gadi Ben-Avi
,DATA=ALL,RLSE SELECT CATDSN=dsname Grtn, Kees. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Gadi Ben-Avi > Sent: 01 May, 2018 14:24 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: DFSMSdss Release command >

Re: DFSMSdss Release command

2018-05-01 Thread Gadi Ben-Avi
List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Tuesday, May 1, 2018 6:36 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: DFSMSdss Release command Thanks I did that, but for some reason it's not working. This is the command I am using: GE 0001 5695-DF175 DFSMSDSS V2R02.0

DFSORT help

2018-05-01 Thread Gadi Ben-Avi
I use the free version of Spam Reader to get rid of spam. The Professional version doesn't have this disclaimer in outgoing emails. Try Spam Reader for free now! Hi, I am new to DFSORT. I would like to create an OUTREC statement that will take the output from DCOLLCT type D records and give me

DFSMSdss Release command

2018-05-01 Thread Gadi Ben-Avi
Hi, I am trying to create a job that will use the DFSMSdss RELEASE command to release unused space from a list of datasets. Can anyone help me? Thanks Gadi ? ?? ? ?? ??? ??? ?? ? ??? ?? ??. ?? , ?? ??? ?, ???

Re: DFSMSdss Release command

2018-05-01 Thread Gadi Ben-Avi
DSN9- ) https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.adru000/cnsfil.htm Kees. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Gadi

Re: DFSORT help

2018-05-01 Thread Gadi Ben-Avi
and Systems Performance IBM Corporation email: bet...@us.ibm.com IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on 05/01/2018 05:16:57 AM: > From: Gadi Ben-Avi <gad...@malam.com> > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 05/01/2018 05:17 AM > Subject: DFSORT help

Re: DFSMSdss Release command

2018-05-01 Thread Gadi Ben-Avi
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Gadi Ben-Avi > Sent: 01 May, 2018 13:36 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: DFSMSdss Release command > > Thanks > I did that, but for some reason it's not working. > This is the command I am using: >

Re: CSSMTP question

2018-07-03 Thread Gadi Ben-Avi
-MAIN@LISTSERV.UA.EDU Subject: Re: CSSMTP question Gadi Ben-Avi wrote: >I am setting up CSSMTP for the first time. >Our mail system has two gateways I can use. >Is there a way to define two TargetServers in the CSSMTP configuration? You can. Look at (yes, for now this URL is 2.

CSSMTP question

2018-07-03 Thread Gadi Ben-Avi
Hi, I am setting up CSSMTP for the first time. Our mail system has two gateways I can use. Is there a way to define two TargetServers in the CSSMTP configuration? I am using z/OS v2.2 Thanks Gadi ? ?? ? ?? ??? ??? ?? ? ??? ?? ??. ?? ,

Re: Transferring hebrew data from Db2 Z/OS to PC

2018-01-07 Thread Gadi Ben-Avi
עיברית קשה שפה Your data is fine. The problem is with the way Windows expects Hebrew to be stored. On z/OS, Hebrew is usually stored visually - the first letter in a word is on the right. On other platforms, including Windows, Hebrew is stored logically - the first letter is on the left, and

Dataclass question

2018-01-24 Thread Gadi Ben-Avi
Hi, I was asked to define a dataclass that would create a dataset with SPACE=(CYL,(200,200),RLSE) I defined: Avgrec . . . . . . K Avg Value . . . . . 850 Primary . . . . . . 200 Secondary . . . . . 200 Which defined a dataset with 3118 tracks primary space, which is close enough. How do I

Re: Dataclass question

2018-01-25 Thread Gadi Ben-Avi
/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/sms.htm On Thu, 25 Jan 2018 at 09:25 Gadi Ben-Avi <gad...@malam.com> wrote: > Isn't there a way to have it done at the end of the step, like when > you use JCL? > > -Original Message- > From: IBM Mainframe Discus

Re: Dataclass question

2018-01-24 Thread Gadi Ben-Avi
: Dataclass question Gadi You specify the release on the management class and not on the data class. Set the 'PARTIAL RELEASE' field to 'YES'. Of course you will need a product like DFHSM to actually do the release during its space management cycle. HTH Mike On Thu, 25 Jan 2018 at 08:28 Gadi Ben-Avi

Re: Submitting batch job in console

2018-01-31 Thread Gadi Ben-Avi
Sure. We have a started task that take a dataset with a job in it as a parameter. //CALLV PROC P=' ',DA='SYS1.PROCHASP(IEFBR14)' //IEFPROC EXEC PGM=CALLP,PARM='' //SYSIN DD DSN=,DISP=SHR //INTRDR DD SYSOUT=(A,INTRDR) -Original Message- From: IBM Mainframe Discussion List

SMP/E RECEIVE ORDER Question

2018-02-01 Thread Gadi Ben-Avi
Hi, Is it possible to not receive HOLD Data? If I do more than one order in a day, I want to skip the Hold Data the second time. Is it possible to tell SMP/E to not attempt to store a PTF in the first SMPPTS and just try the second or third one. The first one is full, and cannot be extended.

Re: SMP/E RECEIVE ORDER Question

2018-02-01 Thread Gadi Ben-Avi
that is not full Regards, --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http://br.linkedin.com/in/lrosalen 2018-02-01 10:23 GMT+01:00 Gadi Ben-Avi <

Re: SMP/E RECEIVE ORDER Question

2018-02-01 Thread Gadi Ben-Avi
...@ibm.com http://br.linkedin.com/in/lrosalen 2018-02-01 10:31 GMT+01:00 Gadi Ben-Avi <gad...@malam.com>: > For 1, when you user RECEIVE ORDER there is no SYSMOD or HOLDDATA in > the command. > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM

Re: IBM Debug tool issue

2018-02-14 Thread Gadi Ben-Avi
] On Behalf Of Elardus Engelbrecht Sent: Wednesday, February 14, 2018 2:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IBM Debug tool issue Gadi Ben-Avi wrote: >When using Debug Tool under CICS, every time a CALL statement is encountered >the debugger steps into the called p

IBM Debug tool issue

2018-02-14 Thread Gadi Ben-Avi
Hi, When using Debug Tool under CICS, every time a CALL statement is encountered the debugger steps into the called program. Is there a way to just have the called program called and not show its internal workings. We are using Debug Tool v14.1, z/OS v2.2, COBOL v6 and CICS TS v5.4. Thanks

Re: IBM Debug tool issue

2018-02-14 Thread Gadi Ben-Avi
What happens if you use STEP OVER instead of STEP? From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of Gadi Ben-Avi <gad...@malam.com> Sent: Wednesday, February 14, 2018 6:30 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IBM Debu

Installing DSCLI

2018-02-18 Thread Gadi Ben-Avi
Hi, I am having trouble installing DSCLI on my workstation. The workstation is running Windows 10. Whenever I try to install DSCLI, the installation program installs the Unix version of DSCLI instead of the Windows version. I am running Windows 10 version 1703. The same thing happens on version

Re: Installing DSCLI

2018-02-18 Thread Gadi Ben-Avi
@LISTSERV.UA.EDU] On Behalf Of R.S. Sent: Monday, February 19, 2018 9:05 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Installing DSCLI What is DSCLI? Is it Command Line Interface for DS8000 disk systems? -- Radoslaw Skorupka Lodz, Poland W dniu 2018-02-19 o 06:57, Gadi Ben-Avi pisze: > Hi, >

Re: macbook air and keyboard emulation

2018-02-25 Thread Gadi Ben-Avi
It probably depends on the emulation you are using. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Itschak Mugzach Sent: Sunday, February 25, 2018 10:22 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: macbook air and keyboard emulation

Re: DASD Utilization Trigger

2018-07-29 Thread Gadi Ben-Avi
When a Storage Group exceeds a define capacity percentage, a message is issued to the console and log. -Original Message- From: IBM Mainframe Discussion List On Behalf Of saurabh khandelwal Sent: Sunday, July 29, 2018 9:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: DASD Utilization

Ftp - no translation but add CRLF

2018-07-29 Thread Gadi Ben-Avi
Hi, Is it possible to tell ftp to transfer a file from z/OS to windows without translating the data, but adding CRLF at the end of each record? We are using z/OS v2.1 The client is the standard windows ftp client. Gadi ? ?? ? ?? ??? ??? ?? ? ??? ??

Stand alone restore from ftp server

2018-07-29 Thread Gadi Ben-Avi
Hi, I know it is possible to use Stand Alone Restore from a FTP server. In order to do that you need files named DFSMSDSS.ins, DFSMSDSS.IMAGE and DFSMSDSS.PREFIX. Does anyone know how to get, generate or download these files? Thanks Gadi ? ?? ? ?? ??? ??? ??

Re: Dummy question about CHPID

2018-08-05 Thread Gadi Ben-Avi
On the newer OSA cards, while there are two ports, they both use the same CHPID. That's just how it works. You can define which port to use using other means, depending on how the OSA card is configured. Both ports must be the same type. -Original Message- From: IBM Mainframe

Re: Dummy question about CHPID

2018-08-05 Thread Gadi Ben-Avi
for the response Off topic Based on the ficon express. How do we decide which one has to be defined as FCP and FC type ? I understand FCP are for only zVM. On Sun 5 Aug, 2018, 2:31 PM Gadi Ben-Avi, wrote: > On the newer OSA cards, while there are two ports, they both use the > same

Re: how to calculate previous day using REXX

2018-08-02 Thread Gadi Ben-Avi
When I had to do date calculations in REXX, I used the information here http://www.rexxla.org/rexxlang/mfc/datec.html DATE('B') returns todays date as a number of days from a date in the past. Subtract 1 from that and you get yesterday. You can then use different formats of the DATE function to

Re: Ftp - no translation but add CRLF

2018-07-29 Thread Gadi Ben-Avi
Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Sunday, July 29, 2018 4:58 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Ftp - no translation but add CRLF (off-list) On 2018-07-29, at 05:23:00, Gadi Ben-Avi wrote: > > Is it possible to tell ftp to transfer a file from z/OS to w

Downloading java for z/OS

2018-08-16 Thread Gadi Ben-Avi
Hi, I am trying to download the NON-SMP/E version of java for z/OS. Google found https://developer.ibm.com/javasdk/support/zos/, but the link to download the NON/SMP/E version is broken. Anyone have another link? Gadi ? ?? ? ?? ??? ??? ?? ? ??? ??

Re: Downloading java for z/OS

2018-08-16 Thread Gadi Ben-Avi
@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Thursday, August 16, 2018 4:22 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Downloading java for z/OS Hi, I am trying to download the NON-SMP/E version of java for z/OS. Google found https://developer.ibm.com/javasdk/support/zos/, but the link

Re: 'Previous Day' system symbols (was: how to calculate previous day using REXX)

2018-08-06 Thread Gadi Ben-Avi
You need UPDATE access to IEASYMUP.symbolname in FACILITY. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Sean Gleann Sent: Monday, August 6, 2018 1:15 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: 'Previous Day' system symbols (was: how to calculate previous day using

RFE - add commas to large numbers is ftp client messages

2018-08-28 Thread Gadi Ben-Avi
Hi, I submitted an RFE to add commas to large numbers is ftp client messages The link is here http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe_ID=124103 Gadi ? ?? ? ?? ??? ??? ?? ? ??? ?? ??. ?? , ?? ??? ?,

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 ? ?? ? ?? ??? ??? ?? ? ??? ?? ??. ?? , ?? ??? ?, ??? ?

Re: Translate a ACS routine in batch

2018-07-18 Thread Gadi Ben-Avi
(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 > Subjec

Re: Translate a ACS routine in batch

2018-07-18 Thread Gadi Ben-Avi
fp 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- &g

Re: Translate a ACS routine in batch

2018-07-18 Thread Gadi Ben-Avi
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 Jul

Using system sysmbols in a procedure

2018-07-16 Thread Gadi Ben-Avi
Hi, A user is trying to use a sysem smbol in a procedure. This is what they wrote: //TLUSNEW2 PROC SV=,LIB=,MIS=,COPY=,TEUR=, // US1=,US2=,US3=,US4=,KELET= //* //* SET TT= // SET TT= // EXPORT SYMLIST=* //DEL0 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD *,SYMBOLS=(EXECSYS,X)

Mainframe related events in NYC

2018-07-16 Thread Gadi Ben-Avi
Hi everyone, I will be in the NYC area in September. Does anyone know of Mainframe related events going on? Thanks Gadi ? ?? ? ?? ??? ??? ?? ? ??? ?? ??. ?? , ?? ??? ?, ??? ? ?? ??? ? ?? ?? ?.

Re: Querying CBU expiry in HMC

2018-07-24 Thread Gadi Ben-Avi
You can see the CBU records in the SE, not the HMC -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jake Anderson Sent: Wednesday, July 25, 2018 8:06 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Querying CBU expiry in HMC Hi I have tried navigating various options on

TS7760

2018-09-02 Thread Gadi Ben-Avi
Hi, I've just been informed that we're getting a brand new TS7760 We've never had any type of tape library. Before. I've been trying to find the FIXCATS I need to explore in order to install the required fixes. I've found IBM.Device.Tape.TS7700-3957. Are there any FIXCATS I should be looking

Re: Ts7700 replication

2018-09-02 Thread Gadi Ben-Avi
I have very limited knowledge but: When two, or more, TS7700's are connected it is called a grid configuration. The different members of a grid are connected using an IP network. There is a policy that defines when a tape is copied. You can copy a tape when it is closed, or at the end of every

Re: Ts7700 replication

2018-09-02 Thread Gadi Ben-Avi
TCPIP on when it needs to be copied ? On Sun 2 Sep, 2018, 2:52 PM Gadi Ben-Avi, wrote: > I have very limited knowledge but: > When two, or more, TS7700's are connected it is called a grid > configuration. > The different members of a grid are connected using an IP network. > Th

Re: Session Manager

2018-03-07 Thread Gadi Ben-Avi
. ITschak בתאריך 8 במרץ 2018 7:51,‏ "Gadi Ben-Avi" <gad...@malam.com> כתב: > There is no SNA communication between the LPARS. > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of ITschak Mugzach >

Re: Session Manager

2018-03-07 Thread Gadi Ben-Avi
tn3270 session if you use a kind of session manager. Once you are in, it wil use cross domain to connect to other lpars. ITschak בתאריך 8 במרץ 2018 7:38,‏ "Gadi Ben-Avi" <gad...@malam.com> כתב: > There are only IP connections to each of the partitions. > > -Original

Re: Session Manager

2018-03-07 Thread Gadi Ben-Avi
Discussion List <IBM-MAIN@listserv.ua.edu> on behalf of Gadi Ben-Avi <gad...@malam.com> Sent: Wednesday, March 7, 2018 3:27 AM To: IBM-MAIN@listserv.ua.edu Subject: Session Manager Hi, I am looking for recommendations for a session manager for z/OS. I know of IBM's CL/SupperSessi

Re: Problem defining alias

2018-03-12 Thread Gadi Ben-Avi
, March 12, 2018 11:41 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Problem defining alias Slashes on the first five selections on 3.4? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Monday, March 12, 2018 5:32 AM

Problem defining alias

2018-03-12 Thread Gadi Ben-Avi
Hi, I am trying to define an alias to a library. The library is a PDS/E I ran the following command: DEFINE ALIAS (NAME( DB2O.DB2.RUNLIB.LOAD) - RELATE(SYSG.DB2.V11.RUNLIB.LOAD)) The command ended correctly, but I don't see the alias in DSLIST (option 3.4). The HLQ's for the alias and related

Re: Problem defining alias

2018-03-12 Thread Gadi Ben-Avi
, March 12, 2018 5:41 AM To: 'IBM Mainframe Discussion List' Subject: RE: Problem defining alias Slashes on the first five selections on 3.4? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Monday, March 12, 2018 5:32

Re: Problem defining alias

2018-03-12 Thread Gadi Ben-Avi
HLQ is "right" then you'll see the entry, otherwise the entry would exist but it would be invisible (and useless). -- Radoslaw Skorupka Lodz, Poland W dniu 2018-03-12 o 10:55, Gadi Ben-Avi pisze: > Yes, > I looks like the problem was that the HLQs were in two different

Another Alias question

2018-03-12 Thread Gadi Ben-Avi
I manager to define the alias, I can browse the related library under ISPF. When I try to run a job the uses the alias, either as a JOBLIB or as input to IEBCOPY, the job says it cannot find the dataset. Any suggestions on the reason, and how to solve the problem. This is under z/OS v2.2 Gadi

Session Manager

2018-03-07 Thread Gadi Ben-Avi
Hi, I am looking for recommendations for a session manager for z/OS. I know of IBM's CL/SupperSession, CA's TPX and NetPass. Ideally, We are looking for something that would be able to access sessions on multiple partitions that are not connected in any way. The systems run z/OS v2.2 Thanks

Re: Session Manager

2018-03-07 Thread Gadi Ben-Avi
] On Behalf Of Gadi Ben-Avi Sent: Wednesday, March 07, 2018 3:27 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Session Manager **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** Hi, I am looking for recommendations for a session manager for z

Re: IBM Introduces IBM z14 ZR1 and Rockhopper II Models

2018-04-10 Thread Gadi Ben-Avi
They should be available soon. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of R.S. Sent: Tuesday, April 10, 2018 2:00 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IBM Introduces IBM z14 ZR1 and Rockhopper II Models W dniu 2018-04-10

Loading IOCP input file using FTP

2018-03-22 Thread Gadi Ben-Avi
Hi, I am trying to load an IOCP input file using FTP. The operation failed. As far as I can see, the only way to do this is using Single Object Operations. Is this correct? I did not see any attempt to access the FTP server. Ping to the FTP server failed as well. What would the source IP be

Export OS definitions from IODF

2018-02-28 Thread Gadi Ben-Avi
Hi, Is there a way to export the OS definitions from and IODF, make bulk changes and then import the changed definitions back into the IODF? I am using z/OS v2.1 Thanks Gadi ? ?? ? ?? ??? ??? ?? ? ??? ?? ??. ?? , ?? ???

Re: OSA vs HiperSockets

2018-06-20 Thread Gadi Ben-Avi
Will it give better performance than Hypersockets? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Timothy Sipples Sent: Thursday, June 21, 2018 8:41 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: OSA vs HiperSockets Gadi Ben-Avi wrote: >The computer is a z

OSA vs HiperSockets

2018-06-20 Thread Gadi Ben-Avi
Hi, I am trying to compare transfer speed between two LPARs on the same computer. The first path uses an OSA card that is shared by both LPARs. The second path uses HyperSockets. Transfer speeds, for a 2800 track dataset are more or less the same. Using the first path through the OSA card is a

Re: Emulator supporting arabic

2018-06-24 Thread Gadi Ben-Avi
PCOM I would assume that Powerterm products support Arabic too. Gadi -Original Message- From: IBM Mainframe Discussion List On Behalf Of Peter Sent: Sunday, June 24, 2018 2:02 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Emulator supporting arabic Hi Is there any 3270 emulator which

Re: Using JCL Symbld and TYPRUN=SCAN

2018-06-20 Thread Gadi Ben-Avi
That's a good way to bypass it Thanks -Original Message- From: IBM Mainframe Discussion List On Behalf Of Elardus Engelbrecht Sent: Wednesday, June 20, 2018 1:53 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Using JCL Symbld and TYPRUN=SCAN Gadi Ben-Avi wrote: >Do you know of a

Re: Debugging ACS routines

2018-06-28 Thread Gadi Ben-Avi
age- > > From: IBM Mainframe Discussion List On > > Behalf Of Gadi Ben-Avi > > Sent: Thursday, June 28, 2018 12:34 AM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Debugging ACS routines > > > > Hi everyone, > > I had a problem with an ACS routin

Debugging ACS routines

2018-06-28 Thread Gadi Ben-Avi
Hi everyone, I had a problem with an ACS routine. I used the WRITE command to display values of some of the variables. After 4 or 5 WRITE command were executed, I got a message saying that I ran out of buffer space. Is there an way to increase this? I am using z/OS v2.2 Gadi ? ?? ?

Re: fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
, first specifying QUOTE SITE RECFM=FB LRECL=1024 Good luck! Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Tuesday, October 16, 2018 8:51 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: fixing a tersed file. FTP

Defining Global Volume Catalog

2018-10-23 Thread Gadi Ben-Avi
Hi, I am in the process of defining things for using a new TS7760. We've never had a tape library before. I would like to define the Global Volume Catalog with a high level qualifier other than SYS1. How do I tell SMS to use a Global Volume Catalog with a high level qualifier other than SYS1?

Re: Defining Global Volume Catalog

2018-10-23 Thread Gadi Ben-Avi
age- > From: IBM Mainframe Discussion List On > Behalf Of Gadi Ben-Avi > Sent: Monday, October 22, 2018 11:40 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Defining Global Volume Catalog > > Hi, > I am in the process of defining things for using a new TS7760. > We've n

Re: Defining Global Volume Catalog

2018-10-23 Thread Gadi Ben-Avi
; > From: IBM Mainframe Discussion List On > > Behalf Of Gadi Ben-Avi > > Sent: Monday, October 22, 2018 11:40 PM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Defining Global Volume Catalog > > > > Hi, > > I am in the process of defining thing

Re: fixing a tersed file.

2018-10-20 Thread Gadi Ben-Avi
how did it work out? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Tuesday, October 16, 2018 9:32 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: fixing a tersed file. By binary stream mode do you mean using

Re: fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Tuesday, October 16, 2018 7:43 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: fixing a tersed file. Hi, I used FTP to transfer a bunch of tersed files from one LPAR to another. By mistake, the destination files were created

Re: fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
, October 16, 2018 6:28 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: fixing a tersed file. Did you specify this in your IEBGENER JCL? //SYSIN DD * GENERATE MAXFLDS=1 RECORD FIELD=(1024,,,1) -Original Message- From: IBM Mainframe Discussion List On Behalf Of Gadi Ben-Avi Sent

fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
Hi, I used FTP to transfer a bunch of tersed files from one LPAR to another. By mistake, the destination files were created as VB1024 The original files were deleted. Is there any way to fix file files. Using ISPF copy did not work. Help Gadi ? ?? ? ?? ??? ???

Re: fixing a tersed file.

2018-10-16 Thread Gadi Ben-Avi
FTP didn't work -Original Message- From: IBM Mainframe Discussion List On Behalf Of Tom Marchant Sent: Tuesday, October 16, 2018 6:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: fixing a tersed file. On Tue, 16 Oct 2018 14:43:02 +, Gadi Ben-Avi wrote: >I used FTP to trans

Re: We're IST-2IDT, and switching back from UTC+3 to UTC+2 at 2AM Oct. 28th

2018-10-28 Thread Gadi Ben-Avi
For USS stuff, look in /etc/profile. There might be a TZ varable being set there. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Giliad Wilf Sent: Sunday, October 28, 2018 10:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: We're IST-2IDT, and switching back from

Re: DEVSUPxx question

2018-11-01 Thread Gadi Ben-Avi
is being shared between several sysplexes or systems, while each having its own partition... On Wed, 31 Oct 2018 06:15:53 +, Gadi Ben-Avi wrote: >Hi, >I coded > >NON_VSAM_XTIOT=YES, >COMPACT=YES, >MEDIA1=11, >MEDIA2=21 > >In DEVSUP00 and then issued the command

Re: DEVSUPxx question

2018-10-31 Thread Gadi Ben-Avi
QLIB,CATS command, which is documented in the z/OS MVS System Commands, to dynamically change the library partitioning category codes without IPL." Kees > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Gadi Ben-Avi

DEVSUPxx question

2018-10-31 Thread Gadi Ben-Avi
Hi, I coded NON_VSAM_XTIOT=YES, COMPACT=YES, MEDIA1=11, MEDIA2=21 In DEVSUP00 and then issued the command SET DEVSUP=00 How can I be sure that the values for MEDIA1 and MEDIA2 were accepted? I am running z/OS v2.2 Thanks Gadi ? ?? ? ?? ??? ??? ?? ?

Re: DEVSUPxx question

2018-10-31 Thread Gadi Ben-Avi
question DS QL,CATS On Wed, 31 Oct 2018 at 14:16, Gadi Ben-Avi wrote: > Hi, > I coded > > NON_VSAM_XTIOT=YES, > COMPACT=YES, > MEDIA1=11, > MEDIA2=21 > > In DEVSUP00 and then issued the command SET DEVSUP=00 > > How can I be sure that the values for MEDIA1 a

Enlarging SMS SCDS and ACDS

2018-11-04 Thread Gadi Ben-Avi
Hi, In the process of adding volumes to SMS Storage Groups, I ran out of space in the SCDS. What is the best way to enlarge the SCDS and ACDS? I am running z/OS v2.2 and I have DFSMSdss. Thanks Gadi ? ?? ? ?? ??? ??? ?? ? ??? ?? ??. ?? ,

Re: Enlarging SMS SCDS and ACDS

2018-11-04 Thread Gadi Ben-Avi
current to new. SETSMS SAVESCDS(new SCDS) SETSMS SAVEACDS(new ACDS) SETSMS COMMDS(new COMMDS) Define new (larger) datasets with IDCAMS and use the SETSMS Commads to populate and invoke the new datasets -Original Message- From: IBM Mainframe Discussion List On Behalf Of Gadi Ben-Avi Sent

Re: Ziip pricing

2018-11-04 Thread Gadi Ben-Avi
There is a onetime charge and a monthly or yearly maintenance charge. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Peter Sent: Sunday, November 4, 2018 1:05 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Ziip pricing Hi Just want to check about how ziip pricing are

downloading an older version of a component

2018-10-24 Thread Gadi Ben-Avi
Hi, I would like to install AFP Download plus, which is a component of PSF for evaluation. I currently have PSF v4.4 installed. The current version of PSF is v4.6. How do I download AFP Download Plus v4.4. It's not available on ShopzSeries. Thanks Gadi ? ?? ? ??

  1   2   3   4   >