Example 2

Operation: Load a module named ATTEMPT from data set ATX03.TEST.LOAD.

Known:
  • The prefix in the user's profile is ATX03.
load 'atx03.test.load(attempt)'
or
load test(attempt)
However, do not specify the following because this results in a search for ATX03.TEST.load.load:
load test.load(attempt)