IIRC, IBM ships the AFP Reblocking Program (AFRREBLK) with PSF; it is described in the PSF books. You upload the AFP page segment file in binary; because the data is binary VB, you need to reformat the records. That's what AFRREBLK does.
Bill On Mon, 2 Oct 2006 08:56:41 +0000, FRANKO DSOUZA <[EMAIL PROTECTED]> wrote: >HI GIBNEY, >COULD U PLS SEND ME THE PROGRAM TO REBLOCK/RERECORD THE FORMAT PSEG ? >THANKS A LOT AND APPRECIATE U R HELP > >FRANCO > > > >>From: "Gibney, Dave" <[EMAIL PROTECTED]> >>Reply-To: IBM Mainframe Discussion List <[email protected]> >>To: [email protected] >>Subject: Re: storing image in sys1.pseglib >>Date: Sun, 28 May 2006 19:23:28 -0700 >> >> Haven't done it in awhile, I needed (or maybe just did) to write a >>quick program to read the "datastream" after FTPing up in binary to >>reblock/reRecord the format PSEG's needed. Wasn't hard, it's in Natural, >>so it's not likely to help most folks, but I'll dig it up and send if >>you ask. >> >> > -----Original Message----- >> > From: IBM Mainframe Discussion List >> > [mailto:[EMAIL PROTECTED] On Behalf Of Ed Finnell >> > Sent: Sunday, May 28, 2006 11:00 AM >> > To: [email protected] >> > Subject: Re: storing image in sys1.pseglib >> > >> > >> > In a message dated 5/27/2006 11:44:56 P.M. Central Standard >> > Time, [EMAIL PROTECTED] writes: >> > >> > some text and graphics to be printed on our ibm infoprint >> > 3000 printer. my question is in what format should i upload >> > it to the mainframe and then which programme should i use to >> > store it in the 'sys1.pseglib'. when i try to store the >> > object i get the msg : adm3382 imagalt is full. any help pls >> > >> > >> > >> > >> > >> >> > Guess what I do is allocate a userlib PDS with same DCB as >> > SYS1.PSEGLIB. >> > Using Hummingbird upload with a profile of BIN,V and LF(this >> > may be level dependent). From there create an OVERLAY to call >> > the image. Think it's SAMPLIB ddname that OGL prints. Need an >> > OUTPUT dd for SAMPLIB that points to the USERLIB to pull in >> > the new PSEG. It it's OK then just ISPF 3.3 to copy it from >> > userlib to PSEGLIB. >> > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

