COBOL Snippet: Tell where the control will when the below
code execute
IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM <IMP-STMT>
END-IF.
Answer Posted / meg
Lu is very correct no body code like
NEXT SENTENCE
PERFORM <IMP-STMT>
this
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
In COBOL, what is the different between index and subscript?
What are the pertinent COBOL
What is link edit in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
IF I mention stop run in CICS what happens?
How do you get the data to code the BMS macro?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do define dynamic array in cobol.
how to refer the data field?
how to access the file from prodution from changeman tool and to submit a file to production
Define static linking and dynamic linking.
Why did you choose to work with ibm mainframe cobol programming?