script-to-cmdline.py

What this script is for:
Converting a job of type SCRIPT to job in a type CMD.

What the script does:
The script process all jobs, and for each, it take the content of  MEMLIB MEMNAME and 
all %%PARMnn variables and place them in a new CMDLINE field. If longer than 512, it 
will not take place on this job.

If -s parameter will be specified, only jobs with MEMNAME with the specified suffix
will be processed.


Script usage:

Invoke the script by: 
      script-to-cmdline.py -i <inputfile> -o <outputfile> [-s <file-suffix>] [-c <comparefile>]
