Page 1 of 1

Information about - SASSBSTR

PostPosted: Mon Jul 20, 2009 9:18 pm
by bodhi
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

Re: Information about - SASSBSTR

PostPosted: Mon Jul 20, 2009 11:12 pm
by MrSpock
What does the product manual have to say?

Re: Information about - SASSBSTR

PostPosted: Tue Jul 21, 2009 5:54 pm
by bodhi
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.

Re: Information about - SASSBSTR

PostPosted: Wed Jul 22, 2009 1:45 am
by dick scherrer
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.

Re: Information about - SASSBSTR

PostPosted: Thu Oct 08, 2009 7:52 am
by ca706410
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