Can we give two user name in NOTIFY parameter in JOBCARD
Answer / devendra acharya
no, in the notify we can give only
one user name.
| Is This Answer Correct ? | 20 Yes | 0 No |
how to put a dependency on job in jcl using opc scheduler?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How to ALTER the name of a GDG ?
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
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.
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
what is use of disp parameter in dd statement?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
is step name is compulsory in jcl ?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
What are the parameters that are used in creating a gdg?
How do you access a file that had a disposition of KEEP?