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

CA7 Extract


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

New User


Joined: 19 Apr 2007
Posts: 68
Location: India

PostPosted: Mon Dec 22, 2008 10:22 am
Reply with quote

Hi,

Any one can provide the process to extract the CA7 job schedule information.
I have a number of jobs to check the Scheduling information, and want to run a batch job to get all these information. A long time back i have used a COBOL batch program for the same.
If anyone has the information, please provide the same.

Thanks in advance
Mouli
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Dec 22, 2008 10:41 am
Reply with quote

Hello,

Suggest you talk with your scheduling people - they may already have something that with only slight modification will do what you want.
Back to top
View user's profile Send private message
cvadlamudi

New User


Joined: 19 Apr 2007
Posts: 68
Location: India

PostPosted: Mon Dec 22, 2008 7:37 pm
Reply with quote

Thanks Dick
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Mon Dec 22, 2008 8:25 pm
Reply with quote

Use SASSBSTR with
/LOGON
your CA7 command
/LOGOFF

or use Cal2x2wa() with parameters and address CA7 Command
Back to top
View user's profile Send private message
Srinivasa Rao

New User


Joined: 21 Jun 2005
Posts: 75

PostPosted: Tue Dec 23, 2008 5:06 pm
Reply with quote

Hi,

In CA-7 JCLLIB there is a JCL CA07N810 through which you can extract all the scheduling information.

Have a try.
Back to top
View user's profile Send private message
sridharsudana

New User


Joined: 15 Dec 2008
Posts: 6
Location: Pune

PostPosted: Mon Dec 29, 2008 2:29 pm
Reply with quote

Hi Vadlamudi,

Using SASSBSTR program, you can get your schedulig dump ....

//STEP1 EXEC PGM=SASSBSTR,PARM=,
// REGION=

/LOGON userid,password
LJOB,JOB=*,list=nodd
/LOGOFF

And need to add BATCHIN and BATCHOUT DD steps with terminal values.

Thanks,
Sri.... icon_smile.gif
Scheduling Analyst.
Back to top
View user's profile Send private message
manishm

New User


Joined: 31 Mar 2005
Posts: 5

PostPosted: Tue Feb 03, 2009 11:49 am
Reply with quote

Hi,
Can someone give me the complete JCL step to pull the CA7 information in batch using SASSBSTR ? I am not sure what to mention in the datasets UCC7CMDS and BATCHIN and what should be the disp parameters for these.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Feb 03, 2009 1:22 pm
Reply with quote

Hello,

Suggest you ask the people who support scheduling. They may already have a job set up to do what you want. If not, they should have all of the site-specific info needed to set up the job.
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 Need help for File Aid JCL to extract... Compuware & Other Tools 23
No new posts optim extract file - SAS DB2 2
No new posts How to extract the data for current y... DFSORT/ICETOOL 8
No new posts Extract record using 2 input file int... JCL & VSAM 2
No new posts Extract all the TWS scheduler informa... IBM Tools 1
Search our Forums:

Back to Top