The rest of your "explanation" sounds like some teacher's hints on how to implement a class exercise. "Copy 10 members" -- from where? to where? why copy them at all? "Once copied I had to run each one" means what -- were there jobs you had to execute? Did you make the members do laps on a track? Assuming you had jobs to execute, what did each job do? Where did you "insert your id" into the jobs? In the job card? In a data set name? In a member name of a PDS? Somewhere else entirely? If you cannot answer every one of these questions, you need to go back and do research until you can answer each of them.
The fact that your output includes
implies your START command in SDSF did not work but was taken as a SUBMIT command -- totally different.1 //ZCON625W JOB UNIVER,
// ZCON625, **JOB STATEMENT GENERATED BY SUBMIT**
// NOTIFY=ZCON625,
// MSGLEVEL=(1,1)
Based upon what you've shown so far, your best bet is to go to someone at your site and get help from them since this forum is not likely to be of much use unless you explain a whole lot more than you have so far.