Hi,
I have come across a orphaned catalog entry as depicted in the image. This catalog is throwing Extraneous parameters error for any action taken against it. Can somebody explain what it is and how to get rid of this.
Extraneous parameters error in 3.4 for a catalog entry
-
- Posts: 6
- Joined: Thu Nov 28, 2019 11:25 pm
- Skillset: JCL, ISPF, SMPE, REXX
- Referer: From google
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Extraneous parameters error in 3.4 for a catalog entry
I would like to see the command(s) that you have tried together with the result. 'Extraneous parameters' sounds a lot like syntax error.
By the way,I cant see any image.
By the way,I cant see any image.
-
- Posts: 6
- Joined: Thu Nov 28, 2019 11:25 pm
- Skillset: JCL, ISPF, SMPE, REXX
- Referer: From google
Re: Extraneous parameters error in 3.4 for a catalog entry
Here is the image:
You do not have the required permissions to view the files attached to this post.
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Extraneous parameters error in 3.4 for a catalog entry
Have you tried to enter HELP? I wonder where those 2 '0' in the line coms from. Though I can put as many '0' on a 3.4 line as I like and still get the popup.
Anyway, an orphaned catalog entry is usually gotten rid of by the 'U' line command, or perhaps using DELETE / NOSCRATCH as line command.
Anyway, an orphaned catalog entry is usually gotten rid of by the 'U' line command, or perhaps using DELETE / NOSCRATCH as line command.
-
- Posts: 6
- Joined: Thu Nov 28, 2019 11:25 pm
- Skillset: JCL, ISPF, SMPE, REXX
- Referer: From google
Re: Extraneous parameters error in 3.4 for a catalog entry
I'm explicitly specifying volume name to get this dataset in 3.4. Otherwise it says dataset not found. After specifying DS and Volume name together, there will be 1 '0' along with DS name separated by few columns. If i try any action, it would give me Extraneous parameters error and 2nd 0 appears.
-
- Posts: 6
- Joined: Thu Nov 28, 2019 11:25 pm
- Skillset: JCL, ISPF, SMPE, REXX
- Referer: From google
Re: Extraneous parameters error in 3.4 for a catalog entry
This is the single line i gotten from HELP : "Extraneous parameters for built-in command"
- Pedro
- Posts: 686
- Joined: Thu Jul 31, 2008 9:59 pm
- Skillset: ISPF
- Referer: google
- Location: Silicon Valley
Re: Extraneous parameters error in 3.4 for a catalog entry
I have come across a orphaned catalog entry as depicted in the image.
I think it is the opposite: it is an uncataloged data set. I think 3.4 has a line command to catalog it; use specific line command rather than '/'. Or use DEFINE NONVSAM command. Once it is cataloged, then delete it.
Pedro Vera
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: Extraneous parameters error in 3.4 for a catalog entry
Pedro wrote:I have come across a orphaned catalog entry as depicted in the image.
I think it is the opposite: it is an uncataloged data set. I think 3.4 has a line command to catalog it; use specific line command rather than '/'. Or use DEFINE NONVSAM command. Once it is cataloged, then delete it.
Pedro, I very much doubt that will work. I think the 0 0 stuff is extraneous junk that got into DS1DSNAM in the VTOC. Deleting the data set will be very difficult. Not impossible, but difficult. Because of the extraneous junk the data set cannot be cataloged. I know what I'd do, but I have tools I could use that are not generally available, so I can't tell people what I'd do.
Well, good luck to the TS.
- Pedro
- Posts: 686
- Joined: Thu Jul 31, 2008 9:59 pm
- Skillset: ISPF
- Referer: google
- Location: Silicon Valley
Re: Extraneous parameters error in 3.4 for a catalog entry
I am retired.. I do not have access anymore to verify.
Good catch about that name having zeros. I think you can use single quotes in JCL to specify nonstandard names:
Just make sure you count all of embedded blanks correctly.
Good catch about that name having zeros. I think you can use single quotes in JCL to specify nonstandard names:
Code: Select all
//DEL1 DD DISP=(OLD,DELETE),
// DSN='MY.DSN 0 0'
Just make sure you count all of embedded blanks correctly.
Pedro Vera
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Extraneous parameters error in 3.4 for a catalog entry
Yeah I also missed that about the name having zeros.
Mayby a IEHLIST LISVTOC will show if the name has unprintable characters in it?
Mayby a IEHLIST LISVTOC will show if the name has unprintable characters in it?
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Recatalog Error:Moving a dataset entry from one cat to other
by gselvasridharan » Fri Apr 07, 2023 1:33 pm » in VSAM/SMS - 3
- 4946
-
by gselvasridharan
View the latest post
Mon Apr 10, 2023 12:58 pm
-
-
- 1
- 1769
-
by NicC
View the latest post
Sun Nov 22, 2020 2:09 am
-
-
How I am able to assemble an SMP/E module from ASSEM entry
by futohomok » Thu Mar 14, 2024 2:32 pm » in System programming - 0
- 2972
-
by futohomok
View the latest post
Thu Mar 14, 2024 2:32 pm
-
-
-
Multiple remote job entry writing to the same dataset
by MLK2348 » Wed Nov 15, 2023 3:55 am » in JCL - 1
- 2263
-
by willy jensen
View the latest post
Wed Nov 15, 2023 1:50 pm
-
-
-
Ho can I to assemble any ASSEM entry in some target zone
by futohomok » Mon Oct 30, 2023 2:32 pm » in IMS DB/DC - 0
- 2230
-
by futohomok
View the latest post
Mon Oct 30, 2023 2:32 pm
-