First attempt was rejected by ListServer as being commands rather than a posting. Suggestion to add quotes and maybe this text to get thru the postingpolice.
Barry -----Original Message----- From: Barry Merrill [mailto:[email protected]] Sent: Wednesday, June 12, 2013 3:26 AM To: 'IBM Mainframe Discussion List' Subject: RE: S002 abends on VBS SMF TAPES " // EXEC SAS //INPUT DD DSN=INPUT,DISP=SHR,RECFM=VBS,LRECL=32760,BLKSIZE=32760 //OUTPUT DD DSN=OUTPUT,DISP=(,CATLG),UNIT=SYSDA,SPACE=(CYL,(50,50)), // RECFM=VBS,LRECL=32760,BLKSIZE=32760 //SYSIN DD * DATA _NULL_; INFILE INPUT; FILE OUTPUT; INPUT; PUT _INFILE_; " I can't guarantee that ALL types of broken VBS segments are corrected "on the fly", since I've not see a broken VBS segment in SEVERAL DECADES. Barry -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Ed Gould Sent: Wednesday, June 12, 2013 12:29 AM To: [email protected] Subject: S002 abends on VBS SMF TAPES I read Dr Merrills entry that SAS has been able to fix S002 Issues since 1972(ish). Can someone share the (presumably short) SAS code to do so, please? A friend really had a tough time writing the assembler code to do so and will be crestfallen that SAS has been able to do so (for so long). I think he wrote the code in the late 1970's. Thanks, Ed ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
