Re: Is 00000000 a valid sequence number?

2008-03-15 Thread Kenneth E Tomiak
On Mon, 3 Mar 2008 10:01:25 -0600, Paul Gilmartin [EMAIL PROTECTED] wrote: But if I intend to write a sequence number validator, I'm concerned less with what the producers generate than with what the consumers (IEBUPDTE, ISPF, ISRSUPC, other?) accept. ISPF is both a generator and a consumer.

Re: Is 00000000 a valid sequence number?

2008-03-03 Thread Howard Brazee
On 2 Mar 2008 17:43:56 -0800, [EMAIL PROTECTED] (Shmuel Metz , Seymour J.) wrote: As far as the ISPF editor, the default is initial value 100 w/ increment 100; That's what you get when you use ISPF to create a member, but ISPF can also work with members created externally. Also, ISPF will allow

Re: Is 00000000 a valid sequence number?

2008-03-03 Thread Paul Gilmartin
On Sun, 2 Mar 2008 18:01:56 -0500, Shmuel Metz (Seymour J.) wrote: In [EMAIL PROTECTED], on 02/29/2008 at 03:15 PM, Steve Comstock said: As far as the ISPF editor, the default is initial value 100 w/ increment 100; That's what you get when you use ISPF to create a member, but ISPF can also

Re: Is 00000000 a valid sequence number?

2008-03-02 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 02/29/2008 at 03:15 PM, Steve Comstock [EMAIL PROTECTED] said: As far as the ISPF editor, the default is initial value 100 w/ increment 100; That's what you get when you use ISPF to create a member, but ISPF can also work with members created externally. Also, ISPF

Is 00000000 a valid sequence number?

2008-02-29 Thread Paul [EMAIL PROTECTED]
sequence number, or 0001? Is there an off-the-shelf sequence number checker I can use. IEBUPDTE seems determined to give me a hard time when I try: //STEP EXEC PGM=IEBUPDTE //SYSIN DD DUMMY //SYSUT2DD DUMMY It won't work with empty SYSIN. OK, that's kinda

Re: Is 00000000 a valid sequence number?

2008-02-29 Thread Steve Comstock
invalid, what's the mimimal valid sequence number, or 0001? As far as the ISPF editor, the default is initial value 100 w/ increment 100; as you insert lines, it will use smaller increments as necessary. I don't recall every seeing a way to change the initial and increment values