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

Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

0 Answers   IBM,


I want ALL ERROR codes in VSAM

3 Answers   American Express, TCS,


Why would you use find and get rather than to obtain?

0 Answers  


how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas

3 Answers   IBM,


What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,






Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.

11 Answers   Deloitte,


I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?

5 Answers   Cognizant,


Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.

1 Answers  


How many types of sorts are there in cobol?

5 Answers   Cap Gemini,


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?

1 Answers  


What is link edit in cobol?

0 Answers  


Categories