![]() Related Questions Datasets can be grouped in a DD statement one after another, eg. in a JOBLIB statement where the load module can exist in one of many datasets. Latest Answer : For concatinating datasets through JCL, we can use MERGE Utility. Condition is that the datasets should be in sorted order. ... 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. COND specifies the conditions for executing the subsequent job step. The value after the COND= is compared to the return codes of the preceding steps and if the comparison is true, the step is bypassed. Latest Answer : In exec statement the condition is used for by-passing the perticular step through the condition,if COND=0 Its a successfull executionif COND=4 Its a warning if COND=8 Its a serious errorif COND=16 Its a fatal error.So that we can use this condition key ... MVS now allows for an IF bracketed by an END IF around any job step to replace the COND= syntax. Again, if the IF statement is true, the step is bypassed. Latest Answer : The step by pass without CONDÂ occurs when- you code IF command- a previous STEP cancel- JCL ERROR occurs ... Read Answers (4) | Asked by : Ramkumar 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? Read Answers (5) | Asked by : vineeth What is the importance of ADDRSPC parameter in EXEC statement and how is it different from REGION parameter of EXEC statement? Read Answers (4) | Asked by : chandrasekhar 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. ... Read Answers (5) | Asked by : roshan Latest Answer : by using the NOTIFY Parameter in a job statement, It sends a Message to the user about the status of job . ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||