How gdg are concatenated?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to left uncode disp? If yes, how?
What is the DD statement for a output file?
Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Explain how can a stopped job be started again?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
Differentiate between addressing mode and run mode.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What does S0C4 error mean?
What is RESTART? How is it invoked?