what are the paramater we cannot use in procedure?how many
instream we can write in single jcl?can we call instream to
catalog and ctalog to instream?

Answers were Sorted based on User's Feedback



what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can..

Answer / vasanthymca

sysin dd * we cannot use in procedure,15 instream proc we
can code.we can call instream to catalog.but we cannot call
catalog to instream

Is This Answer Correct ?    13 Yes 0 No

what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can..

Answer / chellad

Instream message can't be passed with in a proc with the help of
Ex:
// sysin DD *
Sort fields =copy
/*

So we have to create a control card.
Control card member is used to store instream data which has to be used with in a proc like

//Proc1 proc
//Step2 DD dsn=aggst.temp.ps(contmem),disp=shr,
..
..
..
//Pend


Ps: contmem is the member name which contains sysin DD * info

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?

3 Answers  


What will happen if we generate GDG (+2) version without generating (+1) version?

2 Answers   IBM, T systems,


What is difference between COBOL and VS COBOL II?.

1 Answers   Winsol Solutions,


What are differences between COBOL and java ? why we are giving more preference to COBOL ?

3 Answers   TCS,


What is Static,Dynamic linking ?

2 Answers  






What is the mode in which you will OPEN a file for writing?

4 Answers  


What is COMP-1? COMP-2?

4 Answers   CitiGroup,


how can we find total no of records in a file ....is there any utility......?

3 Answers   IBM,


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


What are the steps you go through while creating a COBOL program executable?

3 Answers  


what r the types of perform statement

4 Answers  


Categories