Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

PL/I & Assembler :: RE: PL/I: opening file w/ dynamically determined RECFM and LRECL

$
0
0
Author: enrico-sorichetti
Subject: Reply to: PL/I: opening file w/ dynamically determined RECFM and LRECL
Posted: Wed Jul 27, 2016 4:26 pm (GMT 5.5)

probably it would be much simpler to use - instead of a concatenation - a sequence of ddnames with a common prefix...

something like
Code:
//IN001 DD ...
//IN002 DD ...
//IN003 DD ...
...
//INxxx DD ...

pretty easy to scan the step ddnames to find out the record length and format of each dataset

determine the characteristics of the output and process accordingly
_________________
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort icon_cool.gif


Viewing all articles
Browse latest Browse all 8500

Trending Articles