Endevor

 View Only
  • 1.  Who is using the &C1WRAP symbolic?

    Posted May 21, 2015 02:52 PM

    I have just read an update to the processor guide manual and it mentions &C1WRAP which is a new symbolic on me.

     

    it isn't documented elsewhere either, so I just want to check with you all.

     

    Stuart



  • 2.  Re: Who is using the &C1WRAP symbolic?

    Posted May 21, 2015 05:54 PM

    Stuart

    We had to use this option for USS long named elements. It was failing INVALID COMMAND It allows the name to wrap to the next line

    We have it specified in our HFS processor

     

     

    S        FILE     &C1ELMNT255..  

    STEP ENUSS1 INVOKING PROGRAM ENUSSUTL                                      

    COPY INDD  'INPUT' OUTDD 'OUTPUT' .                                      

     

      S    FILE whosaysihavetoworkandIwanttostopthismadness.pleasestopit.txt.

     

    BSTPPARS: E004 INVALID COMMAND WORDING, FOUND: <END OF LINE>               

    ENUSSUTL: E001 INVALID COMMAND SYNTAX RECEIVED.                            

    STEP ENUSS1 PROGRAM ENUSSUTL COMPLETED, RC=0012                            

       

    Added the C1WRAP set to Y in the processor

     

    STEP ENUSS1 INVOKING PROGRAM ENUSSUTL                                 

    COPY INDD  'INPUT' OUTDD 'OUTPUT' .                                 

    S        FILE

    whosaysihavetoworkandIwanttostopthismadness.pleasestopit.txt.         

     

    ENUSSUTL Initiating COPY for Group #0001 from                         

        Path: /products_shared/dvppl/base/PROD/PL/HFS/                     

         

     

    //GHFS   PROC  C1WRAP='Y',       Wrap long names to multiple lines