Date and Time wizar

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Date and Time wizar

Rajeshms
Hi all,

Query 1.

I have a date variable and I need to know how many missing dates are there
in that variable. I tried to do but was not succeeded.But I can do it from
other way using compute option. Is there any way directly to see the missing
dates.

Query 2.

I am facing some unusual problems which is uncertain(I mean sometimes it
gives problem n sometimes not). This problem is when creating a new custom
dialog box,that is creatin new menu item,after creatin also the menu is not
visible in the data editor.and also some prob in making menu items.

lots of more queries.wil keep on sending

thanks a lot for all of u.


regards,

Rajesh M S

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: Date and Time wizar

Bruce Weaver
Administrator
Re Query 1, you could do something like:

compute DateMissing = missing(DateVar).
formats DateMissing(f1).
value labels DateMissing 1 'Missing' 0 'Not missing'.
frequencies DateMissing.

I can't help you with Query 2.


Rajesh M S wrote
Hi all,

Query 1.

I have a date variable and I need to know how many missing dates are there
in that variable. I tried to do but was not succeeded.But I can do it from
other way using compute option. Is there any way directly to see the missing
dates.

Query 2.

I am facing some unusual problems which is uncertain(I mean sometimes it
gives problem n sometimes not). This problem is when creating a new custom
dialog box,that is creatin new menu item,after creatin also the menu is not
visible in the data editor.and also some prob in making menu items.

lots of more queries.wil keep on sending

thanks a lot for all of u.


regards,

Rajesh M S

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
--
Bruce Weaver
bweaver@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

PLEASE NOTE THE FOLLOWING: 
1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above.
2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/).