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


A maximum of 100 chars can be passed to Cobol through Parm
in JCL, If we want to pass more than 100 Chars how we can
do it ?

Answers were Sorted based on User's Feedback



A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 10..

Answer / sweetie

As the PARM parameter is not able to pass more that 100
chars, we have to pass the parameter thru Instream with the
help of SYSIN DD *

Is This Answer Correct ?    16 Yes 1 No

A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 10..

Answer / rookie

RE:To add on

You can also use files to pass values

Is This Answer Correct ?    5 Yes 3 No

A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 10..

Answer / k.suamn

we can use instrem data throug sysin or by keeping data to
be passed in a ps&theninvoke the ps.

Is This Answer Correct ?    1 Yes 0 No

A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 10..

Answer / keerthi

We need to use TSQ so tat more data can be passed

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More JCL Interview Questions

Explain the purpose of dd dummy statement?

0 Answers  


Suppose I have seven jobs to do, but I want to hold one than how can I do this?

1 Answers  


How do you submit JCL via a Cobol program?

4 Answers   IBM,


once we submitted the job to the operating system, how can we cancel the job before execution?

2 Answers  


I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.

5 Answers   Bank Of America,


if the submitter of a job wants to inform another user about the job completion, how can it be done?

0 Answers   IBM,


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


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

0 Answers  


I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.

2 Answers  


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?

6 Answers  


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

0 Answers   IBM,


Categories