how can we merge two input files from two different jobs
into one output file ? Please ans any one ASAP?
Answer / sk
please clear the question, just think over it and ask the
question clearly?
| Is This Answer Correct ? | 0 Yes | 1 No |
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
How can a job send a status message to a tso user at the completion of a job?
Can I send output of job to my remote device careerride123?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???