Re: SUPRESSING MESSAGES - DFHSM

2016-11-07 Thread Edgard Balter Jr.
Or maybe you can try SETSYS MONITOR(NOVOLUME)

Regards,
Edgard 





De: Lizette Koehler 
Para:   IBM-MAIN@LISTSERV.UA.EDU
Data:   07/11/2016 15:29
Assunto:Re: SUPRESSING MESSAGES - DFHSM
Enviado por:IBM Mainframe Discussion List 



So what do you want to suppress?

Is this from DFHSM producing the message at all?

Using the MPF list to suppress the message?

Using a tool like CA OPS/MVS or IBM Tivoli to suppress the message?

I am not sure what solution you are looking for.

Did you try searching in www.ibm.com for how to do this?


If you think the messages are too frequent, then maybe you should open an 
SR to IBM to see why that is occurring?  Perhaps you have something 
running too often.

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of esmie moo
> Sent: Monday, November 07, 2016 9:50 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: SUPRESSING MESSAGES - DFHSM
> 
> Gentle Readers,
> 
> One of our HSM STC's has been inundated with ARC0734I ACTION=SPCMGMT.  I
> remember that there is a SETSYS parm in the HSM parmlib which would 
allow us
> to supress these messages.  I cannot remember the parm name.  Can 
anybody
> suggest what it is?
> 
> Thanks In advance.
> 

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






Esta mensagem é reservada. Sua divulgação, distribuição, reprodução ou 
qualquer forma de uso é proibida e depende de prévia autorização desta 
Instituição. O remetente utiliza o correio eletrônico no exercício do seu 
trabalho ou em razão dele, eximindo esta Instituição de qualquer 
responsabilidade por utilização indevida. Se você recebeu esta mensagem 
por engano, favor eliminá-la imediatamente.

This message is reserved. Its disclosure, distribution, reproduction, or 
any other form of use is prohibited and shall depend upon previous proper 
authorization. The sender uses electronic mail in the exercise of his/her 
work or by virtue thereof, and the Institution accepts no liability for 
its undue use. If you have received this e-mail by mistake, please delete 
it immediately.

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


Re: Re cataloging IODF jcl

2016-06-09 Thread Edgard Balter Jr.
Nathan,

//RECATALG EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSINDD *
 DEFINE CLUSTER(NAME(SYS1.IODF00.CLUSTER)-
RECATALOG-
LINEAR)  -
   DATA(NAME(SYS1.IODF00)-
VOLUME(xx)   -
TRACKS(7 0)  -
CONTROLINTERVALSIZE(4096))
/*

Best regards,
Edgard 


IBM Mainframe Discussion List  gravou em 
09/06/2016 06:02:53:

> De: Nathan Astle 
> Para: IBM-MAIN@LISTSERV.UA.EDU, 
> Data: 09/06/2016 06:03
> Assunto: Re cataloging IODF jcl
> Enviado por: IBM Mainframe Discussion List 
> 
> Hello,
> 
> Can someone please share me a sample JCL on recataloging the IODF 
dataset ?
> 
> Regards
> Nathan
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 



Esta mensagem é reservada. Sua divulgação, distribuição, reprodução ou 
qualquer forma de uso é proibida e depende de prévia autorização desta 
Instituição. O remetente utiliza o correio eletrônico no exercício do seu 
trabalho ou em razão dele, eximindo esta Instituição de qualquer 
responsabilidade por utilização indevida. Se você recebeu esta mensagem 
por engano, favor eliminá-la imediatamente.

This message is reserved. Its disclosure, distribution, reproduction, or 
any other form of use is prohibited and shall depend upon previous proper 
authorization. The sender uses electronic mail in the exercise of his/her 
work or by virtue thereof, and the Institution accepts no liability for 
its undue use. If you have received this e-mail by mistake, please delete 
it immediately.

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


Re: Refer Back in JCL

2014-09-25 Thread Edgard Balter Jr.
Hi Varun,

have you tried to refer back to the dataset name? I have a similar JCL 
with the output vol specified like this (on the second and subsequent 
steps):

//TAPE2DD DSN=CIMSSP.TAPE3592.BACKUP.RSDV02,
// UNIT=3592ATLC,DISP=(,CATLG),LABEL=(2,SL),
// RETPD=1,VOL=(,RETAIN,REF=CIMSSP.TAPE3592.BACKUP.RSDV01)

Regards,
Edgard 


IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU gravou em 
25/09/2014 09:36:23:

 De: Mainframe Sysprog mainframe.sysp...@gmail.com
 Para: IBM-MAIN@LISTSERV.UA.EDU
 Data: 25/09/2014 09:36
 Assunto: Refer Back in JCL
 Enviado por: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 Hi All,
 
 I have been trying the REFER Back statement in JCL to take multiple 
backups
 on a 3592 tape using a JCL such as below. However, for some reason this
 doesn't seem to be working.
 
 //STEP1EXEC PGM=ADRDSSU
 //SYSPRINT DD SYSOUT=*
 //DASD1DD UNIT=3390,VOL=SER=RSDV01,DISP=SHR
 //TAPE1DD DSN=CIMSSP.TAPE3592.BACKUP.RSDV01,
 // UNIT=3592ATLC,DISP=(NEW,CATLG),LABEL=(1,SL),
 // RETPD=1,VOL=(,RETAIN)
 //SYSINDD *
   DUMP IDD(DASD1) ODD(TAPE) -
  DATASET(INCLUDE(**))
 /*
 //STEP2EXEC PGM=ADRDSSU
 //SYSPRINT DD SYSOUT=*
 //DASD2DD UNIT=3390,VOL=SER=RSDV02,DISP=SHR
 //TAPE2DD DSN=CIMSSP.TAPE3592.BACKUP.RSDV02,
 // UNIT=3592ATLC,DISP=(,CATLG),LABEL=(2,SL),
 // RETPD=1,VOL=(,RETAIN,REF=*.STEP1.TAPE1)
 //SYSINDD *
   DUMP IDD(DASD1) ODD(TAPE) -
  DATASET(INCLUDE(**))
 
 I keep getting an error such as :
 
 IGD306I UNEXPECTED ERROR DURING CBRXLCS PROCESSING  326
 RETURN CODE 12 REASON CODE 67
 THE MODULE THAT DETECTED THE ERROR IS IGDIDMUS
 SMS MODULE TRACE BACK - IDMUS IDMSU IDM00 SSIRT
 SYMPTOM RECORD CREATED, PROBLEM ID IS IGD00148
 
 The backups work fine if I try only one backup at a time.
 
 Does anybody see any errors with my JCL or have any suggestions on what
 should I look at?
 
 Thanks
 Varun
 


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


Re: 3270 Emulators and consoles

2014-04-08 Thread Edgard Balter Jr.
The x3270 package abstract says

x3270 implements RFCs 2355 (TN3270E), 1576 (TN3270), and 1646 (LU name 
selection), and supports IND$FILE file transfer

Indeed, from the command line, I just started a session typing:

x3270 zlun0...@172.31.xxx.xxx:port 

Regards,
Edgard Balter Jr.


IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU gravou em 
08/04/2014 12:34:52:

 De: R.S. r.skoru...@bremultibank.com.pl
 Para: IBM-MAIN@LISTSERV.UA.EDU
 Data: 08/04/2014 12:35
 Assunto: Re: 3270 Emulators and consoles
 Enviado por: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU
 
 W dniu 2014-04-08 08:28, Timothy Sipples pisze:
  Shmuel Metz writes:
  No; you install it [HOD] from a web server, but after that it
  runs locally.
  Yes, that's one very popular option. Local, traditional client
  installation is also possible on certain platforms.
 What about HMC? Are there plans to restore at least some features lost 
 with OS/2 - Linux transition?
 Hint: AFAIK built in x3270 clone does not support LUNAME, so it doesn't 
 support OSA-ICC sessions.
 And no, I don't mean VM-like console support AFAIK available since z/OS 
2.1
 
 
 -- 
 Radoslaw Skorupka
 Lodz, Poland
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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