IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

processing a XML file in PL/1


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
grvtomar

New User


Joined: 29 Apr 2015
Posts: 7
Location: Sri Lanka

PostPosted: Fri Jun 09, 2017 1:07 pm
Reply with quote

Hello everybody,

I want to process a xml file in PL1 without using any extenal parser.
Steps, which I want to process.

1. Read a xml file. save the data into local variables.
2. Process the data(fatching/update database)
3. rewrite a xml file.

Can anybody please help me to understand this ?

Thanks,
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Fri Jun 09, 2017 1:55 pm
Reply with quote

grvtomar wrote:
I want to process a xml file in PL1 without using any extenal parser.

You either use the PL/I built-in parser, or the standard z/OS system XML parser, although it may already be used internally by the PL/I builtin parsers.

Any other approach would totally and completely insane!

grvtomar wrote:
Steps, which I want to process.

1. Read a xml file. save the data into local variables.

And how do you plan to handle the 42 zillion different local variables that you need, or handle data that flows from one record of the input file into the next, or next 42?

grvtomar wrote:
2. Process the data(fatching/update database)

Even this line in this post makes no sense, what the flipping 'ell is "fatching"????

grvtomar wrote:
3. rewrite a xml file.

Sure, and given that you're a beginner according to your profile, this will be easy.
Back to top
View user's profile Send private message
grvtomar

New User


Joined: 29 Apr 2015
Posts: 7
Location: Sri Lanka

PostPosted: Fri Jun 09, 2017 2:25 pm
Reply with quote

hello Prino,

Thanks for your quick reply.
Yes, I am a beginner !

1.
You either use the PL/I built-in parser, or the standard z/OS system XML parser, although it may already be used internally by the PL/I builtin parsers.

Any other approach would totally and completely insane!

me:- I will use builtin parser ! thanks icon_smile.gif

2. And how do you plan to handle the 42 zillion different local variables that you need, or handle data that flows from one record of the input file into the next, or next 42?

me:- records are not more than 30. its a packet of 30 datasets for a single customer. and these 30 variables can be reuse for each customer. I am planning to read for only a customer and process it and again for another customer. your suggestion would be appreciated icon_smile.gif

3. Sure, and given that you're a beginner according to your profile, this will be easy.

me:- your suggestion on this aswell please.


Thanks,
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top