Re: Cancel a job after 10 min runtime

2006-04-13 Thread Miklos Szigetvari
R.S. wrote: Miklos Szigetvari wrote: Hi How can I cancel a job after 10 minutes runtime ? (Tried with JESPARM TIME but seems tom me, it has no effect) Do you mean 'clock' minutes or CPU time ? For CPU time you can use TIME=10 in jobcard. For clock time there is no such trigger. Hi I

SVC screening and locks

2006-03-29 Thread Miklos Szigetvari
Hi If someone can advice: In the SVC SCREEN table only on pair of lock flag ( CMS or LOCAL) , but different SVC could need different LOCK setting. How can I handle this correctly ? -- For IBM-MAIN subscribe / signoff /

Re: Initiator hung

2006-03-16 Thread Miklos Szigetvari
restarted to avoid making changed to our automation for the batch window changes Miklos Szigetvari [EMAIL PROTECTED] wrote: Hi If someone has seen something like this: Two of our inactive initiators don't want to accept job's, they are just hung. - z/OS 1.5 - Non WLM managed initiators

Initiator hung

2006-03-15 Thread Miklos Szigetvari
- the other initiators are working properly -- Mit freundlichen Grüßen / Best regards Miklos Szigetvari ISIS Information Systems GmbH Alter Wienerweg 12 2344 Maria Enzersdorf Austria --- This e-mail is only intended for the recipient

OSA JAVA GUI

2006-03-14 Thread Miklos Szigetvari
(CommandWindow.java:1250) at ioajava.main(ioajava.java:21) -- Mit freundlichen Grüßen / Best regards Miklos Szigetvari ISIS Information Systems GmbH Alter Wienerweg 12 2344 Maria Enzersdorf Austria --- This e-mail is only

Re: OSA JAVA GUI

2006-03-14 Thread Miklos Szigetvari
Thank you , I will install it. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of R.S. Sent: Dienstag, 14. Marz 2006 14:11 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: OSA JAVA GUI Miklos Szigetvari wrote: Hi A number of problems with OSA JAVA GUI

Re: How to start a subtask under another user

2006-03-10 Thread Miklos Szigetvari
Search the archives at http://bama.ua.edu/archives/ibm-main.html -- Mit freundlichen Grüßen / Best regards Miklos Szigetvari ISIS Information Systems GmbH Alter Wienerweg 12 2344 Maria Enzersdorf Austria --- This e-mail is only

How to start a subtask under another user

2006-03-09 Thread Miklos Szigetvari
Hi How can I start a subtask under another userid ? Currently I make an ATTACH DISP=NO RACINIT CREATE copy the ACEE to TCBSENV and aSTATUS RESET,ND seems to have no effect

Re: How to start a subtask under another user

2006-03-09 Thread Miklos Szigetvari
Hi -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Binyamin Dissen Sent: Donnerstag, 09. Marz 2006 22:53 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: How to start a subtask under another user On Thu, 9 Mar 2006 21:47:05 +0100 Miklos Szigetvari

REXX and APF

2006-02-23 Thread Miklos Szigetvari
Hi I would like to call a REXX exec from a non TSO environment, (HTTP server) and the exec would call an APf authorized program (SAPI interface) I read the archive about this, maybe a new solution in 2006 ? -- Mit freundlichen Grüßen / Best regards Miklos Szigetvari ISIS Information

Re: REXX and APF

2006-02-23 Thread Miklos Szigetvari
Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Miklos Szigetvari Sent: Thursday, February 23, 2006 3:36 AM To: IBM-MAIN@BAMA.UA.EDU Subject: REXX and APF Hi I would like to call a REXX exec from a non TSO environment, (HTTP server) and the exec would call an APf authorized

Multiple ISPF session's from an STC

2006-02-13 Thread Miklos Szigetvari
Hi I would like to start multiple ISPF applications from an STC ( a WebServer like application) ( Different requests arive paralell and start REXX exec's which will call different ISPF services ) What are the minimal requirements for dataset allocations (ISPPROF etc ) ?

Re: Multiple ISPF session's from an STC

2006-02-13 Thread Miklos Szigetvari
) to save task related parms. Itschak -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Miklos Szigetvari Sent: Monday, February 13, 2006 12:13 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Multiple ISPF session's from an STC Hi I would like to start

JES2 parm TSOAVAIL=NO

2006-01-30 Thread Miklos Szigetvari
Hi In z/Os 1.5 I didn't find any description about the TSOAVAIL=YES/NO output attribute -- Mit freundlichen Grüßen / Best regards Miklos Szigetvari ISIS Information Systems GmbH Alter Wienerweg 12 2344 Maria Enzersdorf Austria

loading task not secure

2006-01-11 Thread Miklos Szigetvari
Hi Our APF auth application calls a C++ XPLINK module , and during the initialisation we got an S0C4 in CELVH003 offset +4. The SYSMDUMP says loading task not secure The module is in SP251 KEY1 storage and the caller is in KEY8. Why the module in SP251 KEY1 ?

Re: loading task not secure

2006-01-11 Thread Miklos Szigetvari
Hi Thak you for everybody, seems the reason was that the CEE.SCEERUN2 was not APF authorised. We see this note(i.e.loding task not secure) in the SYSMDUMP only for the CELVH003 module, which has abended. The application is an FSS application, and it is running in KEY1, but it is calling

Key code for licensed material

2005-12-12 Thread Miklos Szigetvari
Hi If someone knows where is the key code for the licensed material access over the IBM ResourceLink. I'm seraching over all the received material, but haven't find this key code yet -- For IBM-MAIN subscribe / signoff /

Submitting a JCL via Email

2005-11-29 Thread Miklos Szigetvari
Hi Theoretically we can submit a JOB via Email and receive the output via reply. Has any sense to do this ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message:

Re: HSM control dataset control block map's

2005-11-15 Thread Miklos Szigetvari
John Ticic wrote: -- snip -- If someone knows where can I find a map of the DFHSM Control Data Set records (MCD etc ) -- snip -- Try DFSMShsm Diagnosis Reference Document Number LY27-9608 John -- For IBM-MAIN subscribe /

Logger application's

2005-10-21 Thread Miklos Szigetvari
Hi I intend to use the LOGGER in some of our application's to put together the the messages from different address spaces, tasks etc etc. I think to use some general message format (XML) to put out the messages in the log block buffer My question: If some has seen something like this,

FREEZE a TCB

2005-10-18 Thread Miklos Szigetvari
Hi If someone knows a tool to freeze some TCB's in an address space. (The background is, that we have problems with the C/C++ distributed debugger and multi task/multi thread applications. The debugger is jumping between the tasks without any control, so we can't freeze the unimportant tasks)

Convert application to 64 bit or not

2005-10-11 Thread Miklos Szigetvari
Hi I'm before the decision to convert a part of our application to 64 bit . The candidate would be a request queue to put above the bar, for shared access from client address spaces. (and I also want to learn 64 bit programming ) Any problem to install or configure z/OS 1.4 and above ?

Loading a program

2005-09-28 Thread Miklos Szigetvari
Hi Try to load a program via LOAD macro to find some text constants in the load module (i.e. the compile time text for every object) For my surprise the load length from reg1 is not the same as module length for program objects. (With DESERV I can find out the module lengh) I don't know if

Recatalog IODF

