Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

TEST SYSTEM

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41002
    Jahan
    Guest

    Hi all

    I need to set the value to h’0
    how do I do, I can’t find the information to type the right syntax in set var command

    PRINT VAR RPADP 57;
    VARIABLE
    RPADP VAR H’039=H’0001
    END

    If any one has some doc, please let me know

    tks

    #41003
    styx
    Guest

    You can use this command,

    test System;
    set var rpadp h’039=0;
    end test;

    Format of the set command is similar to the print command. That is,

    SET VAR block name BAN value=VALUE;

    You can see the available BAN numbers for related variables via Base Address Table (BAT) in Plexview. (On the righthand side of the screen)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Telecom Design’ is closed to new topics and replies.