Skip to content

Commit a6927e7

Browse files
Update QSHLOGSCAR.RPGLE
1 parent 0b3da02 commit a6927e7

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

QSHLOGSCAR.RPGLE

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
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+
//-------------------------------------------------------------------------------------------
124
Dcl-F STDOUTQSH DISK(1000) Usage(*Input);
135

146
Dcl-Ds *N psds;
@@ -22,7 +14,7 @@
2214
Dcl-S p_Value Char(1024);
2315
Dcl-S p_ExactMatch char(4);
2416
Dcl-S p_RtnFound char(1);
25-
17+
2618
C *entry plist
2719
C parm p_Value
2820
C parm p_ExactMatch
@@ -33,7 +25,7 @@
3325
// Set to beginning of file
3426
setll *start STDOUTQSH;
3527

36-
// Read all selected documents and extract keywords ------------------------
28+
// Read all selected documents and extract keywords
3729
dou %eof(STDOUTQSH);
3830

3931
// Read next record

0 commit comments

Comments
 (0)