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

[TIP] Tocreate the focus data master and sql master in batch


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raghunathns

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Tue Nov 14, 2006 3:34 am
Reply with quote

this is to create the focus data master and sql master in batch.

Executing AUTODB2 in Batch:
//SYSIN DD *
TSO SQL SET SSID DBD1
OFFLINE
EX AUTODB2 BATCH=Y,MASTER=TABLE1,
CREATOR=CRE,TABLENAME=TABLE1,
USERID=USERID
FIN
/*

Create these pds before executing the jcl
USERID.FOCSQL.DATA
USERID.MASTER.DATA
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top