What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answer Posted / shailendra 2008
disp=old means at the time of execution another job can't
use that file.after completion of job another job can use.
disp=shr at the timeof exection many user can use in read
mode.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
what is SOC4 error?
what happens in execution stage in job processing?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Explain the purpose of dd dummy statement?
What is job control language?
What is jcl in mainframe?
how you can direct the data to spool using SYSOUT option?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain how can an in-stream dataset be terminated?
What is Cataloged Procedures?
What is timing concept in mainframe?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
List the different components of jcl statement?
Explain the function of job statement in jcl?