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
this time capture at least three numbers (a year, a month, and a date as a...
this time capture at least three numbers (a year, a month, and a date as a minimum) to make a date. You should prompt the user for a year and then a month and then a day. Use this data to create a date object. Make sure not to use the default debugging output of the date in the story. Use a date method such as toDateString to create a nice output. Make an object and use it to store...
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...
*********JUST NEED JAVASCRIPT CODE************** I want you to create a Mad Libs game using the information...
*********JUST NEED JAVASCRIPT CODE************** I want you to create a Mad Libs game using the information from the lesson. There are a few requirements. The story must be printed out to the console. You must ask for a minimum of six (6) pieces of information. You must request at least three numbers add a number greater than one to each of them. What you decide to add is up to you but each value must be ADDED (not subtracted) to...
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...
Create a function in MIPS using MARS to determine whether a user input string is a...
Create a function in MIPS using MARS to determine whether a user input string is a palindrome or not. Assume that the function is not part of the same program that is calling it. This means it would not have access to your .data segment in the function, so you need to send and receive information from the function itself. The program should be as simple as possible while still using necessary procedures. Follow the instructions below carefully. Instructions: ●...
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.
Program Behavior Each time your program is run, it will prompt the user to enter the...
Program Behavior Each time your program is run, it will prompt the user to enter the name of an input file to analyze. It will then read and analyze the contents of the input file, then print the results. Here is a sample run of the program. User input is shown in red. Let's analyze some text! Enter file name: sample.txt Number of lines: 21 Number of words: 184 Number of long words: 49 Number of sentences: 14 Number of...
--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....
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT