Hi All,
Can anyone please let me know is it possible to get belolw details by using a sort card?
I want to extract data from various files but the file names are not constant. File names will vary based on requirement
is it possible to give all the file names in a PDS meber and extract required data?
Please find below the my requirement details
File1 - FB REc Length 100
File2 - FB REc Length 100
File3 - FB REc Length 100
File4 - FB REc Length 100
File5 - FB REc Length 100
I need to extract data from above files based on the requirement. But which day which file i need to refer is not a constant.
On DAY1 based on previous job return code i may have to refer only FILE1 FILE2 FILE3
On DAY2 based on previous job return code i may have to refer only FILE3 FILE4 FILE5
On DAY3 based on previous job return code i may have to refer only FILE1 FILE2 FILE3
I have PDS memebr which has all the required files in it. So is it possible to give all the file names in a PDS member and extract required data from the files?
Ex:
USERID.MY.PDS(INPUTFIL) ---> This member will have all the list of files
FILE1
FILE2
FILE3
Could you please let me know is it possible to get data from various files.
Thanks is advance