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 do you pass parameters to the program as the job is
being executed ?

Answers were Sorted based on User's Feedback



How do you pass parameters to the program as the job is being executed ?..

Answer / guest

By using 'parm' parameter in exec statement. the value
mentioned here should be declared in linkage section in the
program and process thru procedure division. this technique
is very useful when you do not know the parameters at the
time of coding the programs.

Is This Answer Correct ?    2 Yes 0 No

How do you pass parameters to the program as the job is being executed ?..

Answer / lakshmisudha

using PARM parameter we can pass the data from one step to
another step


using REFER BACK PARAMETER we can pass dd statments dsn, dcb
from one step to another step or with in step also

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

What is a GDG

4 Answers   IBM,


How to alter the parameters for the existing gdg?

0 Answers  


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 program opens the file in EXTEND mode. What happens ?

3 Answers  


How to copy VSAM files without using REPRO

3 Answers   ADP,


there are 10 steps in jcl how to execute the steps from step2 to step8 only

6 Answers   EDS,


How to find in aparticular step how many versions a paricular gdg base have?

4 Answers   TCS,


Is it possible to left uncode disp?

0 Answers  


how many types of sorts are there in jcl?

2 Answers   IBM,


i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?

4 Answers   DELL,


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

0 Answers   IBM,


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

0 Answers  


in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths

1 Answers   DELL,


Categories