CL Command Reference - CHGS36SRCA

CL Command List > CHGS36SRCA Reference

Description:

The Change System/36 Source Attributes (CHGS36SRCA) command changes the attributes of the specified source member.


Examples:

Example 1: Specifying Maximum Devices and Record Length

CHGS36SRCA MBR(SFGRSRC) FILE(SDALIB/QS36SRC) REFNBR(*NEXT)
RCDLEN(80) MAXDEV(5)

This command changes source member SFGRSRC in file QS36SRC in library SDALIB to allow up to five devices and to have a record length of 80. It also increases the current reference number by one.



Example 2: Turning Off the Defer Write Attribute

CHGS36SRCA MBR(SFGRSRC) FILE(SDALIB/QS36SRC) REFNBR(*NEXT)
RCDLEN(80) MAXDEV(5) DFRWRT(*NO)

This command changes source member SFGRSRC in the file QS36SRC in library SDALIB to allow up to five devices and to have a record length of 80. It also increases the current reference number by one and turns off the defer write attribute.