Photographic Quality Data

 /****************************************************************/
 /*          S A S   S A M P L E   L I B R A R Y                 */
 /*                                                              */
 /*    NAME: ISHPHOTO                                            */
 /*   TITLE: Photographic Quality Data                           */
 /* PRODUCT: QC                                                  */
 /*  SYSTEM: ALL                                                 */
 /*    KEYS: Ishikawa Diagrams,                                  */
 /*   PROCS: ISHIKAWA                                            */
 /*    DATA:                                                     */
 /*                                                              */
 /*     REF: SAS/QC Software:  Usage and Reference, Version 6,   */
 /*          First Edition, Volume 1 and Volume 2                */
 /*                                                              */
 /*    MISC: Input data set for the new Ishikawa procedure.      */
 /*                                                              */
 /****************************************************************/

data ishphoto;
   length _text1_ _text2_ $ 40;
   input  _level_ _text1_ && _text2_ &&;
   cards;
   0   Photographic              Quality
   1   Exposing the              Negative
   2   Photographer              .
   3   Steadiness                .
   3   Artistic                  composition
   3   Experience                .
   2   Camera                    .
   3   Age                       .
   3   Mechanical                order
   3   Shutter                   speed
   3   FSTOP                     .
   3   Available                 light
   3   Lens                      .
   2   Lens                      .
   3   Focus                     .
   3   Speed                     .
   3   Grain                     .
   3   Scratches                 .
   3   Dust                      .
   2   Film                      .
   3   Temperature               .
   3   Speed                     .
   3   Quality                   .
   3   Grain                     .
   3   Unexposed                 film
   3   Age                       .
   1   Exposing the Print        .
   2   Exposed                   negative
   3   Dust                      .
   3   Scratches                 .
   3   Proper                    development
   2   Enlarger                  .
   3   Lens                      quality
   3   Exposure                  time
   3   Focus                     .
   3   Dust                      .
   3   Compose/scale             image
   3   Apperture                 .
   2   Environment               .
   3   Ambient                   light
   3   Dust                      .
   2   Paper                     .
   3   Unexposed                 .
   3   Chemical                  composition
   3   Age                       .
   3   Grain                     .
   3   Finish                    .
   3   Blemishes                 .
   1   Developing the Negative   .
   2   Environment               .
   3   Light                     .
   3   Dust                      .
   3   Temperature               20C
   2   Developing                agent
   3   Strength                  .
   3   Time                      (varies)
   3   Agitation                 .
   3   Temperature               20C
   3   Impurities                .
   2   Stop                      bath
   3   Agitation                 .
   3   Time                      .
   3   Strength                  .
   3   Impurities                .
   3   Temperature               20C
   2   Fixing                    agent
   3   Agitation                 .
   3   Time                      .
   3   Strength                  .
   3   Impurities                .
   3   Temperature               20C
   2   Clearing                  agent
   3   Time                      (varies)
   3   Agitation                 .
   3   Strength                  .
   3   Impurities                .
   3   Temperature               20C
   2   Wetting                   agent
   3   Agitation                 .
   3   Time                      .
   3   Strength                  .
   3   Impurities                .
   3   Temperature               20C
   1   Developing the            Print
   2   Environment               .
   3   Dust                      .
   3   Light                     .
   3   Temperature               20C
   2   Developing                agent
   3   Agitation                 .
   3   Temperature               20C
   3   Time                      .
   3   Impurities                .
   3   Strength                  .
   2   Stop                      bath
   3   Agitation                 .
   3   Time                      .
   3   Strength                  .
   3   Impurities                .
   3   Temperature               20C
   2   Fixing                    agent
   3   Temperature               20C
   3   Time                      2-10m
   3   Strength                  .
   3   Agitation                 .
   3   Impurities                .
   2   Rinsing                   agent
   3   Agitation                 .
   3   Time                      .
   3   Strength                  .
   3   Impurities                .
   3   Temperature               20C
   2   Testing                   .
   3   Contact                   sheet
   3   Test                      strips
   2   Drying                    .
   3   Dryer                     temperature
   3   Squeegee                  .
   3   Paper Content             .
   3   Air flow                  .
   ;