Our issue is there seems to be a disconnect, or no link,
between our SELECT statement and our SD. We had
SELECT SORT-FILE and SELECT SORT-FILE
ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1
SORTWRK2
SORTWRK3
SORTWRK4.

with SD SORT_FILE
RECORD CONTAINS 7833 CHARACTERS.

In either case, at run time, the system ignored our
SORTWRK# DD statements and allocated 16 sort works with the
SORTWK## naming convention. Any ideas why the system does
not recognize the connection? We do not even need the
SORTWRK DD statements. Thanks


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

How to display the index.(displacement from an array)

4 Answers   IBM,


in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?

2 Answers   HSBC,


What is the difference between CONTINUE & NEXT SENTENCE ?

2 Answers  


How to concatenation one or more string?

4 Answers   Temenos,


In COBOL, what is the different between index and subscript?

0 Answers   TryTechnicals Pvt Ltd,






How include time & date in the report generation in cobol programing?

2 Answers  


01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??

1 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


What is the point of the REPLACING option of a copy statement?

3 Answers  


What are the different forms of EVALUATE statement?

2 Answers   IBM, Micro Labs,


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

0 Answers  


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  


Categories