After reading this thread to its current completion, I am siding with "Change Label In Place" regardless of its original meaning. This is in keeping with the tradition of IBM acronyms having multiple meanings or two things having the same meaning. :-)
SMS is an example of an acronym (System Managed Storage and Storage Managed Subsystem) Expanded and/or Extended Storage is an example of the latter Feel free to contribute to this list...or delete this email and get back to work (probably a better idea!) <grin> Bob -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Jim Mulder Sent: Friday, May 18, 2018 6:34 PM To: [email protected] Subject: Re: CLIP? I don't see that term in the IEHDASDR documentation found here: www.bitsavers.org/pdf/ibm/360/.../GC28-6586-15_OS_Utilities_Rel_21.7_Apr73.pdf I would guess Change Label In Place Found an old proc on one of our systems: BROWSE SYS1.PROCLIB(CLIP) - 01.11 Command ===> ********************************* Top of Data *************** //CLIP PROC BIN=UNKNOWN //* S CLIP,BIN=BBBBBB //************************************************************* //* THIS PROC IS NO LONGER USEFUL ON THE XA SYSTEM! //* USE THE DSF PROCS INSTEAD! D24RBH1 06-03-84 //************************************************************* //CLIPSCAN EXEC PGM=SCAN, // PARM=(':SYSIN :AEOF :LIT¬&BIN¬ 721 ') //STEPLIB DD DSN=SYS1.MAINT.LOAD,DISP=SHR //SYSPRINT DD DUMMY //IN DD DUMMY //SYSIN DD DSN=SYS1.PROCLIB(CLIPY),DISP=SHR //OUT DD DSN=&&CLCTL,DISP=(NEW,PASS), // UNIT=SYSDA,SPACE=(TRK,(1,1)),DCB=(LRECL=80,BLKSIZE=80,RECFM=F) //STEP1 EXEC PGM=CLIPWTOR,COND=(16,LT,CLIPSCAN) //SYSPRINT DD SYSOUT=W //SYSABEND DD SYSOUT=* //STMTS DD DSN=&&CLCTL,DISP=(OLD,PASS) //STEP2 EXEC PGM=IEHDASDR,COND=(16,LT,CLIPSCAN) //* SYSPRINT DD SYSOUT=W //SYSPRINT DD DSN=&&CLOUT,DISP=(NEW,PASS), // UNIT=SYSDA,SPACE=(TRK,(1,1)),DCB=(LRECL=121,BLKSIZE=121,RECFM=F) //SYSABEND DD SYSOUT=W //SYSIN DD DSN=&&CLCTL,DISP=(OLD,PASS),UNIT=SYSDA //LOG1 EXEC PGM=USERLOG,COND=((0,EQ,STEP2),EVEN), // PARM='+CLIP UNSUCCESSFUL, BIN# = &BIN' //STEPLIB DD DSN=SYS1.MAINT.LOAD,DISP=SHR //ERR DD DSN=&&CLOUT,DISP=(OLD,PASS) //LOG DD DSN=SYS1.PAKDUMP.LOG,DISP=SHR //SYSIN DD DSN=&&CLCTL,DISP=(OLD,PASS),UNIT=SYSDA //LOG2 EXEC PGM=USERLOG,COND=((0,LT,STEP2),(16,LT,CLIPSCAN)), // PARM='+CLIP SUCCESSFUL, BIN# = &BIN' //STEPLIB DD DSN=SYS1.MAINT.LOAD,DISP=SHR //LOG DD DSN=SYS1.PAKDUMP.LOG,DISP=SHR //SYSIN DD DSN=&&CLCTL,DISP=(OLD,PASS),UNIT=SYSDA l Jim Mulder z/OS Diagnosis, Design, Development, Test IBM Corp. Poughkeepsie NY IBM Mainframe Discussion List <[email protected]> wrote on 05/18/2018 06:16:41 PM: > From: "Nims,Alva John (Al)" <[email protected]> > To: [email protected] > Date: 05/18/2018 06:29 PM > Subject: Re: CLIP? > Sent by: IBM Mainframe Discussion List <[email protected]> > > Took me a moment to remember what CLIP was, but I do not know if it > stood for anything. > Maybe: "Change Label in Perpetuity?" :) [It's Friday, lighten up!] > > Al Nims > Systems Admin/Programmer III > UF Information Technology > East Campus > P.O. Box 112050 > Gainesville, FL. 32611 > (e) [email protected] > (p) (352) 273-1298 > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected] > ] On Behalf Of Jesse 1 Robinson > Sent: Friday, May 18, 2018 6:09 PM > To: [email protected] > Subject: CLIP? > > I used the term CLIP (reformat label) today with a colleague who > clearly did not understand. Isn't it an acronym? I can't find any hits. > > . > . > J.O.Skip Robinson > Southern California Edison Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 323-715-0595 Mobile > 626-543-6132 Office <===== NEW > [email protected]<mailto:[email protected]> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