2005-08-24 Thread Miklos Szigetvari
Hi I someone can help: The actual IODF is defined cataloged in system A master catalog (VVDS points to system A's master catalog) I would like to use /recatlog from system B -- For IBM-MAIN subscribe / signoff / archive access

Re: Recatalog IODF

2005-08-24 Thread Miklos Szigetvari
Hi Thank you for everybody Marks suggestion with RECATALOG LINEAR and the cluster name has worked. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET

Re: Storage key for SP 251

2005-08-18 Thread Miklos Szigetvari
Hi Craddock, Chris wrote: For the storage key of SP 251 the Diag Ref says Same as TCB key at time of first storage request It says that and it's kind of true, but not necessarily in the way you might think. That subpool is at the job step level, so it's always going to end up

Region size in SYSMDUMP

2005-08-17 Thread Miklos Szigetvari
Hi If someone tell me where can I find the region size limits , actual region size in SYSMDUMP -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN

Storage key for SP 251

2005-08-17 Thread Miklos Szigetvari
Hi For the storage key of SP 251 the Diag Ref says Same as TCB key at time of first storage request Here is my problem : My authorized key 1 task attach s a subtask with DISP=NO , and changes the subtask TCBPKF to key 8 . It worked fine till a user program has started a subtask to access

Re: Storage key for SP 251

2005-08-17 Thread Miklos Szigetvari
Hi Binyamin Dissen wrote: On Wed, 17 Aug 2005 16:46:57 +0200 Miklos Szigetvari [EMAIL PROTECTED] wrote: :For the storage key of SP 251 the Diag Ref says Same as TCB key at time :of first storage request :Here is my problem : :My authorized key 1 task attach s a subtask with DISP

How constant is the CPU time

2005-07-11 Thread Miklos Szigetvari
Hi How constant is the CPU time, depend on system load etc. for a given application ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO

CPU time and system load

2005-07-10 Thread Miklos Szigetvari
Hi What is the expectable CPU difference depend on system load ? (same job's CPU time on heavy loaded system or empty system ) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED]

z/DASD BUS-TECH

2005-07-04 Thread Miklos Szigetvari
Hi If somone has any positive or negative experience with z/DASD from BUS-TECH -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the

Re: Host text file in Arabic

2005-06-15 Thread Miklos Szigetvari
Peter Hunkeler wrote: If someone can send a text file which contains Arabic text in 420 code page. What exactly do you need? Can't you create one with the help of iconv? Peter Hunkeler Senior IT Specialist, IBM zSeries Technical Sales Support, Switzerland

Dynamic sysout count over 99999

2005-06-15 Thread Miklos Szigetvari
Hi If someone maybe knows, what is happening after the Dynamic SYSOUT count has reached 9 (i.e after SYS9) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the

Host text file in Arabic

2005-06-13 Thread Miklos Szigetvari
Hi If someone can send a text file which contains Arabic text in 420 code page. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the

JCL to XML

2005-06-08 Thread Miklos Szigetvari
Hi Maybe someone have seen a JCL to XML converter -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at

Multiple SYSMDUMP in a dataset

2005-06-08 Thread Miklos Szigetvari
Hi We produce SYSMDUMP's with DISP=MOD, and the SYSMDUMP dataset contains a number of DUMP's Any method to select the second etc. dump? ( I see I could use GENER to copy from the 'DR2 H' header) Any better idea maybe ? --

Re: JCL to XML

2005-06-08 Thread Miklos Szigetvari
Hi I would like to have something converts the JCL, exactly as it is in your sample. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO

Re: JCL to XML

2005-06-08 Thread Miklos Szigetvari
Hi We would like to see the OUTPUT statements in one case and in the other case we would like to see the called program and the used datasets Steve Comstock wrote: Miklos Szigetvari wrote: Hi I would like to have something converts the JCL, exactly as it is in your sample. Out

SBD4 at z/OS 1.4 IPL

2005-05-30 Thread Miklos Szigetvari
Hi Try to IPl a test z/OS 1.4 in a 1Gbyte real storage LPAR and got IEA303W ABEND BD4 REASON DURING INITIALIZATION UNDER RIM IEAVNPA1 and a wait state. -- For IBM-MAIN subscribe / signoff / archive access

Re: Calling a DLL from OS390 V2R10

2005-05-26 Thread Miklos Szigetvari
Hi You can call DLL's from C/C++. In the C/C++ Programing Guide you will find a number of examples: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/CBCPG140/CCONTENTS?SHELF=CBCBS140DN=SC09-4765-04DT=20040113112715. Robert Pelletier wrote: Help. Our application people want to

Restart MSTRJCL or avoid IPL

2005-05-12 Thread Miklos Szigetvari
Hi In the LOADxx member we got: PARMLIB SYS1.IBM.PARMLIB Z15T11 (and in the MSTRJCL it is allocated with VOL=SER=Z15T11) We would like to put offline the Z15T11 volume, can we do it without IPL ? --

Re: Restart MSTRJCL or avoid IPL

2005-05-12 Thread Miklos Szigetvari
Ed Finnell wrote: In a message dated 5/12/2005 9:51:59 A.M. Central Standard Time, [EMAIL PROTECTED] writes: PARMLIB SYS1.IBM.PARMLIB Z15T11 (and in the MSTRJCL it is allocated with VOL=SER=Z15T11) We would like to put offline the Z15T11 volume, can we do it without IPL ? ===

<    1   2   3   4   5   6