Re: [CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Alan Altmark
On Friday, 07/08/2016 at 06:53 GMT, "Stanislawski, Shawn (National VM Capability)" wrote: > I admit to being curious, how does CSL update the variables CSLRC and CALLER (in Alan's example) in > the calling program? There are two elements working together: 1. The REXX Shared Variable (SHV) inte

Re: [CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Glenn Knickerbocker
On 7/8/2016 10:50 AM, Stanislawski, Shawn (National VM Capability) wrote: > PEEK EXEC sets BOTH variable PEEK and NOTE , so I can't have both > PEEK / PROFPEEK and NOTE / PROFNOTE in the same converged file > using this single method. You don't need to dig around in the caller at all. Each one

Re: [CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Stanislawski, Shawn (National VM Capability)
Was not expecting variations, thank you for the heads up! Will get that fixed! > Call CSL "DMSCALLR cslrc caller i" I admit to being curious, how does CSL update the variables CSLRC and CALLER (in Alan's example) in the calling program? --Shawn S. -Original Message- From: CMSTSO Pipe

Re: [CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Alan Altmark
On Friday, 07/08/2016 at 04:28 GMT, "Stanislawski, Shawn (National VM Capability)" wrote: > Looking into Bruce Hayden's suggestion of DMSCALLR CSL routine was spot on! > New and much better solution: > "d > /* Who called me? */ > Farback = 4 > CALL CSL 'DMSCALLR' Retcode1 CallerN Farback > 'PIP

Re: [CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Stanislawski, Shawn (National VM Capability)
- Yeah, I named my converged profile "PROFPRGS XEDIT", and "PARSE SOURCE srcline" followed by "QUEUE 'EMSG 'srcline" then calling FILELIST only gives: "CMS COMMAND PROFPRGS XEDIT * PROFPRGS XEDIT" - I only get the same string even if I set up a user synonym for FILELIST and use that synonym.

Re: [CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Bruce Hayden
You probably want to look at the DMSCALLR CSL routine. You can work your way back though the commands to find out how you were called. (I haven't looked to see what you find when it is called from one of these profiles.) On Fri, Jul 8, 2016 at 9:50 AM, Stanislawski, Shawn (National VM Capability

Re: [CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Stanislawski, Shawn (National VM Capability)
> Can you use synonyms and PARSE SOURCE? PARSE SOURCE in the XEDIT profile just gives the name of the XEDIT profile and not the calling EXEC, unless I'm doing it wrong. Can XEDIT filetypes be used with Synonym? --Shawn S. -Original Message- From: CMSTSO Pipelines Discussion List [mail

Re: [CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Paul Gilmartin
On 2016-07-08, at 08:50, Stanislawski, Shawn (National VM Capability) wrote: > > I would like to make these overrides more portable: one XEDIT file instead of > multiples. > Can you use synonyms and PARSE SOURCE? -- gil

[CMS-PIPELINES] Converged custom profiles for 'CMS Productivity Aids'

2016-07-08 Thread Stanislawski, Shawn (National VM Capability)
The CMS Commands and Utilities Reference Appendix "Customizing Profiles for CMS Productivity Aids" lists 10 profiles (plus 4 just for FILELIST) that can be seen with the CMS command DEFAULTS and can be overridden with "DEFAULTS SET PROFILE newprof" (where "" is an EXEC Fn from t