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...

what is the Difference between SYSIN and PARM ?

Answer Posted / anjaneyulu javisetty

there are two ways to send data to the application prog.
1)parm (for small amount of data)
2)sysin(for large amount of data)

1)parm: is used to send the data to application prog
(eg;.cobol)

upto 100 characters.

2)sysin:is used to send the data to application prog
(eg;.cobol)

large amounts.
examples:

1) using JCL with sysin. //sysin dd *here u code the parameters(value) to pass in to cobol program /* and in program
you use accept variable name(one accept will read one row)/.another way.
2) in jcl using parm statement ex: in exec statement parm='whatever' in cobol pgm u have to code linkage section in that for first value you code length variable and variable name say, abc pic x(4).it will take john inside to read next value u have to code another variable in the same way above mentioned.

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 use of space parameter in dd statement?

1257


How do you create a temporary dataset?

1161


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

1262


how to compare two datasets without using superce because output is limited to 133 bytes

2088


How to submit jcl through a cobol program?

1136


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.

1203


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2535


Is there any command to check wether the ps file is in sorted order?

2874


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

1148


What are hierarchy levels in jcl?

1509


How to pass the parameter in parm using linkage section ? (syntax)?

1109


how you will the direct the data to spool using sysout option?

2410


How gdg are concatenated?

1099


what JCL Procedures?

1229


what is use of disp parameter in dd statement?

1085