CA SYSVIEW Performance Management

 View Only

Tech-Tip: How to issue long command using batch interface    

Jan 07, 2016 05:53 AM

 

How to issue long command using batch interface ?

 

 

- You can use the '+' character to continue on a next line if the command is too long see the sample below

  COMMAND=(CTRANLOG)

  COMMAND=(SELECT JOBNAME EQ CICSJ301 AND DATE EQ '12/11/07' +)

  COMMAND=(AND TRAN EQ LIST)

   

- Another way to issue the command could be

  COMMAND=(CTRANLOG DATE * PERIOD 6D LINES 200000)

  COMMAND=(SELECT TRAN EQ DC=)

  SCROLL

 

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.