Difference between revisions of "I2Rest PCML syntax"

From i2Rest
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:I2Rest PCML syntax}} Two more attributes in [Https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_74/rzahh/pcmldttg.htm PCML data tag]. Generaly both attri...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:I2Rest PCML syntax}}
 
{{DISPLAYTITLE:I2Rest PCML syntax}}
  
Two more attributes in [Https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_74/rzahh/pcmldttg.htm PCML data tag]. Generaly both attributes was added in order to improve response processing on server side.
+
Two more attributes in [Https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_74/rzahh/pcmldttg.htm PCML data tag]. Generaly both attributes was added in order to improve response processing on server side.<br>
 
trimarray - specifies the path to programm, that should handle array been passed in current data tag.
 
trimarray - specifies the path to programm, that should handle array been passed in current data tag.
<data name="CCY"    type="char"  length="3" trimarray="/qsys.lib/%libl%.lib/jpcmlt_bl.pgm"/>
+
<code> <data name="CCY"    type="char"  length="3" trimarray="/qsys.lib/%libl%.lib/jpcmlt_bl.pgm"/> </code>
  
 
assert - specifies the path to programm, that should handle some way data passed in current tag. As example  
 
assert - specifies the path to programm, that should handle some way data passed in current tag. As example  
<data name="ERMSG"      type="struct" usage="output"      struct="KSM" assert="/qsys.lib/%libl%.lib/jpcmla_eq.pgm" exclude="true"/>
+
<code> <data name="ERMSG"      type="struct" usage="output"      struct="KSM" assert="/qsys.lib/%libl%.lib/jpcmla_eq.pgm" exclude="true"/> </code>
  
 
jpcmla_eq.pgm
 
jpcmla_eq.pgm

Revision as of 16:19, 8 May 2020


Two more attributes in PCML data tag. Generaly both attributes was added in order to improve response processing on server side.
trimarray - specifies the path to programm, that should handle array been passed in current data tag.

assert - specifies the path to programm, that should handle some way data passed in current tag. As example

jpcmla_eq.pgm