z/OS TSO/E Programming Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Return and Reason Codes from ICQSPC00

z/OS TSO/E Programming Services
SA32-0973-00

This section describes the return codes and reason codes that ICQSPC00 returns. ICQSPC00 sets the return code in variable &LASTCC and the reason code in a shared pool variable, &QSPRC. The return code tells you whether the function completed successfully, and the reason code gives more detail about what ICQSPC00 did. Table 1 and Table 2 lists the return and reason codes set by ICQSPC00.

The return and reason codes have related messages. ICQSPC00 sets the return code messages in the shared pool variable &QSPCCMSG and the reason code messages in the shared pool variable &QSPRCMSG.

Table 1. ICQSPC00 return and reason codes
Return code &LASTCC Meaning Possible reason codes &QSPRC Message ID &QSPCCMSG
0 The data set was managed successfully. 1 - 6 ICQSP000
8 An input parameter was not valid. 11 - 37 ICQSP010
20 The data set could not be managed. 41, 58, 431 - 435 ICQSP040
Table 2. ICQSPC00 reason codes
Reason code Meaning Message ID &QSPRCMSG
1 The data set did not need more space. ICQSP001
2 The data set was compressed. ICQSP002
3 The data set's directory was enlarged. ICQSP003
4 The data set's primary quantity was enlarged. ICQSP004
5 The data set's directory and primary quantity were enlarged. ICQSP005
6 The data set did not exist, but was created. ICQSP006
11 dsname is not valid. ICQSP011
12 SPACEFULL is not valid. It must be an integer, 0 - 100. ICQSP012
13 SPACEINCREASE is not valid. It must be an integer. ICQSP013
14 KBYTESFREE is not valid. It must be an integer or blank. ICQSP014
15 DIRFULL is not valid. It must be an integer, 0 - 100. ICQSP015
16 DIRINCREASE is not valid. It must be an integer. ICQSP016
17 DIRBLOCKSFREE is not valid. It must be an integer or blank. ICQSP017
18 RECALL is not valid. It must be null, YES, or NO. ICQSP018
19 PROTECTNEW is not valid. It must be YES or NO. ICQSP019
21 RACFUACC is not valid. It must be NONE, READ, or ALTER. ICQSP021
22 ALLOWPASSWORDS is not valid. It must be YES or NO. ICQSP022
23 REALLOCATENEW is not valid. It must be YES or NO. ICQSP023
24 ALLOCATENEW is not valid. It must be YES, NO, or ASK. ICQSP024
25 PRIMSPACE is not valid. It must be an integer or blank. ICQSP025
26 SECSPACE is not valid. It must be an integer or blank. ICQSP026
27 UNITS not valid. It must be TRACKS, CYLINDERS, or blank. ICQSP027
28 DIRBLOCKS is not valid. It must be an integer or blank. ICQSP028
29 BLKSIZE is not valid. It must be an integer, 1 - 32760, or blank. ICQSP029
30 LRECL is not valid. It must be an integer, 1 - 32756, or blank. ICQSP030
31 RECFM is not valid. It must be alphabetic or blank. ICQSP031
32 LIKE is not valid. It must be a valid data set name or blank. ICQSP032
35 INFOPANEL is not valid. It must be non-blank. ICQSP035
36 ASKPANEL is not valid. It must be non-blank. ICQSP036
37 VERIFYPARMS is not valid. It must be YES or NO. ICQSP037
38 ALLOCATION parameters are missing. ICQSP038
41 Data set could not be managed: it is password-protected. ICQSP041
42 Data set could not be managed: it is not sequential or partitioned. ICQSP042
43 LISTDSI error occurred. ICQSP043
44 Data set does not exist and could not be created. ICQSP044
45 Data set was not created: insufficient authority. ICQSP045
46 Data set was not created: allocation error. ICQSP046
47 Data set was not created: ADDSD return code = &QSPRACFA. ICQSP047
48 Data set was not created: user request. ICQSP048
49 Data set was not compressed: IEBCOPY return code = &QSPCOPY. ICQSP049
50 Data set was not enlarged: application request. ICQSP050
51 Data set was not enlarged: insufficient authority. ICQSP051
52 Data set was not enlarged: allocation error. ICQSP052
53 Data set was not enlarged: ADDSD return code = &QSPRACFA. ICQSP053
54 Data set was not enlarged: PERMIT return code = &QSPRACFP. ICQSP054
55 Data set was not enlarged: IEBCOPY return code = &QSPCOPY. ICQSP055
56 Data set was not enlarged: DELETE return code = &QSPDELET. ICQSP056
57 Data set was not enlarged but renamed: an enlarge error occurred. ICQSP057
58 Data set was not enlarged: IEBGENER return code = &QSPGENER. ICQSP058
431 You are not authorized to access the data set. ICQSP431
432 Data set not available: migrated and not recalled. ICQSP432
433 Data set not available: DFHSM migrated to a non-DASD device. ICQSP433
434 Data set not available: it is not on a DASD device. ICQSP434
435 Data set not available: volume containing it is not mounted. ICQSP435

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014