How do you create a temporary dataset? Where will you use them?
Answers were Sorted based on User's Feedback
Answer / guest
Temporary datasets can be created either by not specifying
any DSNAME or by specifying the temporary file indicator as
in DSN=&&TEMP. We use them to carry the output of one step
to another step in the same job. The dataset will not be
retained once the job completes.
| Is This Answer Correct ? | 48 Yes | 3 No |
Answer / neeraja
If you want to use the Temp Data set in the subsequent
steps then you should give the Disposion Pass.
| Is This Answer Correct ? | 28 Yes | 5 No |
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
How do you designate a comment in JCL?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
I have a File that has duplicate records. I need only those records that occur more than thrice.
after submiting the jcl.how do you know that the job has been completed.
describe the dd statement,its meaning,syntax and keywords?
What is the significance of addrspc parameter in the exec statement?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
Describe the DD statement, its meaning, syntax and keywords?
How to find the number of duplicates in a file using Sort?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
What is the format of comment statement?