If job is submitted with typerun = hold then how can we
submit the same job?
Answer Posted / anurag
Could any one tell what comman sud be entered to release
the hold job form IOF ( as A is used in SDSF )
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
When output dataset space is required, what quantity categories are used?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the motivation behind coding class parameter in job statement?
Can we use DISP=SHR in output file in JCL
//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 to submit jcl through a cobol program?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
i want to store 20 digits . how will u do it in cobol ?
What are the rules employed while naming the steps in a job?
What are the utility programs in jcl?
Where & How Do You Code Identifier In Jcl?
Define concatenating?
what is the JCL statement consists of?