Information about - SASSBSTR

Unicenter CA-7 Job Management: CA's workload automation tool for managing, visualizing, automating, optimizing applications
bodhi
Posts: 52
Joined: Mon Jul 30, 2007 5:01 pm

Information about - SASSBSTR

Postby bodhi » Mon Jul 20, 2009 9:18 pm

Hello All,

I am using program SASSBSTR to read the CA-7 queue so that i can get the information about the batch without manually login into the CA-7.But i dont know the significance of UCC7CMDS keyword and what will be the data in the dataset UCC7CMDS.DATA. Please help me out of this problem.

Please let me know, if you need any more information.

//ISTP0010 EXEC PGM=SASSBSTR,REGION=6M,PARM=1
//STEPLIB DD DISP=SHR,DSN=ABC.CA7.LOADLIB
//UCC7CMDS DD DISP=SHR,DSN=UCC7CMDS.DATA
//SYSDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
SYSIN DATA *
/LOGON
LRLOG,JOB=ABC*
/LOGOFF
/*

Thanks
Bodhi

User avatar
MrSpock
Global moderator
Posts: 809
Joined: Wed Jun 06, 2007 9:37 pm
Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
Referer: ibmmainframes.com
Location: Raleigh NC USA
Contact:

Re: Information about - SASSBSTR

Postby MrSpock » Mon Jul 20, 2009 11:12 pm

What does the product manual have to say?

bodhi
Posts: 52
Joined: Mon Jul 30, 2007 5:01 pm

Re: Information about - SASSBSTR

Postby bodhi » Tue Jul 21, 2009 5:54 pm

Hi Mrspock,

I dont have the product manual and didnt find any on internet. I have searched on google and find this utility to read the CA-7 queue.

Please let me know, if you need any more information.

Thank you
Bodhi.

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Information about - SASSBSTR

Postby dick scherrer » Wed Jul 22, 2009 1:45 am

Hello,

CA manuals are covered by copyright and we may neither post them nor link to them via our forum.

If your organization is licensed to use the product, all of the material is available for free from CA support.
Hope this helps,
d.sch.

ca706410
Posts: 6
Joined: Thu Oct 08, 2009 7:04 am
Skillset: CA-7
Referer: google

Re: Information about - SASSBSTR

Postby ca706410 » Thu Oct 08, 2009 7:52 am

Hello,

The UCC7CMDS dd statement points to the communication dataset . Its a file internally used by several components of CA-7 that needs to post and read information to/from it . It is used as well by the SASSBSTR program so it needs to be present in the jcl .

Hope that helps.
Thanks and regards,
Eric