In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Answers were Sorted based on User's Feedback
Answer / shubha
here Before is default,but if After is mentioned then
condition will be checked after perform execution.
| Is This Answer Correct ? | 13 Yes | 0 No |
How to retrive the 9th records out of ten records using the cobol program ?
Can JUSTIFIED be used for all the data types?
what is soc7 abend?how u can trace it?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
Can the OCCURS clause be at the 01 level?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
What is Alternate Index ? How is it different from regular index ?
How many types of sorts are there in cobol?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
Can we move X(9) to 9(9). If yes what are the ways for doing this?
where did you see the information regarding abend codes in jcl?