What are steplib and joblib?
No Answer is Posted For this Question
Be the First to Post Answer
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
Describe the DD statement, its meaning, syntax and keywords?
How can an in-stream dataset be terminated?
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?
What is dummy parameter in JCL??
What does the TIME parameter signify ? What does TIME=1440 mean ?
Is acct parameter mandatory?
what's the significance of freespace(0 0) and freespace(100 100)
Is it possible to left uncode disp?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
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?