Re: How to delay until JES2 has finished startup

2008-12-17 Thread Itschak Mugzach
Why do U care for the order STCs and JES are started? they will wait to JES startup completion any way. ITschak On Thu, Dec 18, 2008 at 5:25 AM, Scott Ford scott_j_f...@yahoo.com wrote: What about some more information on what you are trying to do ? I understand the delay the entire

Re: LLA for non load modules

2008-12-15 Thread Itschak Mugzach
Afaik customers keeps QF for its reporting feature. Itschak On Mon, Dec 15, 2008 at 7:22 PM, Mark Zelden mark.zel...@zurichna.comwrote: On Mon, 15 Dec 2008 11:10:12 -0500, Mark Jacobs mark.jac...@custserv.com wrote: Jochen Roehrig wrote: Hello everybody, I try to figure out if we

Re: TAPE to TAPE across Sysplex local or remote

2008-12-10 Thread Itschak Mugzach
I would check Cross sysplex manager (CSM) from HostSystems and Tape copy product from OpenTechSystems. Itschak On Wed, Dec 10, 2008 at 10:01 AM, Vernooy, C.P. - SPLXM [EMAIL PROTECTED] wrote: Knutson, Sam [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] ... Hi, What

Re: Edit Macro Problem

2008-12-06 Thread Itschak Mugzach
The message says that it could not find the RE macro in sysproc concatenation. Are you sure that you don't mean RES? Itschak On Sun, Dec 7, 2008 at 8:04 AM, Philip Hitti [EMAIL PROTECTED]wrote: WE are getting following message when edit some datasets. Pls help . Regards Initial edit macro

Re: How many shops use 3rd party compression for IMS DBs?

2008-11-14 Thread Itschak Mugzach
IMS offers some compression methods. You should run a scan to find which is appropriate based on your data. The problem with compressed segments is that their length is changing if updated. So if existing segments are updated, you should consider HALDb with its pros and cons. Itschak On Thu, Nov

Re: How to stop REXX from interpating statement?

2008-11-04 Thread Itschak Mugzach
I read a record from a dataset. A field named A holds the string value of 'ABCD**'. I then pass the name of the variable to a routine. The routine resolved the value by name using VALUE(A). If A hold string of **, REXX thinks this is a power operation,. In Clist, you can limit the number of levels

How to stop REXX from interpating statement?

2008-11-04 Thread Itschak Mugzach
Look at this: A='**' Say Value(A) Rexx see that as a power attemp and fails the command. How can I stop REXX from interprate variable A? CLIST has this function, BTW. Itschak -- For IBM-MAIN subscribe / signoff / archive

Re: Prefix for User application messages written to the log

2008-11-03 Thread Itschak Mugzach
IBM reserves characters A-K as first character for products. I would start messages with one of the rest of chars. Itschak On Mon, Nov 3, 2008 at 7:09 PM, Steve Comstock [EMAIL PROTECTED]wrote: Schneiderwent, Craig wrote: What I'm trying to do is create an internal standard that says all

Re: ISPF Edit Recovery ON Question.

2008-10-24 Thread Itschak Mugzach
Do a PROF LOCK to save your profile change. ITschak On Fri, Oct 24, 2008 at 4:53 PM, Howard Rifkind [EMAIL PROTECTED]wrote: Thanks Steve...that did it. Steve Comstock [EMAIL PROTECTED] 10/24/2008 10:36 AM Howard Rifkind wrote: When I edit a file I keep getting the following even when I

Re: C03 abend when omiting CEE.SCEERUN from JCL

2008-10-17 Thread Itschak Mugzach
Why not just take care of the C03 Abend? it is usualy relates to unclosed datasets in the program. Check to see if the program or one of the routines dosn't close files. Itschak 2008/10/17 Mürsel Taşgın (BT İşletim ve Teknik Destek Bölümü) [EMAIL PROTECTED] Hi, We have a problem about

Re: REXX question

