Explain how can values be passed from the job stream to an executable program?
No Answer is Posted For this Question
Be the First to Post Answer
How 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?
what JCL Procedures?
how to see the latest generation in gdg?
how you will define a temporary dataset in jcl?
What is default if we don't specify RD parameter at all ?
How to identify where file is empty or not? How many ways are there to identifying?
Name the statement which can be used to send data to another mvs jes3 node?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
can we give instream data in procedure