How to override loadlib?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the various parameters utilized in the creation of a gdg?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
What is order of searching of the libraries in a JCL?
How to copy one PS file to multiple PS files with same data?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
what sort card you will use to copy the data from one dataset to another dataset?
How do you create a temporary dataset? Where will you use them?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
What are steplib and joblib?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?