Appendix A. Sample FLEX-ES operation files 93
The following shell script was used to start operation. It opens three 3270 sessions on the
Linux desktop:
flexes DDS.syscf
x3270 -model 4 -port tn3270 localhost:MstrCon &
x3270 -model 4 -port tn3270 localhost:Tso4 &
x3270 -model 4 -port tn3270 localhost:Tso5 &
flexescli localhost DDS
Minimal AD system definitions
Our system and resource definitions (both in the same file) used for the four volumes required
to IPL the z/OS Release 1.4s AD CD-ROM system were as follows:
system S14A:
memsize(524288)
cachesize(4096)
instset(z)
cpu(0)
channel(0) local
channel(1) local
channel(2) local
cu devad(0xA80,8) path(2) resource(CU3990)
cu devad(0x700,5) path(0) resource(CU3174)
cu devad(0xE20,2) path(1) resource(CU3172)
end ...