Home
last modified time | relevance | path

Searched refs:DSORG_AM (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Ddasdblks.h194 #define DSORG_AM 0x08 /* VSAM dataset */ macro
H A Ddasdls.c268 if (f1dscb->ds1dsorg[1] == DSORG_AM) tmpstr = "VS"; in list_contents()
H A Ddasdseq.c146 if (dsorg & DSORG_AM) strcpy(txtdsorg, "VS"); in showf1()