Page 1 of 1

Using SDSF,prefix * COMMAND NOT AUTHORIZED

PostPosted: Thu Aug 12, 2010 1:12 pm
by david
When run the job:
//GETSTEP EXEC PGM=SDSF,COND=(4,LT)
//SYSPRINT DD SYSOUT=*
//ISFOUT DD DSN=TMAP006.BAT.ISFOUT,DISP=(NEW,CATLG),UNIT=3390,
// VOL=SER=SYSNEW,
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=27920),
// SPACE=(TRK,(30,30))
//ISFIN DD *
SET CONFIRM OFF
OWNER *
ST
PREFIX *
FILTER JOBID JOB02814
++S
PRINT ODSN 'TMAP006.BAT.SRCLIB(RESULT)'
PRINT 1 999999
PRINT CLOSE
END
/*
FILE ISFOUT can find this:
STATUS DISPLAY ALL CLASSES COMMAND NOT AUTHORIZED
ND INPUT ===> PREFIX * SCROLL ===> PAG
JOBNAME JobID Owner Prty Queue C Pos SAff ASys Status
TMAP006 TSU03446 TMAP006 15 EXECUTION ADCD ADCD

But I can use prefix * in sdsf like this:
SDSF STATUS DISPLAY ALL CLASSES
COMMAND INPUT ===> prefix *
NP JOBNAME JobID Owner Prty Queue

Help me.

Re: Using SDSF,prefix * COMMAND NOT AUTHORIZED

PostPosted: Thu Aug 12, 2010 2:23 pm
by NicC
Quite often batch versions of utilities will have different authorisations from online. First thing to do would be to check with your sysprogs/security people.

Re: Using SDSF,prefix * COMMAND NOT AUTHORIZED

PostPosted: Thu Aug 12, 2010 3:28 pm
by david
OK.TKS. NicC

Re: Using SDSF,prefix * COMMAND NOT AUTHORIZED

PostPosted: Fri Sep 06, 2013 11:21 pm
by bighurt92
Can anyone post a solution to this issue? I am experiencing the same issue today. I am a fairly new Systems Programmers and we just recently performed a z/os upgrade from 1.7 to 1.11, that's when this issue started occurring. Unfortunately my shop is very small and there are only 2 people that manage the mainframe so my colleague and I are the sysprogs/security people and of course this issue surfaced when my more experienced colleague is out of town. Any assistance will be greatly appreciated.

Re: Using SDSF,prefix * COMMAND NOT AUTHORIZED

PostPosted: Fri Sep 06, 2013 11:40 pm
by Pedro
Search the SDSF manual for 'COMMAND NOT AUTHORIZED'. I think the explanation of the message will refer you to the section of how to setup the authorizations.

IBM manuals are here:
http://www-03.ibm.com/systems/z/os/zos/bkserv/r13pdf/

Re: Using SDSF,prefix * COMMAND NOT AUTHORIZED

PostPosted: Mon Sep 16, 2013 10:46 pm
by bighurt92
Thanks Pedro this let me to a usermod that had not been applied to the new system.

Re: Using SDSF,prefix * COMMAND NOT AUTHORIZED

PostPosted: Tue Sep 17, 2013 8:20 pm
by dick scherrer
Hello and welcome to the forum,

Thank you for posting the resolution :)

d