Hi,
I know that one can avoid SE37 abends if we convert the PDS to a PDSE or library. I would like to know why people still use PDS's when the PDSEs are availble. Would you say it is pure ignorance or is there still a good reason to use PDS over a PDSE?
Search found 6 matches
- Tue Nov 03, 2015 12:37 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Space abend and SE37.
- Replies: 1
- Views: 744
- Sun Dec 28, 2014 6:20 pm
- Forum: JCL - Job Control Language.
- Topic: More than one condition in COND in JCL.
- Replies: 3
- Views: 5362
Re: More than one condition in COND in JCL.
Thanks for the link, chandanyadav.
- Mon Dec 22, 2014 4:46 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Where do you live?
- Replies: 252
- Views: 253571
Re: Where do you live?
I'm from India.
- Mon Dec 22, 2014 4:46 pm
- Forum: Introduce Yourself and Share Your IT Experience.
- Topic: hi.
- Replies: 1
- Views: 432
hi.
Hi,
I am new to the forum. It looks a great place to learn.
I am new to the forum. It looks a great place to learn.
- Mon Dec 22, 2014 4:37 pm
- Forum: Suggestions & Feedback : About the website.
- Topic: How did you find us?
- Replies: 294
- Views: 526307
Re: How did you find us?
Found you on google +!
- Mon Dec 22, 2014 4:37 pm
- Forum: JCL - Job Control Language.
- Topic: More than one condition in COND in JCL.
- Replies: 3
- Views: 5362
More than one condition in COND in JCL.
Hi I need help in using the COND. One of the steps is coded like this : //STEP01 EXEC PGM=IKJEFT01,COND=(4,LT,FTP) This statement in my JCL is used to execute the step STEP01 based on the return code of the previus step, FTP. If FTP returns less than 4 then I want to execute STEP01. Now, I want to c...