hi Dear friends,
how to create Bootable Tape for z/os???
how to create bootable Tape for z/os
-
- Posts: 9
- Joined: Wed Nov 14, 2012 5:59 am
- Skillset: ispf - sdsf - jcl
- Referer: nothings
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: how to create bootable Tape for z/os
It is not clear what you are asking -- could you elaborate on what you want?
- jaggz
- Posts: 356
- Joined: Fri Jul 23, 2010 8:51 pm
- Skillset: JCL, VSAM,RACF,ACF2,MQ SERIES
- Referer: inernet
Re: how to create bootable Tape for z/os
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,,,,
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,,,,
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: how to create bootable Tape for z/os
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.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: how to create bootable Tape for z/os
Hello,
If you had such a "bootable" tape, how would you use it?
If you had such a "bootable" tape, how would you use it?
Hope this helps,
d.sch.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
How to add new TAPE=359L into OAM,RMM.
by curious_man » Thu Nov 04, 2021 8:02 pm » in All other IBM Tools - 1
- 2093
-
by curious_man
View the latest post
Mon Nov 08, 2021 8:15 pm
-
-
- 6
- 1858
-
by sergeyken
View the latest post
Wed Apr 13, 2022 7:01 pm
-
- 1
- 5323
-
by Robert Sample
View the latest post
Tue Oct 04, 2022 7:36 pm
-
-
Issue Create/delete ALIAS IDC3013I and then IDC3012I
by jcdm » Thu Dec 05, 2024 9:26 pm » in VSAM/SMS - 1
- 1685
-
by willy jensen
View the latest post
Fri Dec 06, 2024 12:04 am
-
-
-
Create multiple records based on one record within a file.
by chillmo » Thu Aug 11, 2022 3:54 am » in Syncsort/Synctool - 5
- 7685
-
by sergeyken
View the latest post
Fri Aug 12, 2022 2:23 am
-