How do we get current date from system with century in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
What are different file OPEN modes available in COBOL?
COMP field occupy ?
What is sqlca and why is it needed in any cobol-db2 program?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
how to code in cobol while using variable block file?
What is the difference between static call & Dynamic call?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What guidelines should be followed to write a structured Cobol program?
In EBCDIC, how would the number 1234 be stored?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
If we use GO BACK instead of STOP RUN in cobol?