What is Cataloged Procedures?
No Answer is Posted For this Question
Be the First to Post Answer
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
how to allocate a dynamic dataset in jcl ?
How to compare 2 files using File-Aid?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
How to find in aparticular step how many versions a paricular gdg base have?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how to do automated restart when a job abends?
How to find the number of duplicates in a file using Sort?
I 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?
how JCL works?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.