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

How to activate new ACS routines in SMS managed system?


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

New User


Joined: 04 Jan 2009
Posts: 7
Location: china

PostPosted: Thu Aug 13, 2009 11:02 am
Reply with quote

Hi all,
I have issues on study SMS, I did set up new DATACLAS names TESTDC01 as following:
Code:
PROC &DATACLAS                             
FILTLIST  DSN_NAME INCLUDE(IBMUSER.DCTEST.*)
SELECT                                     
  WHEN (&DSN = &DSN_NAME)                   
    DO                                     
      SET &DATACLAS = 'TESTDC01'           
      EXIT                                 
    END                                     
  END                                       
END       


I had written two ACS test cases to testing this DATACLAS routines. I even enter the wrong value in test case, but it still passed testing. I doubt that if i wrote the unproper case. Could anyone who can guide to test this routine.
Also, I suppose it has passed test, How could i activate this routine valid?
there is a error code shows the DATACLAS testdc01 was not found when assigned this DC to data set.
I refers several reference for technique help. but it's still failed.

Waiting for your help or suggestion, thanks in advance.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Aug 13, 2009 11:28 am
Reply with quote

All is explained in the manual you read to create the ACS.
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 Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top