What the difference is between continue and next sentence?
No Answer is Posted For this Question
Be the First to Post Answer
how to resolve the file status 47.......
What are the functions like c or c++ in cobol?
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is Static,Dynamic linking ?
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
what is the difference between external and global variables?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
what are the utilities for load and unload the DB2 tables
How do you define a table/array in COBOL?