how you will define a temporary dataset in jcl?
Answer / biprajit
You need to use '&&' before the Dataset name; example- DSN=&&temp ;
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you override a parameter in Positional parameters?
Can a job have only steplib and no joblib ?
List the various advantages of using jcl language?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
Is it possible to left uncode disp? If yes, how?
suppose i have 10 job steps and i want to execute only step 6.How to write?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What is NOTCAT ?
What is S322 abend ?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP