Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
No Answer is Posted For this Question
Be the First to Post Answer
How do you restart a step in JCL?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
Give the syntax of job specifying jcl statement.
What are SD37, SB37, SE37 abends?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
what is a MODELDSCB?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
List the different jcl statements that are not permitted in the procedures?
what is d/f b/w sysout & sysprint
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
How to submit a jcl from cics?