Hi,
What is "analytics" in mainframe?
Search found 6 matches
- Mon Nov 09, 2015 11:57 am
- Forum: You are a Guest.
- Topic: Is there a career in analytics in mainframes?
- Replies: 3
- Views: 877
- Mon Nov 09, 2015 11:55 am
- Forum: Site Announcements and Rules.
- Topic: Happy Diwali!
- Replies: 27
- Views: 3731
Re: Happy Diwali!
Hi All,
Have a very Happy and Prosperous Happy Diwali!

Have a very Happy and Prosperous Happy Diwali!

- Mon Nov 09, 2015 11:44 am
- Forum: Interview Questions.
- Topic: Copy a PDS to other PDS.
- Replies: 3
- Views: 1805
Re: Copy a PDS to other PDS.
Thanks Robert. I did some online finding and found that this job will work: //STEP01 EXEC PGM=IEBCOPY //SYSUT1 DD DISP=SHR,DSN=input.pds //SYSUT2 DD DISP=(,CATLG),DSN=output.pds,SPACE=(TRK,(50,50)) // UNIT=3390 //SYSPRINT DD SYSOUT=* //SYSIN DD * COPY INDD=SYSUT1,OUTDD=SYSUT2 // But then I looked at...
- Mon Nov 09, 2015 1:41 am
- Forum: Suggestions & Feedback : About the website.
- Topic: How did you find us?
- Replies: 294
- Views: 526222
Re: How did you find us?
Found this site's posts on google search engine and came here.
- Mon Nov 09, 2015 12:51 am
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Where do you live?
- Replies: 252
- Views: 253523
Re: Where do you live?
I live in India! 

- Mon Nov 09, 2015 12:50 am
- Forum: Interview Questions.
- Topic: Copy a PDS to other PDS.
- Replies: 3
- Views: 1805
Copy a PDS to other PDS.
hi,
I was asked, write all the JCL statements which are needed copying one PDS to another PDS. I don't know but I fumbled on this question, what is the correct answer, please help.
I was asked, write all the JCL statements which are needed copying one PDS to another PDS. I don't know but I fumbled on this question, what is the correct answer, please help.