MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

STARTOOL BATCH JCL

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
adous_sg
Beginner


Joined: 13 Feb 2004
Posts: 25
Topics: 9

PostPosted: Wed Sep 29, 2004 7:55 am    Post subject: STARTOOL BATCH JCL Reply with quote

Hi Guys
I try to use below STARTOOL option to generate the BATCH JCL for seeking members from a series of concatenated libraries

Code:
-------------------------- StarTool Batch Selections --------------------------
 OPTION  ===>                                                                   
                                                                                 
                                                                    More:     +
     1    - Build batch JCL using LISTA (list of data sets is Active    )       
    2    - Build StarTool batch job from commands in the current log           


The generated BATCH JCL list as following:

Code:
//BATCHJCL JOB (BATCH),'BATCH',CLASS=U,MSGCLASS=X,MSGLEVEL=(1,1)       
//* USING SKELETON PDS$LBAT                                             
//PDS15321   EXEC PGM=IKJEFT01,DYNAMNBR=80,REGION=5M                   
//SYSPRINT DD SYSOUT=*                                                 
//SYSTSPRT  DD  SYSOUT=*                                               
//SYSTSIN   DD  *                                                       
STARTOOL 'XXXX.XXXX.AAAA'                                     
SEEK XXXXXXXA                                                           
CHANGE   'XXXX.XXXX.BBBB'                                     
IF   XXXXXXXA  THEN(MEMBERS)                                             
CHANGE   'XXXX.XXXX.CCCC'                                     
IF   XXXXXXXA  THEN(MEMBERS)   


However the JCL finished un-normally with the error-message

Code:
READY                                                 
STARTOOL 'XXXX.XXXX.AAAA'                   
IKJ56500I COMMAND STARTOOL NOT FOUND                 
READY                                   
SEEK XXXXXXXA                                                           
IKJ56500I COMMAND SEEK NOT FOUND


Can anybody help to clarify the below issues or advice me how to create this such job.

Thanks in advance.
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Wed Sep 29, 2004 2:13 pm    Post subject: Reply with quote

It sure looks like you need to provide an appropriate JOBLIB or STEPLIB statement to the job, pointing to where the programs STARTOOL and SEEK reside.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group