I am parsing some Z/OS JCL and need some help splitting things apart.

 

Take this sample line:

 

CLASS=P,MSGLEVEL=(1,1),MSGCLASS=X

 

I'd like to end withL

CLASS=P,

MSGLEVEL=(1,1),

MSGCLASS=X

 

I'm good with the SPLIT AFTER /,/ though it messes up the MSGLEVEL
stuff.

 

Any suggestions?

 

____________________

Jim Hughes

603-271-5586

"It is fun to do the impossible."

 

Reply via email to