MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to use BPXWDNY to allocate a GDG file in PLI

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
Dragon_Lee
Beginner


Joined: 13 Feb 2006
Posts: 31
Topics: 17

PostPosted: Tue Sep 05, 2006 1:52 am    Post subject: How to use BPXWDNY to allocate a GDG file in PLI Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group