home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18139 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  7.6 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!DCD00.FNAL.GOV!LAURI
  2. From: LAURI@DCD00.FNAL.GOV (Laurelin of Middle Earth, x2214)
  3. Newsgroups: comp.os.vms
  4. Subject: SETPQL  9/9
  5. Message-ID: <921113111615.20800159@fndcd.fnal.gov>
  6. Date: 13 Nov 92 17:16:15 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 267
  11.  
  12. -+-+-+-+-+-+-+-+ START OF PART 9 -+-+-+-+-+-+-+-+
  13. X NOTE on reduction of process quota limits:  when the value of 0 is
  14. X specified for certain process quota limits, it implies an infinite
  15. X value.  In these cases, and ONLY in these cases, the account quotas may
  16. X be `60`60reduced'' in absolute value (e.g., 0 is less than 6), but the
  17. X effect is to *increase* the user's capability.  The PQLs for which`20
  18. X this is true are: CPUTIME, MAXACCTJOBS, MAXDETACH, MAXJOBS, PBYTLM, and
  19. X SHRFILLM.
  20. X
  21. $ CALL UNPACK [.SETPQL_V2_0]SETPQL.HLP;1 1784470307
  22. $ create 'f'
  23. X!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  24. V!!!!
  25. X!
  26. X! SETPQL_CLD.CLD:
  27. X!
  28. X! Defines the legal syntax of the SETPQL command.
  29. X!
  30. X! This module should be LINKed with the SETPQL source code.
  31. X!
  32. X! Author: L. Loebel, RD/Computing, Fermilab  (FNAL::LOEBEL)
  33. X!
  34. X!
  35. X!****************************Copyright Notice*******************************
  36. V****
  37. X!*             Copyright `A91991 Universities Research Association, Inc.
  38. V         *
  39. X!*                         All Rights Reserved
  40. V                                 *
  41. X!***************************************************************************
  42. V****
  43. X!***********************Government Sponsorship Notice***********************
  44. V****
  45. X!* This material resulted from work developed under a Government Contract an
  46. Vd  *
  47. X!* is subject to the following license:  The Government retains a paid-up,
  48. V     *
  49. X!* nonexclusive, irrevocable worldwide license to reproduce, prepare derivat
  50. Vive*
  51. X!* works, perform publicly and display publicly by or for the Government,
  52. V      *
  53. X!* including the right to distribute to other Government contractors.  Neith
  54. Ver *
  55. X!* the United States nor the United States Department of Energy, nor any of
  56. V    *
  57. X!* their employees, makes any warrenty, express or implied, or assumes any
  58. V     *
  59. X!* legal liability or responsibility for the accuracy, completeness, or
  60. V        *
  61. X!* usefulness of any information, apparatus, product, or process disclosed,
  62. V or *
  63. X!* represents that its use would not infringe privately owned rights.
  64. V          *
  65. X!***************************************************************************
  66. V****
  67. X!
  68. X! History:
  69. X! 18-oct-1991`09l.loebel`09Initial.
  70. X! 09-dec-1991`09l.loebel`09Add EXCLUDE_TYPES for excluding usernames from
  71. X!`09`09`09`09the scan.  Rely upon undocumented type $UIC
  72. X!`09`09`09`09for username specifications!
  73. X!
  74. X!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  75. V!!!!
  76. X
  77. XModule SETPQL_CLD
  78. X
  79. Xdefine type EXCLUDE_TYPES
  80. X`09keyword FILE
  81. X`09   default
  82. X`09   label=EXCLUDE_FILE
  83. X`09   value(type=$file,default="SETPQL_EXCLUDE")
  84. X
  85. X`09keyword USER
  86. X`09   label=EXCLUDE_USER
  87. X`09   value(list,required,type=$uic)
  88. X
  89. X
  90. Xdefine verb`09SETPQL
  91. X
  92. X`09parameter p1
  93. X`09   label=INCLUDE_USER
  94. X`09   value(list,default="*",type=$uic)
  95. X
  96. X`09qualifier EXCLUDE
  97. X`09   default
  98. X`09   value(list,type=EXCLUDE_TYPES,default=FILE)
  99. X
  100. X`09qualifier ALL
  101. X`09   negatable
  102. X
  103. X`09qualifier MODIFY`09`09
  104. X`09   default
  105. X`09   negatable
  106. X
  107. X`09qualifier LOG`09`09
  108. X`09   default
  109. X`09   negatable
  110. X
  111. X`09qualifier ASTLM`09`09
  112. X`09   negatable
  113. X`09   value(type=$number)
  114. X
  115. X`09qualifier BIOLM`09`09
  116. X`09   negatable
  117. X`09   value(type=$number)
  118. X
  119. X`09qualifier BYTLM`09`09
  120. X`09   negatable
  121. X`09   value(type=$number)
  122. X
  123. X`09qualifier CPUTIME`09`09
  124. X`09   negatable
  125. X`09   value(type=$deltatime)
  126. X`09   label=cputim
  127. X
  128. X`09qualifier WSDEFAULT`09
  129. X`09   negatable
  130. X`09   value(type=$number)
  131. X`09   label=dfwscnt
  132. X
  133. X`09qualifier DIOLM`09`09
  134. X`09   negatable
  135. X`09   value(type=$number)
  136. X
  137. X`09qualifier ENQLM`09`09
  138. X`09   negatable
  139. X`09   value(type=$number)
  140. X
  141. X`09qualifier FILLM`09`09
  142. X`09   negatable
  143. X`09   value(type=$number)
  144. X
  145. X`09qualifier JTQUOTA`09`09
  146. X`09   negatable
  147. X`09   value(type=$number)
  148. X
  149. X`09qualifier MAXACCTJOBS`09
  150. X`09   negatable
  151. X`09   value(type=$number)
  152. X
  153. X`09qualifier MAXDETACH`09
  154. X`09   negatable
  155. X`09   value(type=$number)
  156. X
  157. X`09qualifier MAXJOBS`09`09
  158. X`09   negatable
  159. X`09   value(type=$number)
  160. X
  161. X`09qualifier PBYTLM`09`09
  162. X`09   negatable
  163. X`09   value(type=$number)
  164. X
  165. X`09qualifier PGFLQUOTA`09
  166. X`09   negatable
  167. X`09   value(type=$number)
  168. X
  169. X`09qualifier PRCLM`09`09
  170. X`09   negatable
  171. X`09   value(type=$number)
  172. X`09   label=prccnt
  173. X
  174. X`09qualifier PRIORITY`09
  175. X`09   negatable
  176. X`09   value(type=$number)
  177. X`09   label=pri
  178. X
  179. X`09qualifier QUEPRIORITY`09
  180. X`09   negatable
  181. X`09   value(type=$number)
  182. X`09   label=quepri
  183. X
  184. X`09qualifier SHRFILLM`09
  185. X`09   negatable
  186. X`09   value(type=$number)
  187. X
  188. X`09qualifier TQELM`09`09
  189. X`09   negatable
  190. X`09   value(type=$number)
  191. X`09   label=tqcnt
  192. X
  193. X`09qualifier WSEXTENT`09
  194. X`09   negatable
  195. X`09   value(type=$number)
  196. X
  197. X`09qualifier WSQUOTA`09`09
  198. X`09   negatable
  199. X`09   value(type=$number)
  200. X
  201. $ CALL UNPACK [.SETPQL_V2_0]SETPQL_CLD.CLD;1 1798237508
  202. $ create 'f'
  203. X!
  204. X! SETPQL_MSG.MSG
  205. X!    Defines error messages and status values for SETPQL command
  206. X!    This module should be LINKed/NOTRACE with the main SETPQL module.
  207. X!
  208. X! Author:
  209. X!    L. Loebel, RD/Computing, Fermilab
  210. X!
  211. X!
  212. X!****************************Copyright Notice*******************************
  213. V****
  214. X!*             Copyright `A91990 Universities Research Association, Inc.
  215. V         *
  216. X!*                         All Rights Reserved
  217. V                                 *
  218. X!***************************************************************************
  219. V****
  220. X!***********************Government Sponsorship Notice***********************
  221. V****
  222. X!* This material resulted from work developed under a Government Contract an
  223. Vd  *
  224. X!* is subject to the following license:  The Government retains a paid-up,
  225. V     *
  226. X!* nonexclusive, irrevocable worldwide license to reproduce, prepare derivat
  227. Vive*
  228. X!* works, perform publicly and display publicly by or for the Government,
  229. V      *
  230. X!* including the right to distribute to other Government contractors.  Neith
  231. Ver *
  232. X!* the United States nor the United States Department of Energy, nor any of
  233. V    *
  234. X!* their employees, makes any warrenty, express or implied, or assumes any
  235. V     *
  236. X!* legal liability or responsibility for the accuracy, completeness, or
  237. V        *
  238. X!* usefulness of any information, apparatus, product, or process disclosed,
  239. V or *
  240. X!* represents that its use would not infringe privately owned rights.
  241. V          *
  242. X!***************************************************************************
  243. V****
  244. X!
  245. X! Facility Code:  100
  246. X! Facility Description:  SETPQL FACILITY
  247. X! Facility: SETPQL
  248. X! Symbol Prefix: PQL_
  249. X!
  250. X
  251. X.facility`09PQL,100 /prefix=PQL_
  252. X
  253. X.severity`09success
  254. X
  255. X.severity`09informational
  256. Xexcfnf`09`09<exclude file !AS not found, program continuing.>/FAO=1
  257. Xraise`09`09<user !AS's !AS !AS raised from !AS to !AS>/FAO=5
  258. Xnochanges`09<no modifications made to system authorization file.>/FAO=0
  259. Xuafchanged`09<system authorization file modified.>/FAO=0
  260. Xnop`09`09<no UAF parameters were examined.>/FAO=0
  261. X
  262. X
  263. X.severity`09warning
  264. Xlowval`09`09<!AS value of !AS is lower than DEFAULT value (!AS)>/FAO=3
  265. Xnodfltacct`09<no DEFAULT account is present on this system.>/FAO=0
  266. X
  267. X.severity`09error
  268. X
  269. X.severity`09severe
  270. Xinvuafstr`09<invalid internal data structure; SYSUAF format has been modifie
  271. Vd.>/FAO=0
  272. Xinsdynmem`09<insufficient dynamic memory.>/FAO=0
  273. X`20
  274. X.end
  275. $ CALL UNPACK [.SETPQL_V2_0]SETPQL_MSG.MSG;1 236906619
  276. $ v=f$verify(v)
  277. $ EXIT
  278.  
  279.