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

how to Run CA7 in batch mode using SASSBSTR


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

New User


Joined: 08 Jun 2007
Posts: 7
Location: Bangalore/India

PostPosted: Sat Jul 19, 2008 11:40 am
Reply with quote

Can anyone help regarding how we can Run CA7 commands in batch mode using SASSBSTR.
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Sat Jul 19, 2008 5:22 pm
Reply with quote

I am always surprised to have to give some points you should inevitably to find inside your organization. It is really a mystery for me.

That said, here a JCL ( by memory, not tested - but should be OK )
Code:
//JOB.....etc  etc
//STEPCA7   EXEC   PGM=SASSBSTR,REGION=100K,PARM='0,POOL=(1,3-8)'
//UCC7CMDS  DD  DSN=UCC7P.COMMDS,DISP=SHR >>> you have to find your commande file
//SYSDUMP   DD  SYSOUT=*
//SYSPRINT  DD  SYSOUT=*
//SYSIN     DD   *
/LOGON
LRDY     ....... or any other valid CA7 command
/LOGOFF

Self explained

Cheers
Pierre
Back to top
View user's profile Send private message
jeevanpower

New User


Joined: 08 Jun 2007
Posts: 7
Location: Bangalore/India

PostPosted: Sat Jul 19, 2008 9:42 pm
Reply with quote

Thank you for the response.

I am new to IT aswell as to this forum, slow learner. Kindly bare me
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: Sun Jul 20, 2008 3:30 am
Reply with quote

Hello Jeevan Kumar and welcome to the forums,

We were all new once.

Quote:
Kindly bare me
We probably shouldn't icon_wink.gif

We will be happy to bear with you. . . icon_smile.gif

In additon to technical topics, this may also be a good place to learn/practice more English.
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Sun Jul 20, 2008 3:42 am
Reply with quote

Dick,

So many thanks to have changed my job towards Jeevan Kumar . icon_lol.gif
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Jul 21, 2008 1:16 pm
Reply with quote

Quote:
In additon to technical topics, this may also be a good place to learn/practice more English.

Hey Dick, I have never had a problem with Pierre's English icon_biggrin.gif
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 Jul 21, 2008 8:05 pm
Reply with quote

Hi Expat,

Quote:
So many thanks to have changed my job towards Jeevan Kumar


Quote:
Hey Dick, I have never had a problem with Pierre's English
I never have either, but the above does have me confused. . .

Once again, my attempt to provide a gentle bit correction and still be humerous may have gone awry. . .
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 HILITE on Browse mode? TSO/ISPF 2
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 REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top