eileen1017
MIS
I have a file. The file content looks something like this:
Solution: 112329
SITUATION IDENTIFIED IN:
"Print Order Documents" (tisfc0408m000)
SITUATION DESCRIPTION:
After solution 143000 on the 2nd form, all fields are empty when starting the session. That is not correct. The fields should be
filled with the values of the related parameters for all situations.
SOLUTION DESCRIPTION:
Script changed. Function re-introduced to fill the fields with the parameters.
Solution: 117204
SITUATION IDENTIFIED IN:
"All Archiving sessions"
SITUATION DESCRIPTION:
The archiving functionality assumes that table field names of text fields have a maximum length of 13 characters. This is not
true for customizations/localizations e.g.. This causes that these fields are not archived correctly.
SOLUTION DESCRIPTION:
Now the length of the field name of text fields is set to 15 characters, based on the maximum length of fields in the
Software Coding Standards.
What I need to do is to write a perl script that will read this file content and when it reads the solution number, it will save the content following the solution number until it finds the next solution number to a new file under solution_number.dat Is there a way to achieve this? I am pretty new to perl programming. Thanks.
Solution: 112329
SITUATION IDENTIFIED IN:
"Print Order Documents" (tisfc0408m000)
SITUATION DESCRIPTION:
After solution 143000 on the 2nd form, all fields are empty when starting the session. That is not correct. The fields should be
filled with the values of the related parameters for all situations.
SOLUTION DESCRIPTION:
Script changed. Function re-introduced to fill the fields with the parameters.
Solution: 117204
SITUATION IDENTIFIED IN:
"All Archiving sessions"
SITUATION DESCRIPTION:
The archiving functionality assumes that table field names of text fields have a maximum length of 13 characters. This is not
true for customizations/localizations e.g.. This causes that these fields are not archived correctly.
SOLUTION DESCRIPTION:
Now the length of the field name of text fields is set to 15 characters, based on the maximum length of fields in the
Software Coding Standards.
What I need to do is to write a perl script that will read this file content and when it reads the solution number, it will save the content following the solution number until it finds the next solution number to a new file under solution_number.dat Is there a way to achieve this? I am pretty new to perl programming. Thanks.