View previous topic :: View next topic |
Author |
Message |
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Mon Mar 26, 2007 9:26 pm Post subject: How to find dataset name in concatenated dataset |
|
|
Hi
i am using a batch jcl to execute rexx pgm
Code: |
//batchrx exec pgm=irxjcl,parm='rexxpgm,
//sysexec dd dsn=rexxlib,disp=shr
//systsin dd dsn=concatnated input file
//syStsout dd dsn=output file
|
in my rexx pgm i am using ddname systsin file to access input file,i need to retrive individual dataset name of concatnated dataset of the input file in my rexx pgm. |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Tue Mar 27, 2007 1:00 am Post subject: |
|
|
I believe you can do that by reading the JFCB Data Area.
O.
________
no2 vaporizers
Last edited by ofer71 on Sat Feb 05, 2011 11:58 am; edited 1 time in total |
|
Back to top |
|
|
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Tue Mar 27, 2007 2:55 am Post subject: |
|
|
Hi ofer71,
Is there anyway to access this area using a rexx pgm?
cheers,
vj |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
|
Back to top |
|
|
|
|