What is inspect in cobol ?
What is the difference between perform … with test after and perform … with test before?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
What is the utilization of copybook in cobol?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
Explain Restart Logic in Cobol?
How to retrive the 9th records out of ten records using the cobol program ?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
copy 100 records without using ibm utilities
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
How many variables can be declared in w-s section.?
In an EVALUTE statement is the order of the WHEN clauses significant?