) How do u handle errors in BMS macro?
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
can we read in input the file with a variable length ? please , how ..could you help me ?
If we use GO BACK instead of STOP RUN in cobol?
How many sections are there in data division?.
What is ASKTIME, SUSPEND
How do we get current date from system with century?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
What is link edit in cobol?
Why we are using comp and comp-3 in real time projects?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
Mention the guidelines to write a structured cobol program?
What is the LINKAGE SECTION used for?