On Thu, 14 May 2020 00:59:04 +0200, R.S. <r.skoru...@bremultibank.com.pl> wrote:
>
>However still I have no idea about system support. How to write data on
>diskette, how to read from diskette, how to recognize volume ID, etc.
>No, I'm not going to use it, but I'm just curious.
>

I only used 3540 on a DOS/VSE system.  They could be referenced on ASSGN 
statements // ASSGN SYSxxx,3540, and DLBL identified which fileid on the 
diskette.

http://bitsavers.trailing-edge.com/pdf/ibm/370/DOS_VSE/SY33-8571-7_DOS_VSE_Handbook_Feb79.pdf

MVS input support was only for instream input datasets like:

IBM 3540 diskette volumes can contain associated data sets. Associated data 
setsare treated like in-stream data sets and are spooled in as SYSIN data sets. 
Theseassociated data sets are identified by coding a DSID parameter and, 
optionally, avolume serial on a DD * or DD DATA statement in the input stream:

//ddname  DD  *,DSID=xxxx,VOLUME=SER=yyyyyy

MVS output for sysout:

Data sets are written on 3540 diskette volumes by coding:

//ddname  DD  SYSOUT=(class,diskette-writer),DSID=id
//ddname  DD  SYSOUT=(class,diskette-writer),DSID=(id,V)

Dana

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to