2008-10-05 Thread Itschak Mugzach
Lizatte, I don't think TSO-REXX is active any more... Itschak On Sat, Oct 4, 2008 at 4:23 PM, Lizette Koehler [EMAIL PROTECTED]wrote: Rexx is case sensitive. Use PARSE Pull UPPER Answer Then it will always be upper case and a test for Upper Case letters/words will work.

Re: VSAM I/O

2008-10-05 Thread Itschak Mugzach
The simplest way is to purchase a product. It depends on what you want to do with the IO. If you want to re-direct it to other DB, you may find VS/2 (Circle) that does that. There are other products that does that, but VS/2 is the common one. Itschak On Sun, Oct 5, 2008 at 6:53 PM, Rob Schramm

Re: Linkage editor different ways to bind

2008-09-25 Thread Itschak Mugzach
I doubt that, as the two run on the same machine (same defaults) and with same parameters passed to the binder.farther more, the second case scanned syslib, but referenced only the second library and ignored the first one. To be more specific, here is the onle who worked for me: //syslin dd

Re: Linkage editor different ways to bind

2008-09-25 Thread Itschak Mugzach
Yes, It is SYSLIN. On Thu, Sep 25, 2008 at 2:47 PM, Terry Sambrooks [EMAIL PROTECTED] wrote: Hi Itschak Looking at the two examples below. Should the SYSIN in the second one be SYSLIN, or is there another definition somewhere else. SYSLIN being the main input with SYSIN usually being a

Re: Linkage editor different ways to bind

2008-09-25 Thread Itschak Mugzach
, 2008 at 4:34 PM, Tom Marchant [EMAIL PROTECTED]wrote: On Thu, 25 Sep 2008 08:03:39 +0300, Itschak Mugzach wrote: Any idea why Situation two doesn't work? As I said, it looks like a binder parameter that controls that, but I can't find which one. Please post the complete JCL for your situation

Re: Linkage editor different ways to bind

2008-09-25 Thread Itschak Mugzach
Yes. The main difference is that SCLM uses binder INCLUDE command, while the batch program is using the object code as main input. Itschak On Thu, Sep 25, 2008 at 5:58 PM, J R [EMAIL PROTECTED] wrote: Have you closely compared the SYSPRINT output to check if the processing options differ in

Re: Linkage editor different ways to bind

2008-09-25 Thread Itschak Mugzach
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Itschak Mugzach Sent: Thursday, September 25, 2008 12:04 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Linkage editor different ways to bind I have two Binder situations. One works and the other

Linkage editor different ways to bind

2008-09-24 Thread Itschak Mugzach
I have two Binder situations. One works and the other is in error I suspect that this is a binder parm that cause the error. Situation one, that works: Output from the compiler (Object) is in the syslin. Two libraries are in the syslib concatenation: SYS1.COB2LIB and MY.LOADLIB. The Binder ends

Re: getting the mainframe id in a cobol program

2008-09-23 Thread Itschak Mugzach
The idea is to start at address 16H (CVT) and use variables defines as USAGE POINTER to travel on the control blocks chain to the TCB. The is a good sample here, as they already mapped the DSECTs to Cobol for you. See below:

Re: TSO broadcast

2008-09-12 Thread Itschak Mugzach
Try the PROF (profile) tso command with Nointerecom (TSO PROF NOINTERCOM NoWTPMSG Itschak On Fri, Sep 12, 2008 at 4:19 AM, Field, Alan C. [EMAIL PROTECTED]wrote: Have you looked at the IKJTSOxx member in PARMLIB. Maybe there is an option in the SEND section that might help. Subject: Re:

Re: Third Party Tool Usage

2008-09-05 Thread Itschak Mugzach
On 9/5/08, Elliot, David [EMAIL PROTECTED] wrote: Try EventAction form http://www.ACTIONSOFTWARE.com/. One of the features of this good product is the ability to track software usage with (almost) zero cpu consumption. Itschak FWIW A situation I have been faced with many times. If

Re: CICS Issue

2008-08-28 Thread Itschak Mugzach
As others already noted, non-reenrent code will run under CICS QR TCB. If you code is re-enterent, it might run on an other TCB(s) in threadsafe mode. If your code is non reenterent, you can't use more the half of the mips your machine has. MVS will schedule CICS under one of the CPUs in order to

Re: commands in a JCL stream.

2008-08-25 Thread Itschak Mugzach
John, The commands entered in JCL have a space after the //. It should be a continuation card or one of the few SET, INCLUDE,.. cards that doesn't need a name verb after the slashs. It should be simple to check of ot one of these cards, continuation card or a suspected command. In regard to the

Re: Which OMEGAMON is correct?

2008-08-25 Thread Itschak Mugzach
Doron, There is doubt that your CSA size in not 10M, there are only 16M down there... Did you use IRLM for IMS as well? I mean, may be from DB2 point of view IRLM uses only 10M in ECSA, and the rest 3MB are used by IMS settings left behind after IMS drop? Start OM for DBCTL and see what it has to

Re: Catalog Error - Can't delete dataset

2008-08-25 Thread Itschak Mugzach
Why don't you just zap the VTOC entry for this dataset to PS? The catalog structure is much simpler then and bypasses VVDS. You should be familiar with VTOP dump, zap and format-x DSCBs. Don't try it at home if you are not familiar with it! If you have CA-Disk, you can use a utility to this for

Re: MIPS /day

2008-08-14 Thread Itschak Mugzach
Mips/Day? Is this a short way to tell A mips a day keep the upgrade away?\\Itschak On 8/14/08, Ian S. Worthington [EMAIL PROTECTED] wrote: instructions/time/time? That's acceleration. Either they've got a very serious problem or its not being reported properly. i -- Original Message

Abend0C1 while calling an IBM-Cobol routine from OS/BS Cobol Main.

2008-08-13 Thread Itschak Mugzach
I am running a n IMS MPP transaction written in OS/VS Cobol and is statically binded. The main program calls a routine compiled in Cobol for VM and MVS. The binder output marks IGZETUN and IGZEOPT as weak external references. When the Cobol routine gets control, module IGZCBSO abends with S0C1,

Re: Abend0C1 while calling an IBM-Cobol routine from OS/BS Cobol Main.

2008-08-13 Thread Itschak Mugzach
runtime library first in your steplib concatenation? On Wed, Aug 13, 2008 at 7:43 AM, Itschak Mugzach [EMAIL PROTECTED] wrote: I am running a n IMS MPP transaction written in OS/VS Cobol and is statically binded. The main program calls a routine compiled in Cobol for VM and MVS

Cobol malicious code lookup

2008-08-11 Thread Itschak Mugzach
I know some products that checks program complexity, and even those who look into specific command usage. But this time I am looking for a product to analyse mainframe traditional language (Cobol, PLI, etc) for malicious code. I have some ideas like the usage of string command, Input that come

Re: Cobol malicious code lookup

2008-08-11 Thread Itschak Mugzach
malicious code = non normative code, a code that makes things not allowed or planned intentionally or not. Moving literals into record is suspected, not always a malicious code. ITschak On 8/11/08, Binyamin Dissen [EMAIL PROTECTED] wrote: On Mon, 11 Aug 2008 09:30:57 +0200 Itschak Mugzach

Re: Cobol malicious code lookup

2008-08-11 Thread Itschak Mugzach
I've tried iehiball many times in the past ;-) There must be a way to automate it. On 8/11/08, Chase, John [EMAIL PROTECTED] wrote: -Original Message- From: IBM Mainframe Discussion List On Behalf Of Itschak Mugzach I know some products that checks program complexity, and even

Re: Cobol malicious code lookup

2008-08-11 Thread Itschak Mugzach
Itschak Mugzach [EMAIL PROTECTED] wrote: :malicious code = non normative code, a code that makes things not allowed or :planned intentionally or not. If you can define what normative is, you can scan for the other. :Moving literals into record is suspected, not always a malicious code. Why

Re: Cobol malicious code lookup

2008-08-11 Thread Itschak Mugzach
Stephen, I looked into your site. It doesn't cover 3rd generation languages like Cobol. Is this true? Please suply a link. Regards, ITschak On 8/11/08, Dr. Stephen Fedtke [EMAIL PROTECTED] wrote: if malicious code is generally your concern, i apologize for recommend reading it sec forum

Re: Compiled Rexx portabilty

2008-08-08 Thread Itschak Mugzach
It is my understanding that the code is readble if dumped. What about OEM REXX complimers? Afaik there are some in the market. Do they require run-time library? How they support running the code with no run-time library? ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email

Re: Invalid dataset name in catalog, how to remove

2008-08-08 Thread Itschak Mugzach
TSO doesn't support GDG dataset names.You should specify the REAL dataset name, the one with the generation number. Try IDCAMS delete noscratch. // exec pgm=idcams //sysprint dd sysout=* //sysin dd * Delete filename NOSCRATCH ITschak | Itschak Mugzach | Director | SecuriTeam Software

Compiled Rexx portabilty

2008-08-07 Thread Itschak Mugzach
Does compiled Rexx need a run-time library to operate? If so, will static bind solve this requirement? | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il

Re: Compiled Rexx portabilty

2008-08-07 Thread Itschak Mugzach
Thanks. But does the interpeter mode still protect the code from beeing watched? ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM

Re: Compiled Rexx portabilty

2008-08-07 Thread Itschak Mugzach
Hmm. So I would you protect your Intellectual Properties? Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List

Re: Compiled Rexx portabilty

2008-08-07 Thread Itschak Mugzach
IP is my case when thinking on compiled REXX. If SLINE in not specified, will IP kept? What happens if running compiled REXX in interpeter mode? Can't it go into trace mode? ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype

Re: Do you protect your power switch with a lock

2008-08-06 Thread Itschak Mugzach
Timoty, I don't think that the customer get it as n emergency power switch, but as a physical risk. You are right about the regulations, they are applied here as well. Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype

Do you protect your power switch with a lock?

2008-08-05 Thread Itschak Mugzach
I was asked by a customer if there is a standard IBM mainframe power switch lock. I checked and there is no such lock. I wonder how do you protect your mainframe power switches other then access control to the computer room. | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL

Re: Do you protect your power switch with a lock?

2008-08-05 Thread Itschak Mugzach
John, So how do you protect this? IBM doesn't have any solution for this customer. ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM

Re: Do you protect your power switch with a lock?

2008-08-05 Thread Itschak Mugzach
Many sites here are protected with card readers. To get out, you have to push a button, but usually it near the lie switch | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il

Re: Statistics when writing PDS members

2008-07-29 Thread Itschak Mugzach
| Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Kirk Wolf Sent: Tuesday, July 29

Re: Statistics when writing PDS members

2008-07-29 Thread Itschak Mugzach
It Runs under ISPF... No ISPF. No TSO is the basic requirement. ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion

Re: Statistics when writing PDS members

2008-07-29 Thread Itschak Mugzach
'ZZ' or 'FF - It was many years ago... Thanks for the update. ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List

Re: survey sasy: COMMANDxx or IODF ?

2008-07-26 Thread Itschak Mugzach
And remember that shared dasd generates a reserve, not an ENQ macro. So, if you are sharing, why use channel program? My 0.01 NIS (New Israeli Shekel) Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web

Re: HSM Recalls

2008-07-25 Thread Itschak Mugzach
Why don't you pre-recall files with OpenTech's Hrecall product? It will cut a lot of job waits for you. Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original

Re: secure ftp on the mainframe

2008-07-24 Thread Itschak Mugzach
And you may consider file transfer over MQ, of course. ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List

Re: Some insight on 1.9 install

2008-07-22 Thread Itschak Mugzach
Have a look at the SMPE SYSPROINT output, probebly locatged on JES spool. It holds the Binder output. Try finding the mod or lmod. ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web

Re: Using COBOL to create a DSNTYPE=LARGE dataset

2008-07-22 Thread Itschak Mugzach
Hello Gadi, What is the value of BLOCKTOKENSIZE in IGDSMS member of parmlib? Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM

Re: Using COBOL to create a DSNTYPE=LARGE dataset

2008-07-22 Thread Itschak Mugzach
No, but I would look into the manual for second opinion ;-) ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List

