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 / krishna ambati

using sysin dd *

Is This Answer Correct ?    19 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 / k.mahipalreddy

using comm-area

Is This Answer Correct ?    0 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 / om prakash yadav

if u want to pass more than 100 char then u will pass the
char is cobol program. in jcl not possible.

Is This Answer Correct ?    1 Yes 13 No

Post New Answer

More JCL Interview Questions

a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully

3 Answers  


Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?

1 Answers  


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


do we need to mention the location of catalogued procedure for each it's call in a single job?

1 Answers  


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,






What do you feel makes a good program?

1 Answers  


What is DYNAMBR in jcl?

2 Answers   CTS,


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


How can you trap abends in the JCL?

3 Answers  


what is the use of IEBGENER utility?

0 Answers  


How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?

1 Answers  


can u execute a proc from another proc?

5 Answers   Logica CMG,


Categories