File tree 1 file changed +5
-13
lines changed
1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
- *---------------------------------------------------------
2
- * Source information
3
- * @@LIBRARY: QSHONI
4
- * @@FILE: SOURCE
5
- * @@MEMBER: QSHLOGSCAR
6
- * @@TYPE: RPGLE
7
- * @@TEXT: Scan Qshell Log File for Value
8
- *---------------------------------------------------------
9
- ‚ //-------------------------------------------------------------------------------------------
10
- ‚ // QSHLOGSCAR - Scan Qshell Log File for Selected Value
11
- ‚ //-------------------------------------------------------------------------------------------
1
+ //-------------------------------------------------------------------------------------------
2
+ // QSHLOGSCAR - Scan Qshell Log File for Selected Value
3
+ //-------------------------------------------------------------------------------------------
12
4
Dcl-F STDOUTQSH DISK (1000 ) Usage (*Input );
13
5
14
6
Dcl-Ds *N psds ;
22
14
Dcl-S p_Value Char (1024 );
23
15
Dcl-S p_ExactMatch char (4 );
24
16
Dcl-S p_RtnFound char (1 );
25
- ‚
17
+
26
18
C *entry plist
27
19
C parm p_Value
28
20
C parm p_ExactMatch
33
25
// Set to beginning of file
34
26
setll *start STDOUTQSH;
35
27
36
- ‚ // Read all selected documents and extract keywords ------------------------
28
+ // Read all selected documents and extract keywords
37
29
dou %eof (STDOUTQSH);
38
30
39
31
// Read next record
You can’t perform that action at this time.
0 commit comments