Re: PROBLEM CREATING A DATE VARIABLE

2021-03-07 Thread Alan Mead
Something is screwed up. I cannot replicate your exact bug on Windows 7 using 1.4.0-gc3c044. I could try installing the version you have, but it is misbehaving and crashing for me. I am attaching test2.sav, which is a tiny dataset where I added the two variables you have and added some junk data.

Re: PROBLEM CREATING A DATE VARIABLE

2021-03-07 Thread Ricardo Mejias
ailto:ricardomej...@hotmail.com>; pspp-users@gnu.org<mailto:pspp-users@gnu.org> <mailto:pspp-users@gnu.org> Subject: Re: PROBLEM CREATING A DATE VARIABLE Sounds like PSPP or psppire is crashing, which shouldn't be happening. But I cannot replicate the issue. I opened a dataset in

Re: PROBLEM CREATING A DATE VARIABLE

2021-03-06 Thread Alan Mead
Sounds like PSPP or psppire is crashing, which shouldn't be happening. But I cannot replicate the issue. I opened a dataset in PSPP version GNU pspp 1.4.0-gc3c044 on Windows and I executed these lines: NUMERIC EndDate (F10). /*Worked up to here.  Crashes on the next line*/ COM

PROBLEM CREATING A DATE VARIABLE

2021-03-06 Thread Ricardo Mejias
The code below is applied to a file that already contains several variables, to which I want to add two more that I create (but it is too large to go through email and my attempts to select the first 100 records is not working either). When the code gets to COMPUTE EndDate = YRMODA(2021, 01, 31