1.

How Can We Write The Mqsc Commands That Have Too Many Parameters?

Answer»

For commands that have too many parameters to fit on one LINE, use CONTINUATION CHARACTERS to INDICATE that a command is continued on the following line:

  • A minus sign ( ) indicates that the command is to be continued from the start of _ the following line.
  • A plus sign (+) indicates that the command is to be continued from the first nonblank CHARACTER on the following line.

 

For commands that have too many parameters to fit on one line, use continuation characters to indicate that a command is continued on the following line:

 



Discussion

No Comment Found