Questions tagged as 'cobol'

1
answer

Error: not a data name in cobol program

I have a program that orders tables, but I do not know why in recorrer-tabla is highlighted in red and says "not a data name". On the other hand, if I place it a few lines above it takes it, but it does not do what I ask it to do is order...
asked by 22.10.2018 / 18:59
0
answers

How to create an executable to compile and run Cobol programs in Ubuntu 16.04

I want to create an .sh file or executable file which contains the sentence to compile the Cobol programs and can pass it as a parameter the name of the source file so that it does not have to be looking for or executing the compilation and exec...
asked by 01.07.2018 / 03:52
0
answers

SDSF command to demand delay between commands

I have to execute two SDSF commands which list files using a Job: /F CICSAA2K, CEMT I FILE(*) /F CICSAF2K, CEMT I FILE(*) When I execute it in this way the files are mixed and what I need is a command between the two so that the first comma...
asked by 25.10.2018 / 01:11
0
answers

JCL - Include sortin in a file

I would like to know how to include in a step of SORT a file that in turn contains the sortin , that is, the content of the file has been created dynamically and looks like this: //SORTIN DD DSN=DES.LQHISE03.ENTRADA, //...
asked by 24.08.2018 / 14:27