GDGs can be CREATED (not COPIED) only on DASD and NOT on
tape drives ? Is it True ?
Answer Posted / febvoice
generation of gdg are sequential and can reside on disk or
tape
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the function of //cntl statement?
What is the purpose of disp parameter?
Explain the purpose of the dd keylen parameter?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is DD statement is used in JCL?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what are JCLLIB and STEPLIB in JCL?
how would you create a temporary dataset? And where will you use them?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the rules employed while naming the steps in a job?
How dummy is used in jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how to compare two datasets without using superce because output is limited to 133 bytes
Is there any command to check wether the ps file is in sorted order?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?