My reading is that XTIOT is only valid with INFOLIST and UCBLIST.

-- 
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר



________________________________________
From: IBM Mainframe Discussion List <[email protected]> on behalf of 
Willy Jensen <[email protected]>
Sent: Monday, September 2, 2024 10:15 AM
To: [email protected]
Subject: DEVTYPE XTIOT=YES (was Simple Rexx question)

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


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

Reply via email to