| Author |
Message |
Topic: Utility to check existence of DSName |
Mike Nitz
Replies: 2
Views: 1883
|
Forum: Utilities Posted: Thu Apr 08, 2010 2:59 pm Subject: Utility to check existence of DSName |
| Is there a utility or program that will check for the existence of a DSN & return a non zero return code if the DSN dosen't exist? |
Topic: //ENQUEUE dd ?? |
Mike Nitz
Replies: 0
Views: 1786
|
Forum: Job Control Language(JCL) Posted: Fri Apr 03, 2009 2:01 pm Subject: //ENQUEUE dd ?? |
Does anyone know if there is anything special about this dd?? I've searched the forum, the JCL manuals, GOOGLE, the IKJEFT1B utility, everywhere I can think of. The code I'm questioning is below:
... |
Topic: Standalone TN3270 question |
Mike Nitz
Replies: 2
Views: 3311
|
Forum: Other Technical Topics Posted: Tue Jul 22, 2008 7:00 am Subject: Standalone TN3270 question |
| Trying to setup a TN3270 server on z/OS 1.8 & am getting a 7246 error which means 'User does not have authority to access this port'. I've followed the RACF recommendations & I see no securit ... |
Topic: Question about a bad tape in a 29 volume tape dsn |
Mike Nitz
Replies: 4
Views: 2561
|
Forum: Utilities Posted: Thu Jul 10, 2008 2:15 pm Subject: Question about a bad tape in a 29 volume tape dsn |
Setting the SPANINC=RC0 worked. Output from the job is below:
ICE197I 0 ONE OR MORE INCOMPLETE SPANNED RECORDS DETECTED AND ELIMINATED - RC=0
ICE055I 0 INSERT 0, DELETE 0
ICE054I 0 RECORDS - IN: ... |
Topic: Question about a bad tape in a 29 volume tape dsn |
Mike Nitz
Replies: 4
Views: 2561
|
Forum: Utilities Posted: Thu Jul 10, 2008 11:06 am Subject: Question about a bad tape in a 29 volume tape dsn |
They are spanned records. I did some digging through DFSORT's customization manual & it says that you can override the SPANINC parm with the following code:
//DFSPARM DD *
OPTION SPANI ... |
Topic: Question about a bad tape in a 29 volume tape dsn |
Mike Nitz
Replies: 4
Views: 2561
|
Forum: Utilities Posted: Thu Jul 10, 2008 10:28 am Subject: Question about a bad tape in a 29 volume tape dsn |
| I hope this is the right forum, if not please direct me to where this should be placed. I have a SMF monthly dsn that gets modded to every day, well I'm trying to run the SCRTTOOL report for IBM & ... |
Topic: command authority |
Mike Nitz
Replies: 3
Views: 2483
|
Forum: TSO and ISPF Posted: Thu Jun 05, 2008 7:14 am Subject: command authority |
| Have you looked in the SYSLOG or the STCLOG for a security violation? The violation message will tell you exactly what permissions will have to be permitted. |
Topic: Problems with allocating a volume for a VVR delete |
Mike Nitz
Replies: 2
Views: 1811
|
Forum: TSO and ISPF Posted: Mon May 19, 2008 8:03 pm Subject: Problems with allocating a volume for a VVR delete |
| I've figured it out. You have to specify the SYS1.VVDS dsname in the allocation. Works like it's supposed to then. |
Topic: Problems with allocating a volume for a VVR delete |
Mike Nitz
Replies: 2
Views: 1811
|
Forum: TSO and ISPF Posted: Mon May 19, 2008 3:09 pm Subject: Problems with allocating a volume for a VVR delete |
I'm trying to run the following code:
ADDRESS TSO
"FREE DDNAME(DD1)"
"ALLOC DDNAME(DD1) VOLUME(DBPD01) UNIT(SYSDA) OLD"
But am getting the following:
>O> "A ... |
Topic: Does any one know how to pull the volser from a 3.4 list |
Mike Nitz
Replies: 5
Views: 3192
|
Forum: TSO and ISPF Posted: Sun May 11, 2008 2:22 pm Subject: Does any one know how to pull the volser from a 3.4 list |
| ZDLVOL works like a champ!!!! Thanks! |
Topic: Does any one know how to pull the volser from a 3.4 list |
Mike Nitz
Replies: 5
Views: 3192
|
Forum: TSO and ISPF Posted: Fri May 09, 2008 3:18 pm Subject: Does any one know how to pull the volser from a 3.4 list |
| I've written many execs that are meant to be utilized in 3.4, but the execs could be MUCH more usefull if I was able to pull the volser from the 3.4 list itself. Does anyone know of any way to get th ... |
Topic: List dsnames for a data class |
Mike Nitz
Replies: 2
Views: 2377
|
Forum: Data Management Posted: Wed Jun 27, 2007 2:27 pm Subject: List dsnames for a data class |
| Does any know how to list the dsnames that belong to a particular data class? I've tried going into ismf & doing a list from the option 1 - Perform Functions Against Data Sets. The report shows ... |
Topic: Translating to lowercase |
Mike Nitz
Replies: 6
Views: 3079
|
Forum: TSO and ISPF Posted: Thu Feb 15, 2007 12:21 pm Subject: Translating to lowercase |
| Thank You!!! I haven't done much with translation & I thought I might be looking at it wrong. Again, THANK YOU!!!! |
Topic: Translating to lowercase |
Mike Nitz
Replies: 6
Views: 3079
|
Forum: TSO and ISPF Posted: Thu Feb 15, 2007 11:58 am Subject: Translating to lowercase |
Kolusu,
I've looked at the manual & either the TRANSLATE command won't do
what I want it to do or I'm reading it wrong. I want to translate
variable UIDN with a value of XXXX to variable U ... |
Topic: Translating to lowercase |
Mike Nitz
Replies: 6
Views: 3079
|
Forum: TSO and ISPF Posted: Thu Feb 15, 2007 11:00 am Subject: Translating to lowercase |
Does anyone know of a way to translate UPPERCASE data to lowercase?
I've looked through the TSO manuals & did a search on this site & have found nothing documenting if it is possible to do th ... |
| |