Summary of Parm= Values

1 Execute QEDITMGR.PUB.logon
2 Execute QEDITMGR.logongroup.logonacct
4 Execute INFO string once
8 Execute INFO string on each reactivation
16 Unused
32 Don’t suspend on exit, terminate
64 Check with user before Exiting
128 Execute Info= string only
256 Suspend on info=file name and single file edit
512 Single file edit only (info= contains name)

Values may be combined by adding them together. For example, Parm=67 means “execute Qeditmgr files in the Pub group of my logon account and in my logon group (in addition to to the global qeditmgr files) and don’t let me Exit without first double-checking”.

If you run Qedit from within another tool that does not support Parm= on the :Run command, you can either use Info=”-p n” or put the Parm value into the QEDPARMBITS JCW:

  :run qedit.pub.robelle;info="-p 64"  :setjcw qedparmbits=64  :run qedit.pub.robelle  

More:

From the Posix Shell

Summary of Parm= Values