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 many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
how to transfer the file from pc to mainframe??
What guidelines should be followed to write a structured cobol prgm?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
whats the difference between search and search all?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
How do you come out of an EVALUATE statement?
Explain complete concept of table handling in COBOL with an example?
In an array processing what is the thing that can be done by using subscripts but not by using index
What is the Purpose of POINTER Phrase in STRING command
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER