On Thu, 14 Aug 2025 10:54:57 -0500, Paul Gilmartin <[email protected]> wrote:
>On Thu, 14 Aug 2025 09:59:10 -0400, Phil Smith III wrote:
>>SET PENDING ON DD (the "ON" is required) would set the DD *but not execute it
>>until you hit ENTER*; LPREFIX DD both sets and executes it.
>What does it mean to "execute" that unpaired DD lone command?
Call whatever module that looks for another DD prefix command and, when it
doesn't find one, sets this one PENDING again. The equivalent action in a
macro is like:
Parse Arg 'PREFIX SET ' line
'COMMAND EXTRACT /PENDING DD'
If pending.0 = 0 Then Do
'COMMAND LOCATE :' line
'COMMAND SET PENDING ON DD'
End
Else /* do whatever here to process the pair */
¬R
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN