Max generations in GDG??

Answer Posted / lenin

max 255

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can return codes be tested before execution of a job step?

923


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?

831


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

945


How to pass data to a program that is coded in an exec statement?

827


Explain the jcl exec statement?

649






What is jcl in mainframe?

690


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801


Must tape dataset definitions include vol=ser specifications?

981


what is DD statement is used in JCL?

681


How would you understand error(execution phase)?

630


what happens in conversion stage in job processing?

730


What does a disposition of (new,catlg,keep) for a dsn mean?

617


What is the significance of addrspc parameter in the exec statement?

620


when can a job time-out occur? How to overcome that?

753


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

854