#!/bin/bash
# ************************************************************
# *
# * Name: INS0110
# *
# * Desc: Modify the Stage1 Output to serve our needs
# *
# ************************************************************
PATH=../hercules:${PATH}
THISDIR=`pwd`
cd ..
GENDIR=`pwd`
cd ${THISDIR}

sed -f ../conf/stage1.sed ../jcl/stage2.pch >../jcl/sg0180
