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?
Answer Posted / 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 View All Answers
What are the various section in data division and briefly explain them.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What rules are followed by the search verb.
Write some characteristics of cobol as means of business language.
explain sorting techniques in cobol program?
) what is the difference between AID and HANDLE AID?
What are the different open modes available in cobol?
Explain what you understand by passing by value.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Mention the guidelines to write a structured cobol program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How can you get the ksds file records into your cobol program?
What is the difference between binary search and sequential search?
what is difference between cobol and cobol/400