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


DSALLOC—allocate data sets for group/type

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-FLMCMD--DSALLOC,project--,-+---------+--,first_group--------->
                              '-prj_def-'                 

     .-P-.                                  
>--,-+---+--,total_groups--,type--,ddname----------------------><
     '-A-'                                  

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-lastrc--:=--FLMLNK('DSALLOCb'--,sclm_id--,first_group-------->

>--,-+-P-+--,total_groups--,type--,ddname--,$msg_array--);-----><
     '-A-'                                                   

Return codes

 0
Normal completion.
 4
Warning condition. The $msg_array parameter contains the warning message associated with this condition. A warning occurs if the number of data sets allocated to ddname is less than the number requested in the total_groups parameter.
 8
Error condition. The $msg_array parameter contains the error message associated with this condition.
20
Severe error condition. SCLM does not produce messages because the SCLM ID (sclm_id parameter) is invalid.
24
Severe error condition. SCLM does not produce messages because SCLM services were not initialized.
32
Severe error condition. SCLM does not produce messages for one of these reasons:
  • Invalid service requested
  • Invalid parameter list for the requested service
  • The version of the FLMLNK subroutines does not match the version of the SCLM services module.
34
Severe error condition. An invalid service was requested.
36
Severe error condition. The version of the FLMLNK subroutine does not match the version of the SCLM services module.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014