What is the function of the steplib dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
How does jcl specify the job to the operating system?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
what is XSUM in some fields= none, xsum ??
What is primary allocation for a dataset?
What is jcl in mainframe?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
Can we browse or edit the GDG dataset if it is a tape entry?
suppose i have 10 job steps and i want to execute only step 6.How to write?
Are there any set of rules for the names of the steps used in a job?
What is the difference between BLKSIZE and LRECL?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.