CAN ANYONE TELL ME WHAT IS "JOB-CARD"

Answer Posted / venkat

job card is the first jcl statement. It can maintain the job details(positional parameters and keyword parameters) here.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What parameters can be used to limit the number of records written to a sysout dataset?

750


How jcl work to handle various input output file operations?

658


what is the purpose of coding notify parameter in job statement?

683


Explain about LMQUERY�give a dialog information about a data set

904


Explain about ISPF/TSO Commands

1313






i want to store 20 digits . how will u do it in cobol ?

860


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

910


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9220


Is it possible to code instream data in a PROC?

752


What is one line to pass PARM from JCL to COBOL?

818


How can a stopped job be started again?

712


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1953


what is use of dsn parameter in dd statement?

670


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

679


What do you understand by jcl?

629