How do you submit JCL via a Cobol program ?


Use a file dd1 DD sysout=(, intrdr)write your JCL to this file. Pl some on try this out.



Explore posts in the same categories: Cobol Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • How do you submit JCL via a Cobol program ?
  • Use a file //dd1 DD sysout=(*, intrdr)write your JCL to this file. Pl some on try this out....
  • How can you submit a job from COBOL programs ?
  • Write JCL cards to a dataset with xxxxxxx SYSOUT= (A,INTRDR) where 'A' is output class, and dataset should be opened...
  • What divisions, sections and paragraphs are mandatory for a COBOL program ?
  • IDENTIFICATION DIVISION and PROGRAM-ID paragraph are mandatory for a compilation error free COBOL program....
  • What divisions, sections and paragraphs are mandatory for a COBOL program ?
  • IDENTIFICATION DIVISION and PROGRAM-ID paragraph are mandatory for a compilation error free COBOL program....
  • Can you call a subroutine of one program from another program?
  • Yes, only external subroutines Using 'SUBMIT' statement....
  • What are the steps you go through while creating a COBOL program executable ?
  • DB2 precompiler (if embedded SQL used), CICS translator (if CICS pgm), Cobol compiler, Link editor. If DB2 program, create plan...
  • What are the differences between OS VS COBOL and VS COBOL II ?
  • OSVS Cobol pgms can only run in 24 bit addressing mode, VS Cobol II pgms can run either in 24...
  • What is a bind?
  • Binding is a process that creates the access path logic for the sql statements within a cobol program. after precompilation...
  • How to execute a set of JCL statements from a COBOL program ?
  • Using EXEC CICS SPOOL WRITE(var-name) END-EXEC command. var-name is a COBOL host structure containing JCL statements....
  • How to execute a set of JCL statements from a COBOL program?
  • Using EXEC CICS SPOOL WRITE(var-name) END-EXEC command. var-name is a COBOL host structure containing JCL statements....

    Comments are closed.