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 are hierarchy levels in jcl?

926


Does jcl support automatic restart?

734


Explain the jcl exec statement?

632


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2038


how you can direct the data to spool using SYSOUT option?

906






I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8635


In sms datasets, what is the function of the dd avgrec keyword?

638


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) ?

1753


What is the maximum length of a single line of jcl?

811


Explain how can the attributes of one sms dataset be copied to another dataset?

690


What is the use of symbol // in jcl?

910


what is the difference between JES3 and JES2?

665


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?

805


Which dd parameters are required?

673


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

839