Endevor

  • 1.  EDVPARM

    Posted Jan 04, 2019 01:57 PM

    Does anyone know the syntax for extending the Compile Parms onto multiple lines in the EDVPARM tables?  Is it the standard '+'.?

     

    Thanks.



  • 2.  Re: EDVPARM

    Posted Jan 08, 2019 01:35 PM

    Well, to give you a 'smart-alec' answer would be to first suggest switching from EDVPARM to CONPARMX...  



  • 3.  Re: EDVPARM
    Best Answer

    Broadcom Employee
    Posted Jan 10, 2019 12:06 PM

    Hi Felictity

    Here is what is in the EDVPARM guide:

     

    2. TABLE LAYOUT
    The EDVPARM parameter table must be allocated as follow:
    RECFM=FB
    LRECL=200
          Table record layout
                Field Name                       Position
                  System                                3
                  Subsystem                         13
                  Type                                   23
                  ProcGroup                         33
                  Element                             43
                  Environment                      53
                  Stage                                 63
                  Stepname                          73
                  ====>                                83
                  Program to be called          91
                  Parameters to be used      101

    Rules:
    • “*” in column 1 is a comment
    • “*” in any input fields is a wild mask, i.e. any other characters
    • “?” in any input fields is a specific mask, i.e. any characters but blank
    • “+” in column 3 identifies an extra program to call

     

     

    Doesn't appear to be able to continue the line. 

     

    Do you need more than 99 characters?     101 to 200....

     

     

    June



  • 4.  Re: EDVPARM

    Posted Jan 10, 2019 12:32 PM

    Thanks very much June ☺