AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
3 6625how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
6 19732hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
3 5718In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
3 7737We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
9 23644Please 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.
2 4801I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
1 4806
what is the JCL statement consists of?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
List in order the hierarchical levels of jcl?
List the different components of jcl statement?
how would you create a temporary dataset? And where will you use them?
Is their any limit for data sets?
What parameter directs the output of the job log dataset?
Can we call instream to catalog and catalog to instream?
Is their any set of rules for dd? Explain.
what are the types of abends that occur on job failure? And explain the possible causes of these
How is the record format of an output dataset specified?
Explain the function of dd name parameter with a 2 part structure; audit.report?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?