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


Please Help Members By Posting Answers For Below Questions

Can we change the password using ALTER? anyone tried and changed?

1632


Which mode is used to operate the sequential file?

800


What is the use of intialize verb?

861


) how do u code after getting data?

1657


In which area will you utilize 88 level items in cobol?

809






When is inspect verb is used in cobol?

791


What is report-item in COBOL?

796


How to know whether the module is dynamical or statistical?

750


how do you reference the fixed unblock file formats from cobol programs

804


Are you comfortable in cobol or jcl?

719


What guidelines should be followed to write a structured cobol prgm?

766


What are all the divisions of a COBOL program?

757


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

720


Explain the configuration section of a cobol program with examples of syntax.

753


Difference between cobol and cobol-ii?

821