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: 8697
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 View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
No new posts File Aid Batch IBM Tools 7
Search our Forums:

Back to Top