-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from BroadcomMFD/Steve-Hosie-patch-3
Create README.MD
- Loading branch information
Showing
4 changed files
with
450 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
cybersecurity-scripts/Cleanup/CLEANUP-INTERACTIVE/ETCL.panels.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
)ATTR | ||
% TYPE (TEXT) INTENS (HIGH) COLOR (GREEN) | ||
@ TYPE (TEXT) INTENS (HIGH) COLOR (BLUE) | ||
# TYPE (TEXT) INTENS (HIGH) COLOR (YELLOW) | ||
� TYPE (TEXT) INTENS (HIGH) COLOR (WHITE) CAPS (OFF) | ||
_ TYPE (INPUT) INTENS (LOW) COLOR (GREEN) PAD (_) | ||
$ TYPE (OUTPUT) INTENS (HIGH) COLOR (BLUE) | ||
)BODY | ||
#*-------------------------------------------------------------------* | ||
#Welcome to Cleanup for z/OS *Interactive* | ||
#*-------------------------------------------------------------------* | ||
% Report Generation only % | ||
% | ||
% PARM: _ref % % REF=NNN, UNREF=NNN, OR BOTH | ||
% | ||
% INCLUDE: _include1 % | ||
% % | ||
% EXCLUDE: _exclude1 % | ||
% | ||
% | ||
@ FOR PARM, PLEASE USE UNREF=NNN, REF=NNN OR THE WORD BOTH. "NNN" IS | ||
@ IS A 3 DIGIT NUMBER FROM 001 TO 999. | ||
% | ||
@ FOR INCLUDES OR EXCLUDES, PLEASE USE THE NORMAL INCLUDE OR | ||
@ EXCLUDE STATEMENTS. | ||
% | ||
@ EXAMPLE: INCLUDE OF: ABC1234 WOULD PRODUCE A REPORT FOR THAT | ||
@ SPECIFIC ACID. | ||
% | ||
@ Please press ENTER to generate report | ||
% | ||
#*-------------------------------------------------------------------* | ||
)INIT | ||
.HELP = ETCLHP01 | ||
.CURSOR = &ref | ||
&DAT = '' | ||
&TIM = '' | ||
)PROC | ||
VER (&ref,nonblank) | ||
)END |
Oops, something went wrong.