Answer Posted / saisankar
for testing purpose it was ok.
job will submits but for executing there is no steps.
it gives
"IEFC607I JOB HAS NO STEPS"
any forother info:saisankar85@gmail.com
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to run cobol program using jcl?
Why block size is multiple of lrecl in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How can the attributes of one sms dataset be copied to another dataset?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Define concatenating?
What is the function of the dd avgrec keyword in sms datasets?
What is the function of dd disp parameter?
What is concatenating?
how would you create a temporary dataset? And where will you use them?
What are some jcl statements that are not allowed in procedures?
What is condition checking in jcl? Is this possible?
//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 /*
What is the function of job statement in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE