In the JCL, how do you define the files referred to in a
subroutine ?

Answers were Sorted based on User's Feedback



In the JCL, how do you define the files referred to in a subroutine ?..

Answer / elite group

By DDNames

Is This Answer Correct ?    11 Yes 1 No

In the JCL, how do you define the files referred to in a subroutine ?..

Answer / saikat

we cant do so

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


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

11 Answers   Deloitte,


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


what are the error codes in cobol, db2, cics, vsam , and jcl

2 Answers   TetraSoft,


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

2 Answers   IBM,






What are the various section in data division and briefly explain them.

0 Answers  


what is SYNCHRONIZATION?

3 Answers   Syntel,


How to retrive the 9th records out of ten records using the cobol program ?

3 Answers   UST,


What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,


what are the utilities for load and unload the DB2 tables

1 Answers   L&T,


how you will define variables length in cobol.

3 Answers   Temenos,


wht is the difference between goto and perform stmts

7 Answers   DELL,


Categories