z/OS ISPF Reference Summary
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


LIBDEF—allocate application libraries

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Note: The default option is set in the ISPF configuration table keyword DEFAULT_LIBDEF_PROCESSING_OPTION. By default this keyword is set to UNCOND.
Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--LIBDEF--lib-type--+-DATASET--+---------------------->
                              +-EXCLDATA-+   
                              +-LIBRARY--+   
                              '-EXCLLIBR-'   

>--+-ID(dataset-list)-+--+-COND---+----------------------------><
   '-ID(libname)------'  +-UNCOND-+   
                         +-STACK--+   
                         '-STKADD-'   

Call invocation format

Note: The default option is set in the ISPF configuration table keyword DEFAULT_LIBDEF_PROCESSING_OPTION. By default this keyword is set to UNCOND.
Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPEXEC--(buf-len,--buffer);--------------------------><

OR

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('LIBDEFbb',--lib-type--,-+------------+------>
                                            +-'DATASETb'-+   
                                            +-'EXCLDATA'-+   
                                            +-'LIBRARYb'-+   
                                            '-'EXCLLIBR'-'   

>--,-+--------------+--,-+------------+--);--------------------><
     +-dataset-list-+    +-'CONDbbbb'-+       
     '-libname------'    +-'UNCONDbb'-+       
                         +-'STACKbbb'-+       
                         '-'STKADDbb'-'       

Return codes

 0
Normal completion.
 4
When removing the application library: Application library does not exist for this type.

When STKADD is specified: There is no existing stack.

 8
When COND is used: Application library already exists for this type.
12
ISPPROF was specified as the lib-type; invalid lib-type specified with EXCLDATA or EXCLLIBR.
16
A libname was not allocated, or the dataset-list contains an invalid MVS™ dsname.
20
Severe error.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014