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

need jcl to run CA 7 commands in batch


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sushidas
Warnings : 2

New User


Joined: 23 Aug 2006
Posts: 13

PostPosted: Sat Apr 05, 2014 1:32 pm
Reply with quote

Can somebody provide me complete jcl to run CA 7 commands in batch.
Let say the command is as

LJOB,LIST=NODD,JOB=XXXXX

I am not sure about any utility that does it.

Regards,
Sushil
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8700
Location: Dubuque, Iowa, USA

PostPosted: Sat Apr 05, 2014 5:20 pm
Reply with quote

There is a batch manual in the CA7 manuals. From that I got (years ago when I first started using CA7) -- you will need to update the data set names to your site values:
Code:
//********************************************************************
//*    INSURE CHANGE LOGON *********
//*     FORMAT IS /LOGON SIGNON,PASSWORD
//*    ALSO ?? ON JOBCARD
//********************************************************************
//*
//FINDSCHD EXEC PGM=SASSBSTR,PARM='1'
//STEPLIB  DD DSN=CAI.CA7.R11.CAILIB,DISP=SHR
//UCC7CMDS DD DSN=CAI.PROD.CA7.COMMDS,DISP=SHR
//BATCHIN  DD DSN=CAI.PROD.CA7.BATCHTRM.INPUT.TRANS,DISP=SHR
//BATCHOUT DD DSN=CAI.PROD.CA7.BATCHTRM.OUTPUT,DISP=SHR
//********************************************************************
//SYSPRINT DD SYSOUT=*
//********************************************************************
//SYSDUMP  DD SYSOUT=0
//SYSIN    DD *
/LOGON userid,password
LDSN,DSNBR=DS*,LIST=USERS
/LOGOFF
//
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts How to close Datacom MUF URT used by ... CICS 0
No new posts Activate WLM policy in batch All Other Mainframe Topics 2
No new posts MacKinney Batch to CICS upgrade causi... CICS 7
No new posts Run rexx in batch job CLIST & REXX 7
No new posts Excuting store procedure via JCL batch JCL & VSAM 1
Search our Forums:


Back to Top