wht do u mean by (*,intrdr) wht is * used for ?

Answers were Sorted based on User's Feedback



wht do u mean by (*,intrdr) wht is * used for ?..

Answer / shaan

(*,intrdr) is used to submit jcl from cobol program by
coding it as
//seqflo dd sysout=(*,intrdr),where seqflo is the file name
which contains the jcl statements to be submitted.
Here * represents the same msgclass coded in the job step.

Is This Answer Correct ?    9 Yes 2 No

wht do u mean by (*,intrdr) wht is * used for ?..

Answer / valmiki

This is also used in IEBEDIT as an alternate to COND for
submitting slective Steps of jcl

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is the use of intialize verb?

0 Answers  


Explain complete concept of table handling in COBOL with an example?

2 Answers   IBM, TCS, Wipro,


What is different between variable length and fixed length?

2 Answers   TCS,


What will happen if we try to create GDG (+2) generaton instead of (+1) generation?

1 Answers  


Is It Possible to Update or change in VIEW Mode?

5 Answers   CSC,






what is the diff b/w select stsmt and cursor ?

2 Answers  


Why occurs can not be used in 01 level ?

2 Answers   TCS,


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

11 Answers   Deloitte,


01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?

6 Answers   L&T,


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy

13 Answers   HSBC,


Categories