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

how do you define single dimensional array and multidimensional array in your cobol?

683


Explain what you understand by passing by value.

706


Which mode is used to operate the sequential file?

672


What are the cobol coding sheets?

666


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2014






How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3724


Mention the guidelines to write a structured cobol program?

622


What is the Purpose of Pointer in the string?

645


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1908


Write a cobol program making use of the redefine clause.

739


What is the difference between perform … with test after and perform … with test before?

885


How many bytes S(8) comp field occupy and its maximum value?

1638


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2109


what is the use of outrecord?

1774


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

644