What is COND=EVEN ?

Answer Posted / manas mohapatra

Ya both answers are correct

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of dd?

735


What do you understand by the terms: joblib and steplib?

633


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

844


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

710


What do you know about jcl?

658






I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1740


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

924


i want to store 20 digits . how will u do it in cobol ?

870


what is the JCL statement consists of?

708


Explain how can values be passed from the job stream to an executable program?

638


What is the motivation behind coding class parameter in job statement?

698


List the different jcl statements that are not permitted in the procedures?

648


What is Cataloged Procedures?

723


how do you code a null statement?

789


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

664