Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH0690694B2 - File transfer method - Google Patents
[go: Go Back, main page]

JPH0690694B2 - File transfer method - Google Patents

File transfer method

Info

Publication number
JPH0690694B2
JPH0690694B2 JP1140350A JP14035089A JPH0690694B2 JP H0690694 B2 JPH0690694 B2 JP H0690694B2 JP 1140350 A JP1140350 A JP 1140350A JP 14035089 A JP14035089 A JP 14035089A JP H0690694 B2 JPH0690694 B2 JP H0690694B2
Authority
JP
Japan
Prior art keywords
kanji
file
file transfer
record
transfer device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP1140350A
Other languages
Japanese (ja)
Other versions
JPH035859A (en
Inventor
潤 富田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC Software Chubu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP1140350A priority Critical patent/JPH0690694B2/en
Publication of JPH035859A publication Critical patent/JPH035859A/en
Publication of JPH0690694B2 publication Critical patent/JPH0690694B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はファイル転送方式、特に漢字コードを含むソー
スプログラムを端末側のファイルよりホスト計算機側の
ファイルへ転送するファイル転送方式に関する。
The present invention relates to a file transfer system, and more particularly to a file transfer system for transferring a source program including a Kanji code from a file on the terminal side to a file on the host computer side.

〔従来の技術〕[Conventional technology]

従来のこの種のファイル転送方式は、端末側のファイル
内のソースプログラムを読み込んだ後、ソースプログラ
ムの内容に関して何の編集処理も行わず、ただちにホス
ト計算機側のファイルに転送を行っていた。
In the conventional file transfer method of this type, after the source program in the file on the terminal side is read, no editing process is performed on the content of the source program, and the file is immediately transferred to the file on the host computer side.

〔発明が解決しようとする課題〕 上述した従来のファイル転送方式は、ソースプログラム
を端末側のファイルよりホスト計算機側のファイルに、
そのまま転送するため、転送するプログラムの中に漢字
コードを含んでいた場合でもレコード管理情報領域に漢
字シフトコードの個数を設定していなかった。
[Problems to be Solved by the Invention] In the conventional file transfer method described above, the source program is changed from a file on the terminal side to a file on the host computer side,
Since it is transferred as it is, the number of Kanji shift codes was not set in the record management information area even if the program to be transferred contained Kanji codes.

一般にホスト計算機上のシステムにおいては、ソースプ
ログラムを記述している言語の翻訳プログラムには、前
記レコード管理情報領域に格納されている漢字シフトコ
ードの個数を参照して動作するものと、そうでないもの
がある。
Generally, in the system on the host computer, the translation program of the language that describes the source program operates with reference to the number of Kanji shift codes stored in the record management information area, and the one that does not. There is.

漢字シフトコードの個数を参照する翻訳プログラムで
は、従来の前記ファイル転送装置によって転送されたソ
ースプログラムを扱うことができないため、前記ファイ
ル転送装置の利用者は転送の対象となるソースプログラ
ムを選択しなければならず、運用が繁雑になるという欠
点がある。
The translation program that refers to the number of Kanji shift codes cannot handle the source program transferred by the conventional file transfer device, so the user of the file transfer device must select the source program to be transferred. However, there is a drawback that the operation becomes complicated.

〔課題を解決するための手段〕[Means for Solving the Problems]

本発明の方式は、端末側ファイル内のソースプログラム
をホスト計算機側ファイルに転送するファイル転送方式
において、前記転送を実行するファイル転送装置より渡
された記述言語名により、前記ソースプログラムを記述
している言語の翻訳プログラムが漢字コードの始点と終
点を示すための漢字シフトコードの個数を参照するか否
かを判定する漢字参照言語判定手段と、該漢字シフトコ
ードの個数を参照する場合には、その個数を1レコード
毎に数える漢字シフトコード算出手段と、該漢字シフト
コード数算出手段によって数えられた漢字シフトコード
の個数を、前記ソースプログラムの1レコード毎にレコ
ード中に存在するレコード管理情報領域に格納して前記
ファイル転送装置に制御を戻す漢字シフトコード数格納
手段とで構成されたシステム標準形式転送装置を前記フ
ァイル転送装置に接続したことを特徴とする。
According to the method of the present invention, in the file transfer method for transferring the source program in the terminal side file to the host computer side file, the source program is described by the description language name passed from the file transfer device that executes the transfer. If the translation program of the language in question refers to the number of Kanji shift codes for indicating the start and end points of the Kanji code, a Kanji reference language determination means, and when referring to the number of Kanji shift codes, A Kanji shift code calculating unit that counts the number of records for each record, and the number of Kanji shift codes counted by the Kanji shift code number calculating unit, the record management information area existing in the record for each record of the source program. And a Kanji shift code number storing means for storing the control in the file transfer device and returning the control to the file transfer device. System standard format transfer device, characterized in that connected to the file transfer system.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

本発明のシステム標準形式転送装置1は、端末側ファイ
ル9内のソースプログラムをホスト計算機側ファイル10
に転送するファイル転送装置8に接続して動作し、漢字
参照言語判定手段2と、漢字シフトコード数算出手段3
と、漢字シフトコード数格納手段4とから構成されてい
る。
In the system standard format transfer device 1 of the present invention, the source program in the terminal side file 9 is transferred to the host computer side file 10
It operates by being connected to the file transfer device 8 for transferring to, the kanji reference language determining means 2 and the kanji shift code number calculating means 3.
And a kanji shift code number storage means 4.

ファイル転送装置8は、システム標準形式転送装置1が
接続されていると、ソースプログラムの記述言語名5と
端末ファイル9より読み込んだソースプログラムのレコ
ード6を伴って、システム標準形式転送装置1に制御を
渡す。
When the system standard format transfer device 1 is connected, the file transfer device 8 controls the system standard format transfer device 1 with the description language name 5 of the source program and the record 6 of the source program read from the terminal file 9. give.

システム標準形式転送装置1では、まず漢字参照言語判
定手段2が動作し、記述言語名5より、その翻訳プログ
ラムが漢字シフトコードの個数を参照するか否かを判定
する。
In the system standard format transfer device 1, first, the kanji reference language determination means 2 operates to determine from the description language name 5 whether or not the translation program refers to the number of kanji shift codes.

判定の結果、漢字シフトコードの個数を参照する翻訳プ
ログラムの場合、漢字シフトコード数算出手段3に制御
を渡し、ファイル転送装置8より渡されたレコード6の
中の漢字シフトコードの個数を数える。次に漢字シフト
コード数格納手段4に制御を渡し、漢字シフトコードの
個数をレコード6の中のレコード管理情報領域に格納し
て、漢字シフトコード数格納済レコード7を作成し、こ
れを伴って制御をファイル転送装置8に渡す。この後、
ファイル転送装置は漢字シフトコード数格納済レコード
7をホスト計算機側ファイル10に転送する。
As a result of the determination, in the case of a translation program that refers to the number of Kanji shift codes, control is passed to the Kanji shift code number calculation means 3 to count the number of Kanji shift codes in the record 6 passed from the file transfer device 8. Next, control is passed to the Kanji shift code number storage means 4, the number of Kanji shift codes is stored in the record management information area in the record 6, and a Kanji shift code number stored record 7 is created. Control is passed to the file transfer device 8. After this,
The file transfer device transfers the Kanji shift code number stored record 7 to the host computer side file 10.

漢字シフトコードの個数を参照しない翻訳プログラムの
場合は、ファイル転送装置8より渡されたレコード6に
対して何の編集処理も行わず、ただちにファイル転送装
置8に制御を戻す。この時、ファイル転送装置8は、レ
コード6をホスト計算機側のファイル10に転送する。
In the case of a translation program that does not refer to the number of Kanji shift codes, no edit processing is performed on the record 6 transferred from the file transfer device 8 and control is immediately returned to the file transfer device 8. At this time, the file transfer device 8 transfers the record 6 to the file 10 on the host computer side.

これらの一連の動作をファイル転送装置8は、端末側フ
ァイル9内の転送するプログラムのレコードがなくなる
まで繰り返す。
The file transfer device 8 repeats a series of these operations until there is no record of the program to be transferred in the terminal side file 9.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明のファイル転送方式は、情報
処理システムの、端末側ファイル内のソースプログラム
をホスト計算機側ファイルへ転送するファイル転送装置
を用いて、漢字コードを含むソースプログラムをその翻
訳プログラムの扱える形式に編集した後、転送すること
により、転送の対象となるソースプログラムを選択する
必要がなくなったり、転送の対象となるソースプログラ
ムの種類が増えることにより運用性が向上するという効
果がある。
As described above, the file transfer method of the present invention uses the file transfer device of the information processing system that transfers the source program in the terminal-side file to the host computer-side file to convert the source program including the Kanji code into its translation program. By editing the file in a format that can be handled by, and then transferring it, there is no need to select the source program to be transferred, and the operability is improved by increasing the number of types of source program to be transferred. .

【図面の簡単な説明】[Brief description of drawings]

第1図は本発明の一実施例のブロック図である。 1……システム標準形式転送装置、2……漢字参照言語
判定手段、3……漢字シフトコード数算出手段、4……
漢字シフトコード数格納手段、5……記述言語名、6…
…レコード、7……漢字シフトコード数格納済レコー
ド、8……ファイル転送装置、9……端末側ファイル、
10……ホスト計算機側ファイル。
FIG. 1 is a block diagram of an embodiment of the present invention. 1 ... System standard format transfer device, 2 ... Kanji reference language determination means, 3 ... Kanji shift code number calculation means, 4 ...
Kanji shift code number storage means, 5 ... description language name, 6 ...
… Record, 7 …… Kanji shift code number stored record, 8 …… File transfer device, 9 …… Terminal side file,
10 …… Host computer side file.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】端末側ファイル内のソースプログラムをホ
スト計算機側ファイルに転送するファイル転送方式にお
いて、 前記転送を実行するファイル転送装置より渡された記述
言語名により、前記ソースプログラムを記述している言
語の翻訳プログラムが漢字コードの始点と終点を示すた
めの漢字シフトコードの個数を参照するか否かを判定す
る漢字参照言語判定手段と、 該漢字シフトコードの個数を参照する場合には、その個
数を1レコード毎に数える漢字シフトコード算出手段
と、 該漢字シフトコード数算出手段によって数えられた漢字
シフトコードの個数を、前記ソースプロたラムの1レコ
ード毎にレコード中に存在するレコード管理情報領域に
格納して前記ファイル転送装置に制御を戻す漢字シフト
コード数格納手段とで構成されたシステム標準形式転送
装置を前記ファイル転送装置に接続したことを特徴とす
るファイル転送方式。
1. A file transfer method for transferring a source program in a file on a terminal side to a file on a host computer side, wherein the source program is described by a description language name passed from a file transfer device that executes the transfer. Kanji reference language determining means for determining whether or not the language translation program refers to the number of Kanji shift codes for indicating the start and end points of the Kanji code, and when referring to the number of Kanji shift codes, Kanji shift code calculating means for counting the number of each one record, and the number of kanji shift codes counted by the kanji shift code number calculating means, the record management information existing in the record for each one record of the source program. And a kanji shift code number storage means for storing the data in an area and returning the control to the file transfer device. File transfer scheme stems standard format transfer device, characterized in that connected to the file transfer system.
JP1140350A 1989-06-01 1989-06-01 File transfer method Expired - Lifetime JPH0690694B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1140350A JPH0690694B2 (en) 1989-06-01 1989-06-01 File transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1140350A JPH0690694B2 (en) 1989-06-01 1989-06-01 File transfer method

Publications (2)

Publication Number Publication Date
JPH035859A JPH035859A (en) 1991-01-11
JPH0690694B2 true JPH0690694B2 (en) 1994-11-14

Family

ID=15266786

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1140350A Expired - Lifetime JPH0690694B2 (en) 1989-06-01 1989-06-01 File transfer method

Country Status (1)

Country Link
JP (1) JPH0690694B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6159421A (en) * 1995-10-17 2000-12-12 Ebara Corporation Method of cleaning gases

Also Published As

Publication number Publication date
JPH035859A (en) 1991-01-11

Similar Documents

Publication Publication Date Title
US6151611A (en) System for editing graphical data based upon relative time of entry
US5842181A (en) Remote hand-held time tracking device and method therefor
JPH0690694B2 (en) File transfer method
CN118349523A (en) A method, device, equipment and medium for automatically parsing target file data
JP2761587B2 (en) Information management apparatus and information management method
JP2786209B2 (en) Knowledge data management method with forgetting function
JP2877973B2 (en) File recall control method
JPS5831005B2 (en) Electronics
JP3182782B2 (en) Image processing device
JPH05233386A (en) Data base management system
JPH0526237B2 (en)
Soop DOLL, the on-line measurement system for heavy-liquid bubble-chamber photographs
Cantor Storing Network Survey Data at the Datacomputer
GB2262370A (en) Database management.
JPH01253024A (en) Buffer control method for data base management
JPS62144255A (en) Data file saving processor
JPH02132585A (en) Data collection processing system for automatic vending machine
JPH03246640A (en) Data sampling system
JPH0488413A (en) Input source selection type key input system
JPH05151096A (en) Doubling system for system constitution information file
JPH09218809A (en) File information confirmation apparatus and method
JPH05173660A (en) Unmanned operation control system
Cantor RFC0565: Storing network survey data at the datacomputer
JPH04310142A (en) Journal processing method
JPH03222049A (en) Null value storage system