Bug hunt
Open 08_bug_hunt.mac. It contains five deliberate defects. Complete the table for each one:
| Error | Symptom | Check | Cause | Minimum fix |
|---|---|---|---|---|
| 1 | Immediate /EOF | /STATUS,PARM | ARG1 ≤ 0 | Correct the *USE contract |
| 2 | Macro not found | .out / path | Incorrect name or folder | Copy all four .mac files to the cwd |
| 3 | Zero load | n_tip=0 | Empty component | Review CM and SELTOL |
| 4 | Nonsensical equilibrium | Active selection | Residual selection | ALLSEL between phases |
| 5 | Garbage values | n_sets | Extraction without SET | Activate the set before *GET |