; ;***** ; ; CCLCLIBLD.CMD -- customized "CCLBLD.BLD" file to task build ; CCL as a partner task to a CCL command dispatcher, "CCL...". ; This version of CCL supports an internal table derived ; from "CLITBL.CCL", and opens 3 specially named files for ; command lookup (see GBLPAT comments below). Task image file ; created under "CCLCLI.TSK" to avoid confusion with system ; wide catchall task "[1,54]CCL.TSK". NOTE: This was tested ; under Mplus V1.0 ; ; USAGE: ; TKB @CCLCLIBLD ; PRS 1/30/84 ;***** ; CCLCLI/CP/PR:5,CCLCLI/-SP=CCL/LB:CCL, TABLE,CCL/LB LB:[1,54]RSX11M.STB/SS,LB:[1,1]EXELIB/LB / EXTTSK=255 ;RESERVE SPACE FOR "P" WORKSPACE GBLDEF=CLIFIL:44514 ;CLI'S CHANGE FILES FROM XXXCCL.CCL TO XXXCLI.CCL TASK=...CCL GBLDEF=CLICA1:50712 ; never will be a "real" CLI so this defn is unimportant GBLDEF=CLICA2:131574 GBLDEF=CCLCA1:50712 ; Pass our stuff on to MCR... GBLDEF=CCLCA2:131574 PRI=170 ; As a CLI, push priority up UNITS=2 ASG=TI:2,LB:1 STACK=64 ; ; *** following patches alter CCL's file specs to be opened in decoding ; command lines: ; 1) change "USERCCL.CCL" to "USERCLI.CCL" (User CLI file) ; 2) change "GRPCCL.CCL" to "GRPCLI.CCL" (Group wide CLI file) ; 3) change "SYSCCL.CCL" to "SYSCLI.CCL" (System wide CLI file) ; ; GBLPAT's @ USRFIL, GRPFIL, and SYSFIL define the ASCII characters ; in the user, group and system file specs respectively. These ; entries MUST be justified around the "." which is located ; at xxxFIL+10... ; ff ff ff ff .e ee ; xxxFIL+0^ +2^ +4^ +6^ +10^ +12^ ; If first non-blank character and/or length of string changes, ; a patch must also be made to the "data-set-descriptor" (see ; CCL.DOC for more info). ; GBLPAT=CCL:USRFIL+6:44514 GBLPAT=CCL:GRPFIL+6:44514 GBLPAT=CCL:SYSFIL+6:44514 //