Re: syntax for stacked commands using JES2 Autocmds

2011-08-11 Thread Linda Mooney
Hi Andy, 



Looking at the JES2 manual, under the detail for $VS, is this this example - 



$vs, 'v (234,235,236),offline','d a'  



which shows that while you can issue multiple  commands, you will need to 
enclose each in a separate set of single quotes with a comma between each 
command, not a semi-colon.  Be careful about how many commands you try to to 
stack.  If a second sommand is issued for an address space that is still 
processing the previous command, you might get a MODIFY REJECTED, TASK BUSY 
response. 



HTH, 

Linda 


- Original Message -


From: akoc...@netzero.net akoc...@netzero.net 
To: IBM-MAIN@bama.ua.edu 
Sent: Wednesday, August 10, 2011 7:38:48 AM 
Subject: syntax for stacked commands using JES2 Autocmds 

I am attempting to issue multiple commands with a single JES2 Autocmds entry. 

I defined the commands using: 

$TA 4,I=86400,T=23.59,'$VS,''V SYSLOG,HARDCPY,OFF,UNCOND;W CLOSE''' 

I listed the commands using: 
$TA 4                                                               
$HASP604 ID 4    T= 23.59 I=86400 L=INTERNAL $VS,'V SYSLOG,HARDCPY,OFF 
,UNCOND;W CLOSE'   

But, when JES2 tried to run the commands I received: 
           
23:59:00.80 INTERNAL 0290  V SYSLOG,HARDCPY,OFF,UNCOND;W CLOSE     
23:59:00.80 INTERNAL 0090  IEE309I VARY     UNIDENTIFIABLE KEYWORD 


Can anyone show me how to specify stacked commands on a single JES2 autocmds 
entry? 

Thanks 
Andy Kochis 



 
Penny Stock Jumping 3000% 
Sign up to the #1 voted penny stock newsletter for free today! 
http://thirdpartyoffers.netzero.net/TGL3231/4e42984c6f7f8574c97st04duc 

-- 
For IBM-MAIN subscribe / signoff / archive access instructions, 
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO 
Search the archives at http://bama.ua.edu/archives/ibm-main.html 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


syntax for stacked commands using JES2 Autocmds

2011-08-10 Thread akoc...@netzero.net
I am attempting to issue multiple commands with a single JES2 Autocmds entry.

I defined the commands using:

$TA 4,I=86400,T=23.59,'$VS,''V SYSLOG,HARDCPY,OFF,UNCOND;W CLOSE''' 

I listed the commands using:
$TA 4   
$HASP604 ID 4T= 23.59 I=86400 L=INTERNAL $VS,'V SYSLOG,HARDCPY,OFF
,UNCOND;W CLOSE'  

But, when JES2 tried to run the commands I received:
   
23:59:00.80 INTERNAL 0290  V SYSLOG,HARDCPY,OFF,UNCOND;W CLOSE
23:59:00.80 INTERNAL 0090  IEE309I VARY UNIDENTIFIABLE KEYWORD


Can anyone show me how to specify stacked commands on a single JES2 autocmds 
entry?

Thanks
Andy Kochis




Penny Stock Jumping 3000%
Sign up to the #1 voted penny stock newsletter for free today!
http://thirdpartyoffers.netzero.net/TGL3231/4e42984c6f7f8574c97st04duc

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: syntax for stacked commands using JES2 Autocmds

2011-08-10 Thread Walter Marguccio
 23:59:00.80 INTERNAL 0290  V SYSLOG,HARDCPY,OFF,UNCOND;W CLOSE    
 23:59:00.80 INTERNAL 0090  IEE309I VARY     UNIDENTIFIABLE KEYWORD


is the semicolon (;) really your command delimiter for the consoles ?
What do you have coded in CONSOLxx, section INIT, under CMDDELIM ?

 
Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: syntax for stacked commands using JES2 Autocmds

2011-08-10 Thread Field, Alan C.
What release of z/OS/MVS are you on? The message says unidentifiable
Keyword. My old MVS commands doesn't show the UCOND keyword. 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of akoc...@netzero.net
Sent: Wednesday, August 10, 2011 09:39 
To: IBM-MAIN@bama.ua.edu
Subject: syntax for stacked commands using JES2 Autocmds

I am attempting to issue multiple commands with a single JES2 Autocmds
entry.

I defined the commands using:

$TA 4,I=86400,T=23.59,'$VS,''V SYSLOG,HARDCPY,OFF,UNCOND;W CLOSE''' 

I listed the commands using:
$TA 4   
$HASP604 ID 4T= 23.59 I=86400 L=INTERNAL $VS,'V SYSLOG,HARDCPY,OFF
,UNCOND;W CLOSE'  

But, when JES2 tried to run the commands I received:
   
23:59:00.80 INTERNAL 0290  V SYSLOG,HARDCPY,OFF,UNCOND;W CLOSE
23:59:00.80 INTERNAL 0090  IEE309I VARY UNIDENTIFIABLE KEYWORD


Can anyone show me how to specify stacked commands on a single JES2
autocmds entry?

Thanks
Andy Kochis




Penny Stock Jumping 3000%
Sign up to the #1 voted penny stock newsletter for free today!
http://thirdpartyoffers.netzero.net/TGL3231/4e42984c6f7f8574c97st04duc

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html