mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 237 Location: USA
|
|
|
|
Hello muthukrishnan,
1) You can define a dataset as below in JCL...
DEFINE DATASET OFFL50 LIKE OFFL25 WITH SCOPE=SYSTEM -DSN=OFFL50 VOLUME=TAP002
for more information check out the following link
Code: |
[url]http://www.cca-int.com/resources/ccaprint/news9807.html[/url] |
For any other information on dataset including instream datasets (defined in SYSIN DD * statement) checkout the following link
Code: |
[url]http://www.damos.dircon.co.uk/html/jcl_quick_guide.html[/url] |
2) For detail description on RENAMES clause, have a look at the following link
Code: |
[url]http://www.cis.scu.edu.tw/oproom/doc/acucobol/docs/comprun/gt400426.htm[/url] |
I will get back to you on the memory requirements for the renames clause.
Hope this helps,
Regards
Mayuresh Tendulkar |
|