RK Beginner
Joined: 26 Nov 2008 Posts: 2 Topics: 1
|
Posted: Wed Mar 04, 2009 12:16 am Post subject: Executing CA7 commands in batch #2 |
|
|
Hi All,
This is the first time I am posting a thread - forgive me if i am wrong anywhere...
This is with reference to the thread "Executing CA7 commands in batch" . I took the below code from the thread and ran it after making system related changes
here is the jcl i submit
//CA7BTI PROC ID=0,POOL='1-8',DSNPFX=,OPT=,PG=SASSBSTR
//BTERM EXEC PGM=&PG,
// PARM='&ID,POOL=(&POOL),DSNPFX=&DSNPFX,&OPT'
//UCC7CMDS DD DISP=SHR,DSN=CAA1043.CA7.PAWS.COMMDS
//ERRORS DD SYSOUT=*,DCB=BLKSIZE=133
//SYSPRINT DD SYSOUT=*,DCB=BLKSIZE=133
//SYSUDUMP DD SYSOUT=*
But The job is input Q and is running for a very long time . it giving me the below error message in JESMSGLG
"@19 CA-7.254 IS CA-7 ACTIVE?? REPLY YES OR NO "
Can somebody please help me in resolving this issue.[/code] |
|
RK Beginner
Joined: 26 Nov 2008 Posts: 2 Topics: 1
|
Posted: Wed Mar 04, 2009 12:40 am Post subject: |
|
|
And below is the Message description i got from CA7-Mesages manual
CA-7.254 IS CA-7 ACTIVE?? REPLY YES OR NO
Explanation: The control record in the Communications data set indicates that CA-7 is active but
60 seconds have elapsed and the batch terminal has not been started. Issued by SASSBSTR.
User Response: If CA-7 is active, reply YES; if not, reply NO. Check the JCL for the batch
terminal interface to make sure the correct Communications data set is being used.
But I am running it in Batch and I want to know how to issue the reply this in Batch
Note : Earlier I had to allocate BATCHI#4 dataset (hope it will not be an issue) |
|