how many max steps can we use in a job? pls answer to my
question
Answer Posted / guest
254
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
in ways data can be passed to a COBOL program from JCL?
How can values be passed from the job stream to an executable program?
What is the purpose of dd dummy statement?
what is the resolution for sb37 error
For what purpose steplib and joblib are used ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Can I share my data with other jobs? How?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Is it possible to code instream data in a PROC?
How to submit jcl through a cobol program?
//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 /*
How is the record format of an output dataset specified?
Explain about LMFREE�free data set from its association with data ID
what is SOC4 error?
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 ?