Execute Direct Access Program: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 8:
List and Execute forms of XDAP are supported, whereby a prototype form, called the List Form, is expanded as data, and a functional form, called the Execute Form, is expanded as instructions. XDAP is also supported in a conventional form, in which case the two forms are combined, and is expanded as inline data and instructions. The use of List and Execute Forms facilitate the development of re-enterable programs.
 
XDAP results in the [[Execute Channel Program|EXCP]] supervisor call being executed, hence '''Execute Channel Program''' ('''EXCP''') is implicitly embedded within XDAP. The IOB, which is the sole parameter to EXCP, is included as a data structure within the XDAP macro expansion as are the channel command words (CCWs).
 
XDAP must reference an OPENed DCB and a full direct access record identifier. The DCB may be OPENed for input, for output or for input and output, but all outputs must be update writes of existing records as XDAP does not support format writes. BSAM and BPAM are available for executing format writes (writes which add new records to the dataset).