I could use a working sample for the DEVTYPE macro with XTIOT=YES.

I have tried 
 DEVTYPE ddloc1,XTIOT=YES   fails to assemble with message 'SECOND OPERAND 
REQ'D-NOT SPECIFIED'
 DEVTYPE ddloc1,rspa    works, but defaults to XTIOT=NO
 DEVTYPE ddloc1,rspa,XTIOT=YES    fails to assemble with message 'The XTIOT 
keyword must not be coded with the minimum type of call'
 DEVTYPE ddloc1,(rspa,24),xtiot=YES,MF=(E,dl)
 followed by
dl       DEVTYPE MF=L  
runs, but returns 4 in r15 and response area is all zeros, even though the 
DDname SYSPRINT definitely is there.

ddloc1   dc    cl8'SYSPRINT'
rspa     ds    0d,xl256 

I have tried a number of combinations without MF, but they fail to assemble for 
one reason or another, mostly with message 'The XTIOT keyword must not be coded 
with the minimum type of call'

Or am I just overlooking something obvious?

Willy

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to