ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahz_5.4.0.1/edit.htm

37 lines
1.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8">
<title>Editing files</title>
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</HEAD>
<body bgcolor="#FFFFFF">
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2>Editing files with Qshell Interpreter</h2>
<p>You can edit files from any file system using the EDTF CL
command. It is an editor that is similar to the Source Entry
Utility (SEU) for editing stream files or database files. Also, you
can display a stream file or database file using the DSPF CL
command.</p>
<p>Another alternative is to connect to the server using iSeries<SUP>(TM)</SUP>
Navigator and edit the file using an editor running on the client.
The file can be stored in ASCII and still be used by Qshell.</p>
<p>A shell script is just a text file that contains shell commands.
It is important to use the right file system for storing shell
scripts. Shell scripts are stream data and should be stored in the
"root" file system. While it is possible to store shell scripts in
source physical files in the QSYS.LIB file system, it causes the
shell scripts to use more storage and to run slower.</p>
</body>
</html>