i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?
1 4607How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
IBM,
3 14740IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
2 13750How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
1 8576a 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
3 7571
A dd statement consists of 4 fields. Name them?
Is it possible to left uncode disp? If yes, how?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
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) ?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the purpose of dd dummy statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain the function of //jcllib statement?
What do you understand by the term job time – out and how can you overcome that?
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 ?
Is automatic restart possible in jcl?
Can I share my data with other jobs? How?
In job processing, what happens in execution stage?
Are there any set of rules for the names of the steps used in a job? What are they?