IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

label parameter in dd statement


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jose.jeyan

New User


Joined: 28 Jul 2006
Posts: 60
Location: Mumbai

PostPosted: Tue Aug 29, 2006 12:17 pm
Reply with quote

can i specify the no of dataset in the same tape wats the syntax

can anyone pls tell me
Back to top
View user's profile Send private message
jose.jeyan

New User


Joined: 28 Jul 2006
Posts: 60
Location: Mumbai

PostPosted: Tue Aug 29, 2006 12:20 pm
Reply with quote

how can i specify one or more no of dataset in the same tape using label parameter
Back to top
View user's profile Send private message
MainframeHelp4_u

New User


Joined: 15 Aug 2006
Posts: 25

PostPosted: Wed Aug 30, 2006 12:57 am
Reply with quote

//SEMINAR JOB USER=USERID
//*MAIN LINES=20
//*OPERATOR VRN=#1111 VSN=0211ZZ KEY=KFJD
//STEP1 EXEC ...
//INFILE DD UNIT=TAPE62,VOL=SER=0211ZZ,
// LABEL=(1,SL,,IN),
// DSN=COWDATA,
// DISP=(OLD,PASS)
Back to top
View user's profile Send private message
MainframeHelp4_u

New User


Joined: 15 Aug 2006
Posts: 25

PostPosted: Wed Aug 30, 2006 1:02 am
Reply with quote

Controlling Bypass Label Processing (BLP)
You can use File Manager to control tape label processing by your users even if your system installation parameters (JES parameters) would not allow BLP.

If your installation allows BLP usage (as specified in your JES parameters), normal open processing checks if the user has access to ICHBLP. Any user with READ access or greater can use BLP. If ICHBLP is not defined to your security product, all users can use BLP.

If your installation does not allow BLP usage (as specified in your JES parameters), then if LABEL=(,BLP) is coded on the JCL control statement, BLP is converted to NL. However, File Manager users can still use BLP subject to the following conditions:

File Manager must be running APF-authorized.
For any function other than TLB, the user must have access to FILEM.TAPE.BLP.
If ICHBLP is defined to your security product, the user must have READ access or greater to it.
In this case, if either:

LABEL=(,BLP) is coded on the JCL control statement
or

LABEL=(,NL) is coded on the JCL control statement
the user can specify LABEL=BLP on the first File Manager function that uses a tape. This means that the user wants to use bypass label processing (BLP) for the tape.

This is illustrated in Figure 7.

Figure 7. BLP processing by File Manager
*------------------------------------------*
|Installation allows BLP usage (JES parms)?|
*------------------*-----------------------*
| Yes | No |
*------*-----------*------------*----------*
| V
| *--------------------------------*
| |System converts BLP on JCL to NL|
| *--------*-----------------------*
| V
| *-----------------------------------*
| |File Manager tape function with |
| |LABEL=BLP on control statement? |
| *----------------*------------------*
| | Yes | No |
| *--------*-------*--------*---------*
| V *-----------------*
| *-----------------* |
| |APF-authorized? | |
| *------*----------* |
| | Yes | No | |
| *--*---*----*-----* |
| V *-----------------------* |
| *-----------------* | |
| |Which function? | | |
| *------*----------* | |
| | TLB | other | | |
| *--*---*----*-----* | |
| *-----* V | |
| | *-------------------------------* | |
| | |FACILITY(FILEM.TAPE.BLP) access| | |
| | *-------*--------*------*-------* | |
| | | ALTER | UPDATE | READ | NONE | | |
| | *---*---*----*---*--*---*---*---* | |
| | *-*------*------* | | |
| V V V V V
| *------------------------* *-----------------------------*
| |File Manager forces BLP | |File Manager can't force BLP |
| *------------*-----------* *-----------------------------*
V V
*-------------------------------------------*
|Open processing checks access to ICHBLP |
*------------*-------*--------*------*------*
|Not defined | ALTER | UPDATE | READ | NONE |
*------*-----*--*----*---**---*--*---*---*--*
*--------*---------*------* |
V V
*------------------------* *-----------------------------------*
| File Manager uses BLP | | File Manager abends with S913-64 |
*------------------------* *-----------------------------------*
Back to top
View user's profile Send private message
jose.jeyan

New User


Joined: 28 Jul 2006
Posts: 60
Location: Mumbai

PostPosted: Wed Aug 30, 2006 6:23 pm
Reply with quote

thanks for this information

but i am not getting the answer i asked for - how can i specify more than one dataset in a tape using label parameter
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
No new posts JOIN STATEMENT PERFORMANCE. DFSORT/ICETOOL 12
No new posts Writing the output file name from a p... JCL & VSAM 7
Search our Forums:

Back to Top