XML handling in REXX or JCL

前端 未结 3 688
执念已碎
执念已碎 2021-01-29 10:03

In a PS file I have XML data as below:

For ex:

(


        
3条回答
  •  萌比男神i
    2021-01-29 10:30

    You should be clear on the fact that JCL is not, never has been and never will be a programming language. The acronym JCL stands for Job Control Language. You can use JCL to control execution of programs, but you cannot use it to manipulate data in any way. It was never designed to do that.

提交回复
热议问题