Answer Posted / nadhiya.g
simultaneous peripheral operation online is the placement
which shows output of the jcl programme.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is multithreading in jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
which parameter is use to declare the name of dataset in dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain the job statement in jcl?
In job processing, what happens in execution stage?
//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 /*
Explain how can a stopped job be started again?
What is timing concept in mainframe?
What does a disposition of (MOD,DELETE,DELETE) mean ?
whats the diff bw the evaluate also and and?
what is DSN in JCL and what are the parameters to declare the DSN?
Name the statement which can be used to send data to another mvs jes3 node?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
i want to store 20 digits . how will u do it in cobol ?