EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between COBOL and VS COBOL II?.
What is the output generated by the following code? 01 GRP-I. 05 SUBFLD1 PIC XX VALUE "AB". 05 FILTER PIC X(6) VALUE SPACES. 01 GRP-2 REDEFINED GRP-1. 05 SUB-FLD2 PIC XX. 05 SUB-FLD3 PIC XX. 05 FILTER PIC X(4). IF SUB-FLD1 NOT = SPACES DISPLAY "SUBFLD1" MOVE "ABBCCD" TO GRP-1 IF SUB-FLD3 = SPACES DISPLAY "SPACES" ELSE DISPLAY "SUBFLD3" DISPLAY "END" ELSE DISPLAY "SPACES" DISPLAY "END". (a) SUBFLD1 SUBFLD3 END (b) SPACES END (c) SUBFLD1 END (d) SUBFLD1 SPACES
Explain how to differentiate call by context by comparing it to other calls?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
If we use GO BACK instead of STOP RUN in cobol?
How will you find the currepted records in a file
What type of SDLC u followed? Why?
What is the difference between write & move in COBOL?
what is level 66 means??
How many sections are there in data division in COBOL?
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?