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

How are GDGs concatenated?

1 Answers  


What is order of searching of the libraries in a JCL?

4 Answers  


Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???

5 Answers   IBM, UST,


My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.

4 Answers   CTS,


Explain about LMOPEN -

1 Answers  






Explain dfsort utility?

0 Answers  


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


how to code instream data in procedure?

3 Answers  


How to find out the number of records in a file using JCL

5 Answers   CTS,


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 ?

3 Answers   IBM,


We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?

9 Answers   CSC, IBM,


There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?

2 Answers  


Categories