Max. No of DD statements in a job ?

Answer Posted / sangamesh

the answer 3273 is exact one.it is for a job not for a step

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is the record format of an output dataset specified?

743


in ways data can be passed to a COBOL program from JCL?

661


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

921


what are JCLLIB and STEPLIB in JCL?

671


How jcl is used for testing batch programs?

716






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?

823


//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 /*

906


which utility is used a dummy utility?

787


write a jcl to execute a job by 7:00 am on jan 20,1986?

694


Explain the function of //jcllib statement?

699


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

667


When space is allocated for an output dataset, what units can be used?

740


What is the function of a dd statement?

702


What are the parameter we cannot use in procedure?

636


What is jcl in mainframe, and how many types of jcl statements are there for a job?

628