Help for this page

Select Code to Download


  1. or download this
     
    Timed out (reason: in while loop)
    ::expect_out(0,string) = >
    ...
    No commands have a syntax error.
    AMQ8409: Display Queue details.QUEUE(MQSI.3PL944)TYPE(QREMOTE)RNAME(MQ
    +SI.3PL944)
    end2 : end
    
  2. or download this
    QUEUE(MQSI.3PL846) ----- >  RNAME(MQSI.3PL846)
    QUEUE(MQSI.3PL944) ------> RNAME(MQSI.3PL944)
    
  3. or download this
    open (INPUT, "out") || die "couldn't open the file!";
    open (OUTPUT, ">outF") || die "couldn't open the file!";
    ...
       }
       close(OUTPUT);
       close(INPUT);