Question

How do you create a current SPSS date/time stamp in your output? I can enter all...

How do you create a current SPSS date/time stamp in your output? I can enter all the information I need for running the program, but the requirements are a current SPSS DATE/TIME stamp must be in the document when you output it into a word document

Homework Answers

Answer #1

There is a way you can do this for any output from SPSS. Use the INCLUDE command to load the macro. Anytime you need the date and time, just enter the macro called DSPDATIM in your syntax file. Doing so will put the date and time just before the output from your next procedure.

Here is an example -

DEFINE DSPDATIM () .

PRESERVE .

SET PRINTBACK OFF/MPRINT OFF .

DO IF ($CASENUM = 1) .

PRINT / 'THE DATE AND TIME IS ', $TIME (DATETIME) .

END IF .

RESTORE .

!ENDDEFINE .

DSPDATIM .

EXE .

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
CAN SOMEONE please use SPSS and do STEP by STEP??? An investigator predicts that individuals that...
CAN SOMEONE please use SPSS and do STEP by STEP??? An investigator predicts that individuals that fit the Type A Behavior Pattern (highly competitive and time conscious) will have higher scores on a questionnaire measure of need for achievement than individuals that fit the Type B Behavior pattern (absence of Type qualities). The investigator collects need for achievement scores from 10 Type A subjects and 10 Type B subjects. Higher scores reflect greater levels of need for achievement. 1.Write the...
Create a hypothetical scenario where you need to use a one-way ANOVA to test your hypothesis....
Create a hypothetical scenario where you need to use a one-way ANOVA to test your hypothesis. In a Word document or PDF answer the questions below. Label your submission clearly so it's easy to figure out which sections you're answering. 1. In a couple sentences, describe the study design and how the independent and dependent variables were measured (mentioning the scale of measurement: nominal, ordinal, interval, ratio). 2. In SPSS, create a set of data that has at least 10...
I need to create a UNIX program for this assignment In this assignment, you are to...
I need to create a UNIX program for this assignment In this assignment, you are to create an "archive" utility. It is a simple way to have some version control. You've created software projects before that change and grow over time. You might have several different copies of it (let's assume that it's all in one file). Perhaps before making major changes, you make a back-up copy, in case you later decide to revert to the earlier version. The idea...
I answered this question, apparently incorrect. My professor responded with "There is no SPSS output here;...
I answered this question, apparently incorrect. My professor responded with "There is no SPSS output here; be sure to use the one-sample t-test walkthrough and to state what your conclusion is from the output. The formula for minimum sample size from the week 7 notes is n >= (t* s / M) ^ 2, so try to use that to find the number of months needed" Can someone please answer this with the above formula so I can get an...
How could I create a very basic assembly program that is able to use string literals,...
How could I create a very basic assembly program that is able to use string literals, reserved words, and identifiers? I also need to process some directives, instructions, and labels as well. Could someone generate a simple assembly program to do these things? Thank you! My apologies, x86 processors. It's also a 32-bit program! We are using Visual Studio, and writing 32-bit programs. This program can literally do anything, as long as it meets the following requirements as described above.
--USING C# ONLY-- You will create your own on-line shopping store in the console application. You...
--USING C# ONLY-- You will create your own on-line shopping store in the console application. You can choose different products to sell in your store (at least 8 products). You will create an product inventory text file. The program will display two options at the beginning of the program, Customer and Manager. Customer: If this is a new customer, the program will allow the customer to register with their information and assign a unique ID number to the new customer....
Hello my name is Nartlada, i would like to know how can i create the histograms...
Hello my name is Nartlada, i would like to know how can i create the histograms from the number of the excel file. The question is asking "create histograms illustrating the distributions of the two temperature variables (T1 and T2). correctly the label the x and y axes and give your plot title. We are required to use R program that include the set working directory. I tried to drag the excel file to here or even drag just the...
Using Python, write the following code. You are to allow the user to enter the daily...
Using Python, write the following code. You are to allow the user to enter the daily temperature as a floating-point number. You should make the assumption that you are recording temperatures in Fahrenheit. You should allow the user to continue entering temperatures until the value -999 is entered. This number should not be considered a temperature, but just a flag to stop the program. As the user enters a temperature, you should display the following each time: Current Temperature: 999...
I need an example of a example website to pitch but im not sure how to...
I need an example of a example website to pitch but im not sure how to write it it out with the instructions given, can i please get some help. i neeed example wireframes as im confused Write at least a paragraph about what topic your website will be about. Map out a page hierarchy and include the picture in the Word doc Create a wireframe for each page and include the picture(s) in the Word doc (note that you...
SPSS Portion Here you analyze T tests in SPSS, and interpret output.   Part I Independent Sample...
SPSS Portion Here you analyze T tests in SPSS, and interpret output.   Part I Independent Sample (8 points) (part 2 is below) There is research being conducted on chow for small dogs. Below are the comparison between weights (wt) of a group of dogs with normal food and with the special food. Group 1 is the group that had the Normal Diet, and Group 2 is the group that had the Special Diet. Wt Group 4 1 6 1 5...