@Deprecated
private void initSeqNo() {
String location = "initSeqNo";
DuccId jobid = null;
PropertiesFileManager pfm = (PropertiesFileManager) propertiesFileManager;
if(!pfm.containsKey(constSeqNo)) {
int biggest = -1;
try {
int seqno = Integer.valueOf(pfm.get(constJobSeqNo,"-1"));
if(seqno > biggest) {
biggest = seqno;