ian.smith

Forum Replies Created

Viewing 3 replies – 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Referencing a list in an "if" statement in an xlat #74528
    ian.smith
    Participant

      Chris Williams wrote:

      Several options come to mind:

      (1) In later CL versions, the IF statement has the string operator “ct” for “Contains”.

      (2) If you’re just concerned about the keystrokes, you could copy the field reference to an @variable and use that instead.

      (3) You could do some tcl with [lcontain list element] before your IF to see if conditions are met and put the result (0 or 1) into an @variable and use that in your IF statement.

      To elaborate on Chris’s options:

      COPY

      Source: =9 D G H J K M N O P

      Destination: @temp_var

      IF

      @temp_var ct ~1(0).PRA(0).#3(0).[0]

      in reply to: TCL end of line character #60331
      ian.smith
      Participant

        Steve Carter wrote:

        BTW….this little ‘feature’ is fixed in 5.5.

        The init.tcl now contains ‘set EuroBinary 1’.

        How does EuroBinary affect the End Of Line Character?

        in reply to: High Availability #56349
        ian.smith
        Participant

          We are running Cloverleaf 3.8.1 on AIX 5.1 and looking into implementing HACMP with the official Quovadx HA scripts.

          Would those of you who are currently running this model of HA on AIX be willing to share:

          A) The time it takes to failover?

          B) Whether or not your standard reboot time increased (if so by how much)?

          C) Did your test to production code migration become more complex (if so how)?

          Thanks in advance.

          -Ian Smith

        Viewing 3 replies – 1 through 3 (of 3 total)