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
Information about - SASSBSTR
- 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
What does the product manual have to say?
Re: Information about - SASSBSTR
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.
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.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Information about - SASSBSTR
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.
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.
d.sch.
Re: Information about - SASSBSTR
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
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