Guest User

Untitled

a guest
Jun 27th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. FILENAME fileReference ftp "'ThreadNum.ThreadType.NEW.AplicationFlag.J&feed_dt.'"
  2. RCMD='SITE TR PRI=20 SEC=20 RECFM=F LRECL=84' HOST='host'
  3. USER="&user." PASS="&pass."
  4. ;
  5.  
  6. DATA _null_;
  7. SET MyDataSet ;
  8. name=0;
  9. pro='000';
  10. format custid 05. ;
  11. action='A ';
  12. flagcnt='01';
  13. FILE fileReference LRECL=84 RECFM=f;
  14. PUT @01 num13 s370fpd07.
  15. @08 names 370fpd05.
  16. @13 pro $ebcdic03.
  17. @16 action $ebcdic02.
  18. @18 flag $ebcdic02.
  19. @56 flagcnt $ebcdic02.
  20. @70 num15 s370ff015.
  21. ;
  22. RUN;
Add Comment
Please, Sign In to add comment