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 we can Pass the parameters from JCL to assembler Pgm?

Answer Posted / phils

If you include a parameter string/Dataset in the JCL SYSIN
DD statement then this can be retrieved by an assembler
program via code such as...

OPEN SYSIN

GET SYSIN,WS_PARAM

CLOSE SYSIN

Obviously if there are multiple parameters defined then the
get statement would be in a loop and the contents would have
to be stored in separate working storage fields

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference in data type "x" and "p"?

1081


explain about maximum displacement and how to cross this limit?

1195


How many maximum base registers we can have in a program?

1065


What is maximum displacement?

1260


how to pass the parameters from jcl to assembler pgm?

1158


Explain the difference between various read and find statement?

1121


What is house keeping in assembler?

1070


what is need of start 0? In steed of

1146


Explain how to pass instream data in sysin with assembler?

1144


What does "using" do?

1113


how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?

1165


How many maximum base registers we can have in a single program?

1170


Explain about house keeping in assembler?

1089


Why do we use "drop"?

1043


What is need of start 0?

1169