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

Jcl for creation of pds


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

New User


Joined: 20 Oct 2005
Posts: 3
Location: Mumbai

PostPosted: Thu Dec 22, 2005 6:22 pm
Reply with quote

Hi,

I am little confused over this topic,Can anybody of you get me the JCl for creation of a loadlib PDS.
Back to top
View user's profile Send private message
Paddy

New User


Joined: 12 Sep 2005
Posts: 46
Location: Paris France

PostPosted: Thu Dec 22, 2005 6:54 pm
Reply with quote

hi friend,

You can try this code, it's must work.

Regards.

Paddy icon_smile.gif
Code:

//YOUR JOB CAR
//*
//ALLOC PROC UNIT=YOUR UNIT NAME,
//         SER=YOUR VOLSER,
//         QUAL=YOUR HLQ,
//         OUT=*
//*
//ALLOC EXEC PGM=IEFBR14
//SYSOUT   DD SYSOUT=&OUT
//*
//*  ALLOC LIBRARY FOR LOADS
//*
//LOAD     DD  DSN=&QUAL..LOAD,VOL=SER=&SER,
//         UNIT=&UNIT,DISP=(NEW,CATLG),
//         SPACE=(CYL,(100,50,30)),
//         DCB=SYS1.LINKLIB
//*
//AL       EXEC ALLOC
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 JCL sort card for file creation condi... DFSORT/ICETOOL 4
No new posts VSAM KSDS CREATION AND LOAD WITH RAND... JCL & VSAM 1
No new posts DataSet member creation failed with B... Java & MQSeries 15
No new posts panel creation question TSO/ISPF 12
No new posts Creation of Datasets dynamically on t... DFSORT/ICETOOL 8
Search our Forums:

Back to Top