DDF can be downloaded from two sources:
Upload the DDF components to your mainframeAll the DDF components are held in ddflib.bin, which should be uploaded to the mainframe. The transfer must be binary (no CRLF or ASCII translation) and the target dataset should be LRECL=80 and record format of fixed. This is very important! The RECEIVE command requires that the XMIT files be Lrecl=80 and fixed. It's often best to pre-allocate this dataset before doing the upload.On TSO, RECEIVE INDATASET(name)When prompted by message "INMR906A Enter restore parameters or 'DELETE' or 'END' +": respondDA(hlq1.hlq2.DDFLIB) The hlq1 will typically be your userid, hlq2 is your choice Install the commandCopy UTCDSM5 (the DDF controlling exec) to your command or exec library, and edit it as follows:000027 /**********************************************************************/ 000028 /* Editable variables -- start */ 000029 genHLQ = "hlq1" 000030 genLev2Q = "hlq2"Change the strings to the first and second level qualifiers you have chosen. StartStart by typingTSO UTCDSM5on any ISPF command line; if the DDF main panel displays, installation is complete. Proceed to Getting started. |