CAN ANYONE TELL ME WHAT IS "JOB-CARD"

Answer Posted / naga

job card contain job name for eg fss013 is the job name,
Mainframe operating regognize fss013 as a job,this job name
is like identifier then card having posintional and keyword
parameter

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is SOC4 error?

736


What are the 4 fields in dd statement?

744


if the submitter of a job wants to inform another user about the job completion, how can it be done?

754


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

631


Explain how can the disposition of sysout datasets be set for an entire jobstream?

636






what is DSN parameter and DISP parameter is used for?

674


Matching Logic in Jcl not in cobol.Could any one please answer this question

3669


Give the syntax of job specifying jcl statement.

636


What are s0c1, s0c4, s0c5, s0c7 and socb?

702


Which dd parameters are required?

690


Is automatic restart possible in jcl?

737


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

938


What are the parameter we cannot use in procedure?

640


Explain how can values be passed from the job stream to an executable program?

622


//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 /*

908