문제

What JCL EXEC and DD statements would be required to run a COBOL program that

  • Reads and inserts to a DB2 table
  • has PCLog for good run and abends

I don't need the actual code, but I'm looking to know what's required in terms of exec statements. If possible, the DD's for the execs would be handy too.

도움이 되었습니까?

해결책

EXEC PGM=IKJEFT01
This utilitit allows you to

  • Execute DB2 programs in COBOL
  • BIND to DB2
  • Unload DB2 data
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top