Replies: 5 comments 6 replies
-
How are you trying to build it? the correct build procedure is in the INSTALL file. What you are probably seeing is TDUEX calling CYBIL common decks which are taken care of in the TDU build procedure. it pulls down a multifile off the NOS PF tape which has the cybil compiler, cybil runtime relocatables, and cybil common deck OPL separated by an EOF, copies them out to individual local files and then proceeds to build TDU using the cybil common deck OPL with an *oplfile directive to modify. If you want to manually check the sources out of OPL871 you might do something like this: |
Beta Was this translation helpful? Give feedback.
-
Thanks. Was pulling the sources to get a better handle on things. I get a kick out of the warning in the preface of the compass 3.6 manual, like 90+% of system utils seem to be in compass. I am at a loss on one thing here, how do I prevent pulling in the common decks with each listing, so that the commons are extracted individually and not duplicated in each? Also, I have had to get a little creative to get them into winblowz, primarily because of an invalid char error that pops on many when trying ftp (winblowz 10 standard client, no mode change). |
Beta Was this translation helpful? Give feedback.
-
That will save a bit of time, thank you! More on that ftp thing, and it is throwing me a bit. This was using On a side note here, the cols 73-EOL sequencing sometimes begins well to the left of col 73 on occasion. Should those be corrected? |
Beta Was this translation helpful? Give feedback.
-
By default, the FTP server assumes that the files you’re trying to download are encoded in 6/12 Extended Display Code (I.e., mixed case). If the file is not actually 6/12. Then the FTP server might encounter invalid character encodings. A COMPASS program listing definitely won’t be 6/12. It will be 6-bit Display Code, so it should be downloaded as in: ftp> get cybfile/cp=dis pcfile.txtSee the TCP/IP User Guide for details about FTP usage.On Jan 27, 2024, at 2:56 PM, William Schaub ***@***.***> wrote:
I'm not sure about the FTP problem. I don't use the FTP server much I might experiment with it a bit.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sorry, there was a typo in my reply. The “get” command should be: get cybfile/cs=dis pcfile.txt“cs” stands for “character set”. Other attributes may be provided as well. For example, on a “put” command, you may specify “ia” or “da” to indicate whether you want the uploaded file to be stored as indirect access or direct access. The default is direct access. So, I often specify “put” as in: put pcfile.txt cybfile/ia,cs=disCheers,KevinOn Jan 28, 2024, at 12:15 PM, KC5VDJ ***@***.***> wrote:
200 COMMAND OKAY.
501 SYNTAX ERROR IN PARAMETERS OR ARGUMENTS.
ftp>
Maybe this is partially a winblowz thing? Most clients I have tried seem to have difficulty with nos, but iirc, many always did; there used to be a few (not many) public ftp servers on cybers back in the day, but I know they worked with, iirc, sunos, thus what? 4.3 Net 2? Iirc, before Solaris, sunos was largely 4.x based. As such, i recall it working, wonkily, with cybers. Figures, who was in the room in the IEN meeting minutes?
I may boot into Linux and try.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Wants to pull a whole slew of unknown decks.
modify,p=opl871,lo=e,z,c=TDUEX./*edit,TDUEX
Anyone else getting this?
Beta Was this translation helpful? Give feedback.
All reactions