Re: Numeric TSO Userids

2008-07-22 Thread Itschak Mugzach
| Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Wilson Sent: Tuesday, July

Re: Numeric TSO Userids

2008-07-22 Thread Itschak Mugzach
. Between the userid and the numeric value in RACF. Perhaps an other class that can hold a numeric value and a field that holds the userid. Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web

Re: TSO/ISPF Screen Swap

2008-07-21 Thread Itschak Mugzach
Was you under EDIF? It might explain why ISPF thought this is a builtin macro name. Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM

Re: IEBGENER

2008-07-20 Thread Itschak Mugzach
Magen, You do not explain what happens to the copy operation (or the PDS) after applying the PTF. If you want to sequence the copy operations, have a look at MIM... Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype

Re: IKJ144I UNDEFINED USERID(S) XXXXXXX

2008-07-20 Thread Itschak Mugzach
Reformat broadcast. Look for it in tso spl manual. Itschak. | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List [mailto

Re: Terminal SYSIN in TSO Logon Proc

2008-07-17 Thread Itschak Mugzach
I think its SYSTSIN Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: Terminal SYSIN in TSO Logon Proc

2008-07-17 Thread Itschak Mugzach
Lindy, I looked in the link you supplied. I was surprised to see the syslib card more then the sysprint sysin. (//SYSLIBDD DSN=SYS1.MACLIB,DISP=SHR-) it look like they prepared this procedure for running online assembly. Itschak | Itschak Mugzach | Director | SecuriTeam Software

Re: TSO/ISPF Screen Swap - remoarks

2008-07-16 Thread Itschak Mugzach
The exec uses a panel to execute the swap list command. This PSEUDOPAN is a member in your ISPPLIB conncatanation which has a )Body and )END sections only. Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach

