How to overide the symbol parameter in the jcl ?

Answer Posted / suputhru

The symbolic paramters are &file111 and &DISPooo they way to
override them are as follows.

//job1 job 'abcd'
//assign proc file111=test.file1,
// DISPooo=(NEW,DELETE,DELETE)
//step1 exec pgm=testpgm
//file1 dd dsn=&file111,disp=&DISPooo

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the use of IEBGENER utility?

654


Differentiate between addressing mode and run mode.

612


How is a type of file defined in the jcl that executes the cobol program?

708


what happens in execution stage in job processing?

650


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






if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1613


Explain how can a jobs execution priority be modified?

735


What is the function of //cntl statement?

828


How can the submitting users racf authority be overridden in a job stream?

741


Explain the job statement in jcl?

643


What is the function of the dd mgmtclas keyword in sms datasets?

730


How to run cobol program using jcl?

648


How can an in-stream dataset be terminated?

844


Which statement is used to identify the private libraries in job?

674


How does jcl act on a cobol code?

654