How to output arp datastream

2015-09-04 Thread Tommy Tsui
Hi all, Is there any way I can output the afp data stream to a qsam file format?and transmit the dataset to other platform! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: How to output afp datastream (was How to output arp datastream)

2015-09-04 Thread Chris Hoelscher
Unfortunately, many of us are intently interested in the aarp datastream ... oh wait Chris hoelscher Technology Architect Database Infrastructure Services Technology Solution Services 123 East Main Street Louisville, KY 40202 choelsc...@humana.com Humana.com (502) 714-8615 (502) 476-2538 with

Re: How to output afp datastream (was How to output arp datastream)

2015-09-04 Thread Lizette Koehler
Where is it coming from? Batch job, server, etc... Where do you think you can trap it from? At JES, at a printer, etc... What problem are you trying to solve? What is the other platform? *IX, Windows, etc... What will you do with it on the other platform? Lizette > -Original Message-

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-04 Thread John McKown
On Fri, Sep 4, 2015 at 9:10 AM, David Griffiths1 < david_griffit...@uk.ibm.com> wrote: > Which is why you have a need for IPCS Magicians! Much more intuitive to > just click a link in a web browser, use the forward and backward buttons, > open in a new tab, save a bookmark, share the URL with a

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-04 Thread David Griffiths1
Which is why you have a need for IPCS Magicians! Much more intuitive to just click a link in a web browser, use the forward and backward buttons, open in a new tab, save a bookmark, share the URL with a colleague etc. Plus when you're displaying register contents or stack traces, the addresses

AW: Re: How to output afp datastream (was How to output arp datastream)

2015-09-04 Thread Peter Hunkeler
> Is there any way I can output the afp data stream to a qsam file format?and > transmit the dataset to other platform! Not sure what your problem is, and what you consider a "QSAM file format". An AFP datastream, when created on z/OS is nothing more than a sequence of variable length

Re: Submit job without messages

2015-09-04 Thread Bob Rutledge
I believe RDINUM left us at the same time that internal reader processing left the JES2 address space and moved to the address space of the requester. Bob On 8/29/2015 7:48 PM, J O Skip Robinson wrote: Indeed this is not an unlimited resource, but it's controllable. The limit is specified in

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-04 Thread Paul Gilmartin
On Fri, 4 Sep 2015 15:10:09 +0100, David Griffiths1 wrote: > >But I can't talk really - I'm practically the only person left here who >still edits using vi :) > Vim, however, has a lot of nice features. Imagine using ISPF to edit a file such as this containing Roman, Español, français, Ελληνική,

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-04 Thread Shmuel Metz (Seymour J.)
In <2335242147549170.wa.ibmmaintpg.com...@listserv.ua.edu>, on 09/03/2015 at 06:37 PM, Shane Ginnane said: >Jerry Ng If he's still giving Systems Diagnostic Approach, it's a must session. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: How to output afp datastream (was How to output arp datastream)