Re: MQ security

2008-07-15 Thread Itschak Mugzach
the new RACF information without a security refresh being carried out. | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List

Re: TSO/ISPF Screen Swap

2008-07-15 Thread Itschak Mugzach
Hmm. A year ago (or so), I wrote a short rexx that | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL

Re: TSO/ISPF Screen Swap

2008-07-15 Thread Itschak Mugzach
-rexx list which is not active any more. I'll try to emal a copy tomorrow, and you can change it to do swap EDIT, SWAP util, etc. ITschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il

Re: TSO/ISPF Screen Swap

2008-07-15 Thread Itschak Mugzach
Here is the RE#xx exec to swap between logical screens based on application name rather then its number. Enjoy. | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il

Re: Edit macro to support jcl set commands in instream inputs

2008-07-05 Thread Itschak Mugzach
it. You can leave it if you want. Regards, Itschak | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL

Re: Edit macro to support jcl set commands in instream inputs

2008-07-04 Thread Itschak Mugzach
Kenneth, This rexx is for the maint. Jobs. If you run the same job for every region, for example if you have several IMS regions each of which has a different naming convention, CRC etc., but all the rest is the same, why to handle several copies? | Itschak Mugzach | Director | SecuriTeam

Re: Z/OS IBM Mainframe Computer Time To Rent.

2008-07-03 Thread Itschak Mugzach
Shay, If you're an IBM partner in development, it will cost you only 300$ to have a full finction mainframe. Call me if you want a contact personin Irael. | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web

Re: Refreshing LLA modules in batch mode

2008-07-03 Thread Itschak Mugzach
I hope you are not allowing that, but you can specify MVS commands directly after job card. | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il | -Original Message- From: IBM

Edit macro to support jcl set commands in instream inputs

