Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1298415
  • 博文数量: 287
  • 博客积分: 11000
  • 博客等级: 上将
  • 技术积分: 3833
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-16 08:43
文章分类
文章存档

2013年(15)

2012年(17)

2011年(17)

2010年(135)

2009年(85)

2008年(18)

分类: 系统运维

2010-06-24 15:29:16

QUSCUSAT - Set the user space to be automatically extendable
 
     dChgSpcAtr        pr                  extpgm('QUSCUSAT')
     d SpcLib                        10
     d SpcName                       20    const
     d ChgAttrDS                           const likeds(ChgAttrDS)
     d ErrCde                              likeds(ErrCde)
     dChgAttrDS        ds
     d NbrAttrs                      10i 0 inz(1)
     d KeyValue                      10i 0 inz(3)
     d DataSize                      10i 0 inz(1)
     d DataValue                      1    inz('1')
     dErrCde           ds
     d BytPrv                        10i 0 inz(0)
     dSpcName          ds
     d SName                         10    inz('SPACENAME')
     d SLib                          10    inz('QTEMP')
     dSpcLib           s             10
      /free
       // Set the user space to be automatically extendable
       ChgSpcAtr( SpcLib :SpcName :ChgAttrDS :ErrCde);
       Return;
      /end-free
阅读(2003) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~