oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
3 8834How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
3 13705How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
1 13174File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
7 11929in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
3 8943we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
1 5067In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
IBM,
2 7414
What statement can be used to send data to another mvs jes3 node?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Name a few IBM utility programs, and explain its function.
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What parameter directs the output of the job log dataset?
What happens if both JOBLIB & STEPLIB is specified ?
what are the types of abends that occur on job failure? And explain the possible causes of these
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
how would you create a temporary dataset? And where will you use them?
What is use of restart and how to use it?
Explain the function of dd disp parameter?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How jcl is used for testing batch programs?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How is the record format of an output dataset specified?