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

Answer Posted / mak

//Stepname.DDname DD DSN=XXXXX.YYYYY.ZZZZZ
//*

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

3530


What is the syntax of JCL statement?

695


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


What is timing concept in mainframe?

1662


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

672






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

829


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

720


What are the difference between jcl and jes?

1050


How jcl is used for testing batch programs?

721


How does jcl specify the job to the operating system?

751


which utility is used a dummy utility?

793


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1953


How to execute 2nd and 4th steps among 5 steps in jcl proc?

748


Is it possible to define dd statements as you want?

646


Explain about LMQUERY�give a dialog information about a data set

904