Wow, so much batch! How about ISPF EDIT sequential file CUT A CUT B
Edit PDS(A) PASTE A EDIT PDS(B) PASTE B Sri gave the solution I would have used, ie IEBUPDTE since the subject of a RECEIVE can be anything you decide, two RECEIVES with OUTDSN(PDS(A)) OUTDSN(PDS(B)) would be another non-batch method. The plain old IEBGENER would be best batch option for a non-source type dataset, since IEBUPDTE is for 80 byte cards.... On Thu, Mar 20, 2014 at 12:03 PM, Paul Gilmartin <[email protected]>wrote: > On 2014-03-19 15:04, Hansen, Dave L - Eagan, MN wrote: > > > > I have been kicking the sample around. ... > > > > Do I need to know what's in my input file? I just want the whole flat > file as a member (or two) in a PDS. If this does "editing" I don't know > what to do with that. > > > You probably need to know. One member or two? Which do you need? > > > > Q). How can I code the IDENT so it "matches" and creates my second > member in the PDS? Yes, I could run this process twice (or do a copy to > get my second member). > > > Suppose you were assigning this task to a willing but naive (knowing > nothing a priori of your data formats) apprentice, working with a > quill pen and two parchment ledgers. What instructions would you > give such a person? > > -- gil > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- Wayne V. Bickerdike ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
