IBM OS/370, MVS, OS/390, Linux, TPF, VM/CMS, VM/ESA, VSE/ESA, z/VM, z/VSE, z/OS, z/OS.e etc...
by hadi salmabadi » Thu Nov 07, 2013 12:46 am
hi Dear friends,
how to create Bootable Tape for z/os???
-
hadi salmabadi
-
- Posts: 9
- Joined: Wed Nov 14, 2012 5:59 am
- Has thanked: 0 time
- Been thanked: 0 time
by Robert Sample » Thu Nov 07, 2013 2:06 am
It is not clear what you are asking -- could you elaborate on what you want?
-
Robert Sample
- Global moderator
-
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Location: Dubuque, Iowa, USA
- Has thanked: 1 time
- Been thanked: 279 times
by jaggz » Thu Nov 07, 2013 9:12 am
Hello,
Do you mean Z/OS install tapes ? If thats the case, after the Install you will not need the tape anymore. Just you have to bring or boot your system from the contents present on DASD,,,,
-
jaggz
-
- Posts: 356
- Joined: Fri Jul 23, 2010 8:51 pm
- Has thanked: 8 times
- Been thanked: 5 times
by steve-myers » Thu Nov 07, 2013 5:11 pm
hadi salmabadi wrote:hi Dear friends,
how to create Bootable Tape for z/os???
- Are you attempting to write a program that will run completely standalone? This is quite difficult. OR
- You have a program from a vendor that claims it can run completely standalone, but you need to prepare a tape to run the program. If this is the case the vendor will provide instructions. Most sites have security arrangements that will make this feat moderately difficult, but it most likely will involve a DD statement like this -
//ddname DD DISP=(NEW,KEEP),UNIT=tape,VOL=SER=vvvvvv,LABEL=(1,BLP)
- The use of the BLP (Bypass Label Processing) parameter is tightly controlled in most installations. At a minimum its use is controlled by job class definitions in JES2 or JES3. The tape management system may also impose other controls, and the security product (RACF/CA-ACF2/CA-Top Secret) may impose additional controls. Since we have no knowledge about these variables we, you will have to research them on your own.
- There is no requirement to specify a data set name. The system will provide a default temporary data set name for you, but this name will not be placed on the output tape.
- The program that prepares the tape most likely will provide a workable DCB in the program; you may have to provide a minimal DCB=DEN=xx, the value for xx depends on the tape drive.
- The term "boot" or "bootable" is not used in mainframes. You use IPL or IPLable.
- Around 1970 or 1971 I examined a program like this in detail. The method used to load the program into storage is still useful, but this forum is not a suitable place for this discussion. No other detail is still valuable.
-
steve-myers
- Global moderator
-
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Has thanked: 4 times
- Been thanked: 243 times
by dick scherrer » Thu Nov 07, 2013 8:14 pm
Hello,
If you had such a "bootable" tape, how would you use it?
Hope this helps,
d.sch.
-
dick scherrer
- Global moderator
-
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
- Has thanked: 3 times
- Been thanked: 93 times
Return to Operating Systems