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
Can we change the password using ALTER? anyone tried and changed?
Which mode is used to operate the sequential file?
What is the use of intialize verb?
) how do u code after getting data?
In which area will you utilize 88 level items in cobol?
When is inspect verb is used in cobol?
What is report-item in COBOL?
How to know whether the module is dynamical or statistical?
how do you reference the fixed unblock file formats from cobol programs
Are you comfortable in cobol or jcl?
What guidelines should be followed to write a structured cobol prgm?
What are all the divisions of a COBOL program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain the configuration section of a cobol program with examples of syntax.
Difference between cobol and cobol-ii?