File Processing with COBOL.



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

Re: File Processing with COBOL.

Postby Robert Sample » Sat May 05, 2018 7:40 am

What platform are you running your code on? Because if you're using a z/OS-based system, your SELECT statements are completely wrong. DATABASE-CUSTLOGIC is not a valid name for your data set: the DATABASE- will be ignored as a label, but the CUSTLOGIC has too many characters (you are limited to 8 for your DD name). Furthermore, we'd need to see the JCL you are using to execute your program.

If you're not running your code on a system z machine, why are you posting on a forum that is exclusively for zArchitecture systems?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: File Processing with COBOL.

Postby erich » Sat May 05, 2018 9:39 pm

I figured it out, thanks for your help.
erich
 
Posts: 8
Joined: Mon Apr 16, 2018 2:54 am
Has thanked: 1 time
Been thanked: 0 time

Previous

Return to IBM Cobol

 


  • Related topics
    Replies
    Views
    Last post