SKIP

I/O Options and Subcase Information Entry Requests skipping certain lines from the analysis.

Format

SKIP<option>

Example

SKIPON
SUBCASE 1
SPC=2
LOAD=3
SKIPOFF

Definition

Argument Options Description
option <ON, OFF>

No default

ON
Turn ON skipping of lines in the case-control section
OFF
Turn OFF skipping of lines in the case-control section.

Comments

  1. SKIPON turns on skipping of lines below it and subsequently, SKIPOFF turns off skipping of lines. Any lines that are skipped are identified and printed in the .out file.
  2. If SKIPON is present, and SKIPOFF is not present, then skipping of lines terminates at BEGIN BULK. Therefore, if SKIPON is present, then all lines below it are skipped from the analysis until a SKIPOFF or BEGIN BULK command is encountered.
  3. If SKIPON or SKIPOFF are added in Bulk Data section, then they are ignored and appropriate message is printed in the .out file.
  4. SKIPON and SKIPOFF are generally supported for all solution sequences.