IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error SDSF commands execut by JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Tracy

New User


Joined: 17 Jun 2013
Posts: 2
Location: China

PostPosted: Fri Jun 21, 2013 12:56 pm
Reply with quote

Hi I have coded SDSF commands in JCL and executed ,the return code is 0.
but the command hasn't been issued .

//TSDSF EXEC PGM=SDSF
//ISFOUT DD SYSOUT=*
//ISFIN DD *
ST
/$P JQ,JM=SD10001R
/*

the sysout file is like below :

SDSF STATUS DISPLAY ALL CLASSES NOT AUTHORIZED FOR CMD
COMMAND INPUT ===> /$P JQ,JM=SD10001R SCROLL ===> PAGE
NP JOBNAME JobID Owner Prty Queue C Pos SAff ASys Status
YMS006RG JOB00821 A02 10 OUTPUT A HOLD
YMS006RG JOB00876 A02 10 OUTPUT A HOLD
YMS006 TSU01527 YMS006 1 PRINT 2919

Which means the first ST is executed , and the second SDSF command hasn't been executed.

Could someone tell me how to make ' /$P JQ,JM=SD10001R' run via JCL,please ?
Thank you very much
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Jun 21, 2013 2:39 pm
Reply with quote

Ask your security people to give you the required authority
Back to top
View user's profile Send private message
Tracy

New User


Joined: 17 Jun 2013
Posts: 2
Location: China

PostPosted: Fri Jun 21, 2013 4:02 pm
Reply with quote

expat wrote:
Ask your security people to give you the required authority


but i can execut this command in LOG panel directly , is that the mater of access ?
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Fri Jun 21, 2013 4:23 pm
Reply with quote

Quote:
but i can execut this command in LOG panel directly , is that the mater of access ?

Yup, you need to contact your security team and get access to issue sdsf commands in batch.

I once had the same issue where I was able to issue commands from SDSF, but the same commands won't work from batch.
www.ibmmainframes.com/viewtopic.php?t=54392&highlight=console
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top