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

Is automatic restart possible in jcl?

742


how you can access an uncataloged dataset in a JCL?

656


How can a stopped job be started again?

714


define cond parameter in jcl?

778


which parameter is used to check the syntax of a jcl without executing it?

799






Explain how can a stopped job be started again?

636


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

924


What is jcl in mainframe?

690


How jcl is used for testing batch programs?

721


what is “Cond= even” and “Cond=only”?

743


whats the diff bw the evaluate also and and?

1857


Is acct parameter mandatory?

764


How to submit jcl through a cobol program?

679


How can the attributes of one sms dataset be copied to another dataset?

859


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

832