what is use of disp parameter in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
How does the jcl specify the job to os?
Whats error code s222?
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
What is the function of the steplib dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
how you will define a temporary dataset in jcl?
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?
What does a disposition of (MOD,DELETE,DELETE) mean ?
List some valid operation codes in JCL
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
How to concatenate different LRECL of files?
What does a disposition of (new,catlg,keep) for a dsn mean?