How to pass the parameter in parm using linkage section ? (syntax)?
No Answer is Posted For this Question
Be the First to Post Answer
what is DSN parameter and DISP parameter is used for?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
What is the function of //cntl statement?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What will happen if we write two STOP RUN's in a COBOL program?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
What are steplib and joblib?
How can the disposition of sysout datasets be set for an entire jobstream?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
Can we use DISP=SHR in output file in JCL