by using cond parameter
maximum 8 cond can be coded in single cond means ?explain
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of keyword in JCL? What is its opposite?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
What are the 4 fields in dd statement?
What is the use of symbol // in jcl?
How do you designate a comment in JCL?
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
How do you pass parameters to the program as the job is being executed ?
how JCL works?
what is alternate index?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?