How do you override a specific DDNAME/SYSIN in PROC from a JCL?

Answer Posted / raak

u have to give //procstep.ddname dsn=.....

Is This Answer Correct ?    59 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give the syntax of job specifying jcl statement.

640


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

856


What are the 4 fields in dd statement?

744


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

704


What is multithreading in jcl?

944






how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

791


How do you create a temporary dataset?

667


What are s0c1, s0c4, s0c5, s0c7 and socb?

707


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1358


What are steplib and joblib? What for they are used?

697


what JCL Procedures?

703


Differentiate between the joblib and the steplib statements?

862


Is it possible to left uncode disp? If yes, how?

708


Explain dd statement in jcl?

646


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

879