File 035 has the PDS86 load module in it if you don't want to go through
the PDS installation procedure documented in File 182.

  http://www.cbttape.org/ftp/cbt/CBT035.zip

Regards,
John K


                                                                                
                                     
  From:       Paul Strauss <strau...@us.ibm.com>                                
                                     
                                                                                
                                     
  To:         IBM-MAIN@bama.ua.edu                                              
                                     
                                                                                
                                     
  Date:       07/12/2011 10:21 AM                                               
                                     
                                                                                
                                     
  Subject:    Re: Generating Linkage control cards from a load module ( PDSMAN 
??)                                   
                                                                                
                                     





More detail than my first reply. Run this with CBT Too PDS:

To run batch with PDS85:

//*               jobcard
//TSO  EXEC PGM=IKJEFT01
//STEPLIB   DD DSN=SYS4.PDS.V8R5M0.LOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *
 PDS85 'SYS5.MVS.LINKLIB'
 map close relink:

The output from the above looks like this:

map close relink
 ** MAP      CLOSE
 //LKED   EXEC  PGM=IEWL,
 //       PARM='NCAL,MAP,LIST,LET,RENT,REUS'
 //SYSUT1   DD  UNIT=SYSDA,SPACE=(1024,(200,20))
 //SYSPRINT DD  SYSOUT=*
 //SYSLIB   DD  DISP=SHR,DSN=SYS5.MVS.LINKLIB
 //SYSLMOD  DD  DISP=SHR,DSN=SYS5.SAMS.MVS.LINKLIB
 //SYSLIN   DD  *
  INCLUDE SYSLIB(CLOSE)
  ORDER   CLOSE,SHRKDLTE,SHRKFREM,SHRKLNKG
  MODE    RMODE(ANY),AMODE(31)
  ENTRY   CLOSE
  NAME    CLOSE(R)
 PDS300A ENTER OPTION -- DSN=SYS5.SAMS.MVS.LINKLIB,VOL=SER=ZIMS03
MEM=CLOSE

You should be able to replace the module name close with : to have PDS85
create link edit cards for all modules in the library.

MAP : RELINK


Thank You,

Paul Strauss

Integrated Technology Delivery, Global Services, IBM
L0DB z/OS MVS/Program Products/Security
150 Kettletown Rd.
Southbury, CT 06488
(203) 272-2758
strau...@us.ibm.com


|------------>
| From:      |
|------------>

>--------------------------------------------------------------------------------------------------------------------------------------------------|

  |"Clark, Kevin" <kevin.cl...@bcbsde.com>
|

>--------------------------------------------------------------------------------------------------------------------------------------------------|

|------------>
| To:        |
|------------>

>--------------------------------------------------------------------------------------------------------------------------------------------------|

  |IBM-MAIN@bama.ua.edu
|

>--------------------------------------------------------------------------------------------------------------------------------------------------|

|------------>
| Date:      |
|------------>

>--------------------------------------------------------------------------------------------------------------------------------------------------|

  |07/12/2011 05:38 AM
|

>--------------------------------------------------------------------------------------------------------------------------------------------------|

|------------>
| Subject:   |
|------------>

>--------------------------------------------------------------------------------------------------------------------------------------------------|

  |Generating Linkage control cards from a load module ( PDSMAN ??)
|

>--------------------------------------------------------------------------------------------------------------------------------------------------|

|------------>
| Sent by:   |
|------------>

>--------------------------------------------------------------------------------------------------------------------------------------------------|

  |IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>
|

>--------------------------------------------------------------------------------------------------------------------------------------------------|






Anyone with a better memory than mind,

I recall a utility , vendor product or  CBT or Waterloo , that would list a
load library member  and then you could issue a JCL or MAPJCL  like command
to create input cards to re -link the  load member.

My problem , I have some modules (no JCL)  that I need to re-link , so I to
rebuild with IEWL  INCLUDE or ORDER statements.


Kevin


This e-mail message and any attachments transmitted with it are
confidential and are intended solely for the use of its authorized
recipient(s). If you are not an intended or authorized recipient, you are
hereby notified that any disclosure, copying, distribution or taking any
action in reliance on the information contained in this e-mail is
prohibited. If you have received this message in error or are not
authorized to receive it, please immediately notify the sender and delete
the original message and all copies of it from your computer.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to