can anybody post me about file-aid and changemen tools pls and
give me reference if any mainframe guys are there
No Answer is Posted For this Question
Be the First to Post Answer
How does IDMS insure data integrity?
In which area will you utilize 88 level items in cobol?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
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".
how to change picture class of copy book variable inside program?
what happens if we dont close cursor in db2-cobol pgm?
What are different data types in cobol?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
Mention the guidelines to write a structured cobol program?
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