Author |
Message |
Topic: BPXWDYN Documentation |
kshailen
Replies: 9
Views: 24902
|
Forum: Utilities Posted: Mon Jul 19, 2004 11:20 pm Subject: BPXWDYN Documentation |
kolusu,
The device name is TAPE only (UNIT=TAPE). That is what we use in JCLs. I am not sure if I am using the correct syntax. Also plz tell if this is possible or not. Can there be any access iss ... |
Topic: BPXWDYN Documentation |
kshailen
Replies: 9
Views: 24902
|
Forum: Utilities Posted: Mon Jul 19, 2004 8:44 am Subject: BPXWDYN Documentation |
kolusu,
I want to dynamically allocate files from my cobol program. I tried the following and its working -
MOVE 'FFF2414.DYN2' TO FILENAME.
STRING 'ALLOC DD(O) DSN(' QUOTE FILENAME QUOTE ') ... |
|