2015-09-04 Thread Ed Finnell
To output to DSN just specify it on SYSOUT DD. It will be VB with large LRECL BLKSIZE. Then transfer as binary. XMITIP at _www.ldsoftware.com_ (http://www.ldsoftware.com) is useful for these type endeavors. 'bout the only problem is DOS/VSE where you have to reblock to get card images.

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-04 Thread Tom Marchant
On Thu, 3 Sep 2015 16:13:24 -0400, Shmuel Metz wrote: >In >, >on 09/03/2015 > at 01:36 PM, David Griffiths1 said: > >>where you could >>just click on an address and it would take you there. >

Re: Submit job without messages

2015-09-04 Thread Paul Gilmartin
On Fri, 4 Sep 2015 15:43:20 +, J O Skip Robinson wrote: >Wow. I was bowled over by the 'left us' comment. We still specify it even in >z/OS 2.1, but it seems indeed to have disappeared from the doc. Was that in >1.7 with the JES2 redesign? If there is no longer a defined limit, why would

Re: Submit job without messages

2015-09-04 Thread J O Skip Robinson
Wow. I was bowled over by the 'left us' comment. We still specify it even in z/OS 2.1, but it seems indeed to have disappeared from the doc. Was that in 1.7 with the JES2 redesign? If there is no longer a defined limit, why would anyone still have a system-wide problem? . . . J.O.Skip Robinson

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-04 Thread David Griffiths1
IBM Mainframe Discussion List wrote on 04/09/2015 15:50:48: > From: John McKown > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 04/09/2015 15:50 > Subject: Re: IPCS Magicians (was: Smaller Private Area in DR) > Sent by: IBM Mainframe Discussion

Re: cobol sequential write problem

2015-09-04 Thread Sri h Kolusu
LE runtime parm CBLQDA is the answer. If you have CBLQDA(ON), the output file is dynamically allocated. You can check the run options like this //STEP0100 EXEC PGM=COBPGM,PARM='/RPTOPTS(ON),MSGFILE(CEEDOPT)' //CEEDOPT DD SYSOUT=* Thanks, Kolusu IBM Mainframe Discussion List

Re: cobol sequential write problem

2015-09-04 Thread Vince Coen
Noticed two thing but not sure how important: 1. You are opening two file but only one is present in the program but should have produced an error!. 2. Moving spaces to 01 record and depending on your settings JCL wise it "might" be treated as blank / non-record and not write out. Try it

cobol sequential write problem

2015-09-04 Thread Rick Stetser
I haven't found a COBOL listserv so I'm posting this here. I have Enterprise COBOL for z/OS 4.2.0. I wrote a simple program to open a sequential output file, write a record to it, and then close the file. The program compiles cleanly and when I run it I allocate the output dataset in the

Re: cobol sequential write problem

2015-09-04 Thread Bill Ashton
I don't know if this was intentional, but your SELECT statement uses DDname DMGPFILE, not DPGMFILE as I would expect from all the other DPGM references. Billy On Fri, Sep 4, 2015 at 2:06 PM, Rick Stetser < 001012027c5e-dmarc-requ...@listserv.ua.edu> wrote: > I haven't found a COBOL listserv

Re: cobol sequential write problem

2015-09-04 Thread John McKown
OK, just for fun I also did the following: 1) copy the object file from UNIX to LI.OBJ(TEST2) In TSO, ran the program by doing (ISPF option 6) alloc ddn(dmgpfile) dsn('fb80.junk) new catalog lrecl(80) recfm(f) space(1) tracks loadgo li.obj(test2) lib('cee.sceelked') output: IEW2278I B352

Re: cobol sequential write problem

2015-09-04 Thread Rick Stetser
Now that the problem has been fixed it brings up another question however. If the external name didn't match the DD statement in the jobs JCL why wouldn't I get an open error? -- For IBM-MAIN subscribe / signoff / archive

Re: cobol sequential write problem

2015-09-04 Thread Rick Stetser
AARRRGGHHH! See I knew it was something simple. Billy had the answer! Thank you very much! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Re: Submit job without messages

2015-09-04 Thread Bob Rutledge
Yes, 1.7, the same one that caused me to redo several JES2 exits. I think we both heard about that at the same Share session. I can't imagine a system-wide limitation; I'd think address space limitations would be either DYNAMNBR or TIOT size. Bob On 9/4/2015 11:43 AM, J O Skip Robinson

Re: Submit job without messages

2015-09-04 Thread J O Skip Robinson
The point of my question is that I understood OP to have had a problem that affected other users. Which is I why chased the wild goose into INTRDR specification. But it seems that this should no longer be a problem. . . . J.O.Skip Robinson Southern California Edison Company Electric Dragon

Re: cobol sequential write problem

2015-09-04 Thread Jim Ladouceur
Check your CBLQDA setting in LE. If it is set to on, LE will create a temp file and delete it at end of step. The current 2.1 default is OFF, but I believe the default used to be ON. Jim LaDouceur | Principal Systems Engineer || office: 508-598-4066 | jim.ladouc...@infor.com -Original

Re: cobol sequential write problem

2015-09-04 Thread John McKown
FWIW, on z/OS 1.12, using COBOL 3.4.1, your program compiles and runs just fine. OK, I do things strangely. What I really did was use "vi" to create your program (cut from the email) in a UNIX shell. I then edited it in ISPF to put in all the extra junk the compiler wants. I did a "cob2 -o test2

Re: How to output afp datastream (was How to output arp datastream)

2015-09-04 Thread Ed Finnell
Rudimentary JCL. Not very secure. Examples of the OUTPUT parameter z/OS MVS JCL Reference SA23-1385-00 Example 2 //J6 JOB,'SUE THACKER' //OUTA OUTPUT DEST=HQ //STEP1 EXEC PGM=RDR //OUTB OUTPUT CONTROL=DOUBLE //DS1DD SYSOUT=A,OUTPUT=(*.OUTA,*.OUTB) //STEP2

Re: How to output afp datastream (was How to output arp datastream)

2015-09-04 Thread Lizette Koehler
Could you setup an NJE connection to the vendor and just directly transmit the output to their printing system? Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Tommy Tsui > Sent: Friday, September 04, 2015 4:12 PM >

Re: Submit job without messages

2015-09-04 Thread Paul Gilmartin
On Fri, 4 Sep 2015 00:15:07 -0500, Tim Hare wrote: >Yes - exactly - we had a talk with the hogsters, but that after-the-fact >action really doesn't calm down managers who are freaking out because work >can't be submitted while it's happening. We ended up, I think, ensuring that >the maximum