What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
The keywords associated with the DCB parameter are LRECL, RECFM, BLKSIZE and DSORG. The DCB information can be supplied in the DD statement. The sysem looks for DCB information in the program code first.
Latest Answer : The step by pass without CONDÂ occurs when- you code IF command- a previous STEP cancel- JCL ERROR occurs ...
What could be the disposition parameter that i would have to use in the jcl if i have a file that has to be created newly for every successful run of the program ,but at the same time it should retain the old data if my program abend in the middle and restarts. could you please provide me the code?
What is the importance of ADDRSPC parameter in EXEC statement and how is it different from REGION parameter of EXEC statement?
Latest Answer : The value give is normally a number; usually 01-15 with 01 being the lowest and 15 being the highest. Most installations do not allow this parm to be overriden. So, don't be surprised if your job doesn't do anything. ...
Latest Answer : we can't pass through parm more than 100 char. Remember it. ...
Latest Answer : by using the NOTIFY Parameter in a job statement, It sends a Message to the user about the status of job . ...
Latest Answer : COND is outdated. RTM and use IF THEN. ...
Latest Answer : TIME parameter sets a CPU time limit for an entire job when you code it on JOB statement.A default time limit is set by the installation.TIME=1440 or TIME=NOLIMIT eliminates any CPU time limit.TIME=MAXIMUM allow the job to run the max. time which is 357,912min. ...
Latest Answer : MSGCLASS is related to a specific output device to which messages are routed where as MSGLEVEL is used to specify the JCL and alocation messages which will be recorded in output device specifying by MSGCLASS. ...