2008-07-01 Thread Itschak Mugzach
jcllib order=my.pds //include unclude member=setup //step1exec pgm=idcams //sysprint dd sysout=* //sysindd * listcat ent(hlq.data) all delete hlq..data Listcat ent(hlq..data) all /* Will be happpy to get feedbacks. Enjoy it. | Itschak Mugzach | Director | SecuriTeam Software

Re: Edit macro to support jcl set commands in instream inputs

2008-07-01 Thread Itschak Mugzach
of the sysin data only and let MVS take care of the JCL side, but both areusing the same set of values visa JCL SET commands. Regards, | Itschak Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il

Re: JCL SET command and instream SYSIN

2008-06-30 Thread Itschak Mugzach
Mugzach | Director | SecuriTeam Software | | Email: [EMAIL PROTECTED] | Mob: +972 522 986404 | Skype: Itschak Mugzach | Web: www.Securiteam.co.il http://www.securiteam.co.il/ | -- For IBM-MAIN subscribe / signoff / archive access

TWS: how to submit a standalone job

2008-04-14 Thread Itschak Mugzach
How can I submit a job from TWS without setting the depended jobs? In CTM, you can remove all out condition, but in TWS there are no conditions... So, How can I block TWS to run the dependent jobs? Regards, Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype

Re: DB2 queries without using MF.

2008-01-28 Thread Itschak Mugzach
and use IP to pass it the other machine. If you want some name, call me. Any way, you did a nice effort so far. Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original

Re: Dynamic tape in Rexx?

2008-01-24 Thread Itschak Mugzach
Private is not an ALLOCATE command parameter. If it is the volume serial number use VOLUME(volume) parameter. I would ignore this parameter at all and get a scratch tape, as you specified NEW as the disposition. Your tape management product will find you one. Itschak Itschak Mugzach, Director

Re: What Now?

2008-01-15 Thread Itschak Mugzach
Look at Opentech.com. They are VTS experts including tapecopy solutions. Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From: IBM

Re: Controlling COBOL DDs named SYSOUT

2007-12-25 Thread Itschak Mugzach
Check the code at the change management stage with a simple Rexx (If you wish not to write a subsystem to look into the output while you write it, or to buy one). Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail

Re: How do you collect your Discribuetd systems jobs?

2007-12-17 Thread Itschak Mugzach
Thanks to all who replied. It looks like that there is no build-in solution for sysout collection in the distributed platforms. I will investigate SSH. Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL

Re: Clone the master catalog

2007-12-13 Thread Itschak Mugzach
Try Export and import with CARE! Look at the papameters so you don't empty the catalog. Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From: IBM

How do you collect your Discribuetd systems jobs?

2007-12-13 Thread Itschak Mugzach
In a distributed world, jobs submitted by a scheduling product are running in many platforms. How do collect them to have a centralized view of the process sysout? Do you use a product for that? Are you using SSH to run the jobs? Itschak

Native NTP support on Z/OS

2007-12-04 Thread Itschak Mugzach
I am aware of the NTP support within STP. But if you are not running sysplex and STP is not installed, how can I sync. Time between network and Z/OS? Thanks for your ideas. Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL

Re: Native NTP support on Z/OS

2007-12-04 Thread Itschak Mugzach
Kees, can you give more details ? Manual, product name, etc. Is this a uss daemon? Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From

Re: Native NTP support on Z/OS

2007-12-04 Thread Itschak Mugzach
Kees, Did you mean SNTP? Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf

Re: Native NTP support on Z/OS

2007-12-04 Thread Itschak Mugzach
So. How Oracle, UDB and other products deal with that time changing back on other platforms? Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From

Re: Native NTP support on Z/OS

2007-12-04 Thread Itschak Mugzach
And you don't suffer from symptoms like those mentioned by Pinnacle? Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From: IBM Mainframe Discussion

Re: TSO - Automatic notify messages after log on

2007-12-02 Thread Itschak Mugzach
JES uses TSO / Console SEND command to notify job end. SEND has a parameter to force logging the message if user is not logged on. If LISTBC returns the lost messages, then the messages are logged in broadcast. Run PROF command to see if your user is in broadcast mode or not. Itschak Itschak

