EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
No Answer is Posted For this Question
Be the First to Post Answer
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
How do we get current date from system with century in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What should be the sorting order for SEARCH ALL?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
i want to learn mainframes. i completed MCA ,whats the future of mainframes
How arrays can be defined in COBOL?
What is the maximum data length for Numeric DataType ?
how to convert the recors form vsam file to db2 table tru file aid