-
Notifications
You must be signed in to change notification settings - Fork 1
/
jamedit.rex
executable file
·24 lines (24 loc) · 1.15 KB
/
jamedit.rex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*REXX*****************************************************************
** **
** NAME - JAMEDIT **
** **
** TITLE - JAM PROCESSOR ISPF/EDIT SETUP MACRO **
** **
** FUNCTION - The JAM processor invokes this edit macro when the user**
** invokes JAM when not already editing a file. It inserts**
** a "..job" JAM statement and a hint of how to get more **
** help on how to have a JAM session. **
** **
**********************************************************************/
trace off
address ISREDIT
'MACRO (sParms)'
'NUMBER OFF'
'CAPS OFF'
'JAMINIT'
'LINE_AFTER 0 = "..job"'
'LINE_AFTER 1 = "... Type JAM to convert this to JCL."'
'LINE_AFTER 2 = "... For all help, use: ..help"'
'LINE_AFTER 3 = "... For statement help, use (for example): ..job ?"'
'INSERT 4 100'
exit