in ways data can be passed to a COBOL program from JCL?
No Answer is Posted For this Question
Be the First to Post Answer
what are the various stages of job processing?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
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.
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
Is Default for MSGCLASS = (1,1) ?
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
How to get the last but one duplicate record of the file using Sort?
What are three parameters you can specify on Job statement as well as on exec stmt ?
I need exexution process for JCL programs
What is the use of IEBGENER ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What are the differences between JES2 & JES3 ?