Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to overide the symbol parameter in the jcl ?

Answer Posted / karthik ramamoorthy

The Jcl using symbolic paramter looks like this
//job1 job 'abcd'
//step1 exec pgm=testpgm
//file1 dd dsn=&file,
disp=&disp

The symbolic paramters are &file and &DISP they way to
override them are as follows
//job1 job 'abcd'
//assign proc file1=test.file1,
// DISP=(NEW,DELETE,DELETE)

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

1616


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

1352


how you can access an uncataloged dataset in a JCL?

1196


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

1479


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?

1474


what operation is performed by job statement?

1180


Is condition checking possible in jcl? If yes, how?

1345


What is the significance of addrspc parameter in exec statement?

1264


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

1510


What is the difference between run mode and addressing mode?

1310


What are the 4 fields in dd statement?

1334


Name the statement which can be used to send data to another mvs jes3 node?

1222


Matching Logic in Jcl not in cobol.Could any one please answer this question

4227


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

1265


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

1283