If your existing mainframe programs contain CALL PLISRTx, you can download and run them on your workstation. Several of the parameters allowed on S/390 are ignored, and alter run-time behavior to some extent. The following table indicates which arguments accepted by OS PL/I are ignored by the workstation compiler.
| Built-in subroutine | Arguments |
|---|---|
| PLISRTA
Sort input: data set Sort output: data set |
(sort statement,record statement,storage,return code [,data set prefix,message level, sort technique]) |
|
PLISRTB Sort input: PL/I subroutine Sort output: data set |
(sort statement,record statement,storage,return code, input routine [,data set prefix,message level,sort technique]) |
|
PLISRTC Sort input: data set Sort output: PL/I subroutine |
(sort statement,record statement,storage,return code, output routine [,data set prefix,message level,sort technique]) |
|
PLISRTD Sort input: PL/I subroutine Sort output: PL/I subroutine |
(sort statement,record statement,storage,return code, input routine,output routine [,data set prefix,message level,sort technique]) |
|
Argument definitions:
|
|