At what stage, operator can change the class and priority
of a submitted job?
Answers were Sorted based on User's Feedback
Answer / harsha
Operator can change class and priority parameter before
submitting job and after submitteing job but job should be
in queue/wait stage. It should not be in running/execution
stage.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mohi
Class and/or Priority can be for submitted jobs until unless the job is in Input Queue in SDSF
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
can we modify the code in copy book? if it possible how to submit ofter the modification.
what is use of dsn parameter in dd statement?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
How to execute step2,step1, step3 if step1,2,3 are in order
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How can i execute 5th step without executing first 4 steps?
Max. No of DD statements in a job ?