Re: How Compatible is BS/2000 with IBM zSeries?

2007-11-29 Thread Itschak Mugzach
You are right. This is the reason why I supplied the link. Anyway, If IBM is not going to buy Sun, may be they'll just host them... Sun trued to enjoy the mainframe downsizing and they get upsized. Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam

Re: IBM paper on Large Stand Alone Dump handling

2007-11-29 Thread Itschak Mugzach
Ed, thanks for the link. Google was faster (Large Stand Alone Dump handling) the cut paste the long link... Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails

How Compatible is BS/2000 with IBM zSeries?

2007-11-28 Thread Itschak Mugzach
boxes before the 64 Bit (r)evolution, and how is it now. Any idea? Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails

Re: How Compatible is BS/2000 with IBM zSeries?

2007-11-28 Thread Itschak Mugzach
Frank, Speaking about Japan, do you mean running VOS? I think it is/was HDS hardware. Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From: IBM

Re: How Compatible is BS/2000 with IBM zSeries?

2007-11-28 Thread Itschak Mugzach
And talking about BS2000, did you hear that IBM ran Solaris on a mainframe this week in Gartner Data Center Conference? Microsoft should be ready for the OpenWindows version to run on an IBM mainframe... Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype

Re: How Compatible is BS/2000 with IBM zSeries?

2007-11-28 Thread Itschak Mugzach
Frank, Have a look at: http://serverspecs.blogs.techtarget.com/2007/11/28/demonstration-opensolaris -running-on-ibm-mainframe/?track=NL-576ad=614707asrc=EM_NLN_2658420uid=58 3701 Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software

Re: System abend D38 - what is that ?

2007-11-26 Thread Itschak Mugzach
Don't know the abend, but it probably comes from SVC38, Enq/Deq. Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From: IBM Mainframe

Re: Free DBDMAP PSBMAP? Where to download from.

2007-11-26 Thread Itschak Mugzach
Yes, I am a member of the IMS-L list. Some how I emailed that to IBM-MAIN. Meanwhile I found my copy... Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message

Re: System abend D38 - what is that ?

2007-11-26 Thread Itschak Mugzach
found this offset it looks for... Are you sure that it support the level of Cobol you are using? Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails Itschak Mugzach

Re: SV: System abend D38 - what is that ?

2007-11-26 Thread Itschak Mugzach
Roland, Interesting idea. This abend code is usually associated with this kink of symptoms (linkage problem). Itschak Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails

Free DBDMAP PSBMAP? Where to download from.

2007-11-25 Thread Itschak Mugzach
A year a go or so, NEON used to offer a free download of those tools. The page is not available any more. Where can I find free DBD PSB mapping tools? I looking for the unasm versions, not the graphical drawing one. Many thanks, Itschak

Re: Transferring data from a different site that uses VTS

2007-11-18 Thread Itschak Mugzach
Fast and securely. Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Russell

Re: Allocation Error RC=9700-0402

2007-11-13 Thread Itschak Mugzach
ISPF Tutorial has most of the Dair and Darc codes. In the main menu press PF1, Appendix A or B. Itschak Mugzach, Director SecuriTeam Software ltd. Tel: +972 (522) 986404 Skype: Securiteam-Software Email: [EMAIL PROTECTED] Gmail: [EMAIL PROTECTED] for large mails -Original Message

Re: File sharing between Sysplex's

2007-10-30 Thread Itschak Mugzach
You may look at CSM (stands for Cross Sysplex Manager) from www.Hostsystems.de. The product does many things, like leting a JOB running on sysplex A to read write datasets on Sysplex B. It also has an ISPF OPT3.4 interface to look at catalogs, volume and files of the remote sysplex (if you are

Re: File sharing between Sysplex's

2007-10-30 Thread Itschak Mugzach
It is possible, but if you want to look for the proper file in the catalog, you can't do it this way. The idea of CSM is to put the file under a DD card that point to a SUBSYS=... And ask the partner Sysplex to read the file for you. It does much more, but it is all described in the manufacture

<    1   2   3   4   >