Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test and document io='omit' #75

Open
alanseiden opened this issue May 10, 2016 · 1 comment
Open

Test and document io='omit' #75

alanseiden opened this issue May 10, 2016 · 1 comment
Milestone

Comments

@alanseiden
Copy link
Collaborator

Test and document io='omit' (supported by XMLSERVICE)

@alanseiden alanseiden added this to the 1.8 milestone Jul 13, 2016
@alanseiden
Copy link
Collaborator Author

alanseiden commented Sep 10, 2021

To research 'omit' in XMLSERVICE: https://github.com/IBM/xmlservice/search?q=omit

and from XMLSERVICE changelog: http://yips.idevcloud.com/wiki/index.php/XMLService/XMLSERVICEChangeLog

- 1.2.3 (stable)

IBM i XMLSERVICE:
- ga1 version + all current bug fixes

New functions IBM i XMLERVICE
- ... overlay from previous
- add type='4096h' added type 'hole' for zeros on input, ignored on output
  used to skip "chunks" of complex structure or to overlay data that
  varies by context of the call
- add parm in='omit' added to parm='in|out|both|omit' for OPTIONS(*OMIT)
  P zzomit B export
  D zzomit PI 50A varying
  D myName 10A options(*OMIT) <---- a parameter optionally omitted (*NULL if omitted) 
  D yourName 10A

Internal RPG: 
  - minor release not significantly different 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant