which parameter is use to declare the name of dataset in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
What is Uncatalog dataset? How can we access/use them?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
How to concatenate different LRECL of files?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
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 difference between a symbolic and an override in executing a PROC?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is STEPLIB, JOBLIB? What is it used for?
A job has 90 steps i want to execute only step7 and step15