how the control comes back from subprogram to mainprogram
Answers were Sorted based on User's Feedback
what is sysncpoint?
how can i see junk values in dclgen or in hostvariable of comp ?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
01 a pic s9(5) value '-12345' how it will be stored
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
using redefine can you redefine lower variable size to higher variable size?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
What COBOL construct is the COBOL II EVALUATE meant to replace?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
what r the types of perform statement