|
Hi Ken,
Thank you for sharing how to get the ILE debugger to use 132 columns. I just
tried this in v4r4 and I can't get it to work. Does anyone know when this
started to become available? I can see the variable when I do WRKENVVAR just
fine. I'm using CA v5r1m0 with SI08389. I have the display session
configured for 27x132. When I display a joblog I can see 130 positions.
Does anyone know why debug wouldn't show me 132 columns?
Thank you,
Gary Kuznitz
On 7 Dec 2002 at 20:21, Ken (Ken Sims <midrange-l@xxxxxxxxxxxx>) commented
about Re: MIDRANGE-L digest, Vol 1 #2941 :
> Hi Vern -
>
> >I could not find how to display in 132 columns in STRDBG. Do you a setting
> >for
> >this?
>
> The ILE debugger will use 132 automatically if you are debugging a
> different job (i.e. using STRSRVJOB) and the display supports it.
>
> The ILE debugger will use 132 if you are debugging the same job and the
> display supports it AND there is environment variable called ILE_DEBUGGER_1
> with
> value of ALLOW_WIDE_SCREEN.
>
> This could be done with a system environment variable which would apply to
> everyone all the time (unless they created a job environment variable with
> the same name and a different value). I do NOT recommend this unless
> discussed in advance with everyone who uses debug.
>
> I put this into a nice command called SETDBG. The key lines of the program
> are:
>
> To turn it on at the job level:
>
> ADDENVVAR ENVVAR('ILE_DEBUGGER_1') +
> VALUE('ALLOW_WIDE_SCREEN') +
> LEVEL(*JOB) REPLACE(*YES)
>
> To turn it back off at the job level:
>
> RMVENVVAR ENVVAR('ILE_DEBUGGER_1') LEVEL(*JOB)
> MONMSG CPFA981
>
> The MONMSG is to trap the error message if the environment variable does
> not exist.
>
> Ken
> Opinions expressed are my own and do not necessarily represent the views of my
> employer or anyone in their right mind.
>
> _______________________________________________
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To
> post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or
> change list options, visit:
> http://lists.midrange.com/cgi-bin/listinfo/midrange-l or email:
> MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review
> the archives at http://archive.midrange.com/midrange-l.
>
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.