HP3000-L Archives

August 2006, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Stefan Thibeault <[log in to unmask]>
Reply To:
Stefan Thibeault <[log in to unmask]>
Date:
Tue, 1 Aug 2006 17:45:55 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (61 lines)
Hello,

I have a manual master dataset(Turbo Image) that needs to have the size
of a field expanded and here
is how the dataset presently looks:

SET NAME:
   STYLE,MANUAL

      ITEMS:
         STYLE-ID,                 X10           <<KEY ITEM>>
         STYLE-NAME,           X10
         STYLE-FRONT-BTN,  X12
         STY-SHOULD-PAD,   X2
         STYLE-LAPEL,           X6
         FILLER4,                   X4
         STYLE-LOWER-PKT,  X10
         STYLE-VENT,             X6
         STYLE-SLEEVE-BTN,   X6


The STYLE-NAME field needs to be increased in size by 4 and I want to
use the space from FILLLER4 by deleting it 
and then increasing the STYLE-NAME fleld by 4. So in adager I would:

Delete FILLER4
Increase STYLE-NAME from 10 to 14

My dataset will then look like:

SET NAME:
   STYLE,MANUAL

      ITEMS:
         STYLE-ID,                 X10           <<KEY ITEM>>
         STYLE-NAME,           X14
         STYLE-FRONT-BTN,  X12
         STY-SHOULD-PAD,   X2
         STYLE-LAPEL,           X6
         STYLE-LOWER-PKT,  X10
         STYLE-VENT,             X6
         STYLE-SLEEVE-BTN,   X6


Will this procedure affect the data that is currently stored in the 
STYLE-NAME, STYLE-FRONT-BTN, STY-SHOULD-PAD and STYLE-LAPEL fields?

I know that I will have to recompile all the programs that use the 
STYLE-NAME, STYLE-FRONT-BTN, STY-SHOULD-PAD and STYLE-LAPEL fields,
but what about programs that ONLY use the last 3 fields in the dataset

(STYLE-LOWER-PKT, STYLE-VENT, STYLE-SLEEVE-BTN) ? Can they be left
alone
as is without a recompile?

Thanks,
Stefan

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2