Dragon_Lee Beginner
Joined: 13 Feb 2006 Posts: 31 Topics: 17
|
Posted: Tue Sep 05, 2006 1:52 am Post subject: How to use BPXWDNY to allocate a GDG file in PLI |
|
|
We could use the TSO command:
''ALLOC DSN('TFMS.F.DP.BKUP.FMSSAPP.ALL.BKUP.G0003V00') MOD REUSE'' to allocate a new version of GDG file basing on the last one.
But when I want to do the same thing in PLI and code as below, it failed.
....
....
FETCH BPXWDYN;
BPX_PARM =
'ALLOC FI(SYSOUT) DA (TFMS.F.DP.BKUP.FMSSAPP.ALL.BKUP.G0003V00) MOD'
CALL BPXWDYN(BPX_PARM)
...
...
Can we use BPXWDNY to allocate a new version GDG file in PLI? How should we code it?
Would please somebody help on it? Thanks a lot! _________________ Dragon |
|