How to pass the parameter in parm using linkage section ? (syntax)?
No Answer is Posted For this Question
Be the First to Post Answer
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
For what purpose steplib and joblib are used ?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
Can we use empty VSAM as input?
what are JCLLIB and STEPLIB in JCL?
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.
List the different jcl statements that are not permitted in the procedures?
how to skip the steps in JCl
Explain dfsort utility?
Why include statement is used in a jcl?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
What does a disposition of (NEW,CATLG,DELETE) mean?