Re: 12 parameters in a procedure



contracer11@xxxxxxxxx wrote:
Hi VMS gurus:

How could I execute a command procedure with  12 parameters, like this
?

@procedure Test Test Test Test Test Test Test Test Test Test Test Test

Running the procedure I get this:

%DCL-W-DEFOVF, too many command procedure parameters - limit to eight

I need preserve lower and uppercase too...


Thanks in advance.

Enclosing a parameter in quotes preserves case. As far as 12 parameters, how about:
@proc "Test1, Test2, Test3,..."
and parsing out the 12 values from P1.
.




Relevant Pages

  • FTP post processing
    ... formal request to VMS management? ... The ability to trigger some sort of post processing after an FTP session ... check for a logical name and then execute the command procedure pointed ...
    (comp.os.vms)
  • Re: switch() Statement Question
    ... goto switch_init; ... I suspect that, if executed with expression == 0, will execute: ... not be executed within a switch statement, ... A break statement terminates execution of the smallest enclosing ...
    (comp.lang.c)
  • Re: jar file execution
    ... enclosing the files in a jar file.....but now i dont know how to ... execute them...... ... If you are not careful ...
    (comp.lang.java.programmer)
  • [Q]Execute a command procedure from a detached process
    ... I have seen from the system services manual sys$creprc and attempted ... I have been able to create a detached process, ... have not been able to execute the command procedure and wait for its ...
    (comp.os.vms)
  • Re: Chaining a .COM or .EXE from an image
    ... SHOW TIME command will execute regardless of if PASTRY.EXE did ... Once the sub-process completes, then the calling executable ... command procedure terminates. ...
    (comp.os.vms)