If you are not familiar with the KSUVM environment, there is handout available from the Test Scoring Coordinator at Computing and Network Services in Nichols Hall. It explains the basics of Xedit, OSJ, DEPRINT, QUERY READER ALL (Q RDR ALL), and how to print, etc.
2. Enter the change data into the program after the MANAGE.CHGFILE DD * line. Each option of the CHANGES command starts with the same basic three fields in common: the student ID number, reference number of the course, and the student name. The reference number in this case is the first four numbers of the course reference from the Directory of Classes (Class Schedule).
Generally, only the student ID numbers is required, any exceptions are noted. A comma is required to separate all fields, even if empty. After these fields is a command indicating the action to take. Depending upon the action, additional parameter fields may be required. Each change option is entered on a separate line.
3. After entering all the changes, use the OSJ command to execute the job. When the job has finished, examine the job output to see if the changes were executed properly.
Example: 123456789, 1234, 'LASTNAME, FIRSTNAME', ADD Example: 123456789, 1234, 'LASTNAME, FIRSTNAME', ADD, 12, 34, 56, 75, 20
Example: 123456789,,,DROP
Example: 123456789,,,CHG, 1, 85
Example: 123456789,,,NEWNAME, 'NEWLAST,NEWFIRST'
Example: 123456789,,, NEWSSN, 987654321
|...+....1....+....2....+....3....+....4....+....5....+....6....+....7... //*++ TIME ,09 VMMSG ENQ OMRGRADE EXPAND //OMRGRADE EXEC OMRGRAD,ACTNOF4=044,IDNO=xxxx,PRM='ROSTER' //MANAGE.CONTROL DD * CHANGES //MANAGE.CHGFILE DD * 123456789,1234,'LASTNAME,FIRSTNAME',ADD 234567890,1234,'LASTNAME,FIRSTNAME',ADD,84,56 345678901,,,DROP 456789012,,,CHG,1,92 456789012,,,CHG,2,90 567890123,,,NEWNAME,'NEWLAST,NEWFIRST' 678901234,,,NEWSSN,432109876 /* (END OF PROGRAM FILE)Note: The xxxx on the EXEC line of the program must be replace with a four digit number. The number will be given to you by the Test Scoring Coordinator.