From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 29 Jul 2008 11:14:40 -0700 From: "Roman V. Shaposhnik" In-reply-to: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-id: <488F5E10.8060706@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: User-Agent: Thunderbird 2.0.0.12 (X11/20080310) Subject: Re: [9fans] bundle //GO.SYSIN DD Topicbox-Message-UUID: f452111c-ead3-11e9-9d60-3106f5b1d025 Charles Forsyth wrote: >> JCL == Java Control Language? >> > > the Job Control Language for System/360 > Yeah, I kind of knew that ;-) I was trying to come up with the best joke I could. If this is not it, I have no clue what could be funny about JCL ;-) > bundles are implemented by here documents, > and the end marker for the document must not appear > in the data, and IBM JCL syntax (even if it were strictly correct) > was unlikely to appear on Unix systems > but would still have a cheery familiarity to some. > the elaborate DD statement defines file associations for a job and > can manipulate permanent files (commonly used with IEFBR14) > Now this does make sense. Thanks, Roman.