if you want to use template to apply some selective VMs but you need to use "OR" like expression, here is an example. example you want to apply template VM name (label) contains "2008r2", "2012r2" and "2016" Label [Condition] Regex [Value] .*2008r2.*|.*2012r2.*|.*2016.* &...
2 Comments - no search term matches found in comments.
Customizer (shortcut /PARMS) group $ AM ALERTS includes field Alert Exit Name. F1=Help shows the alert exit sample as being found at high-level-qualifier.MSSAMP( $ AMALEXT). However (for NetMaster r12.1) the alert exit sample can be found at high-level-qualifier ...
Accurately parsing Endevor CSV data can be challenging when some of the fields can contain free text like descriptions, comments etc. Using the CSV LIST OPTION DELIMITER '|' can help but to be more accurate you need to look for the delimiters AND the bounding quotes. The following two...
@This document shows examples of the use of ENBPIU00 (also known as the "Table Tool") - a multi-use Rexx program located in your CSIQCLS0 library. It is best to use version v.17 or greater for CSV methods. An updated version of the document is attached (2016 05 11)...
2 attachments
5 Comments - no search term matches found in comments.
Demonstrations and training materials for the CA Mobile API Gateway (MAG) Software Developer Kit (SDK) for Android. Supporting document "MAG Android SDK Code Samples.zip".
231151427.zip
This sample Rexx performs a copy from one file (SYSUT1) to an output file (SYSUT2) but allows substitution to take place - this example inserts the submitting user's job account information while submitting a job.
231150497.zip