What are the types of performs in COBOL?
How does perform thru work, give example.
Answer Posted / venkat
perform will be useful when you want to execute a set of statements in multiple places of the program. write all statements in one paragraph and invoke it using perform wherever needed.
perform contain 7 types of statements.
* simple perform
* inline perform
* perform thru para
* perform untill para
* perform n.times para
* perform varying thru para
* perform para before/after para
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the term bms in cics?
What do you mean by the term fct?
Can you define attribute byte?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Can you define temporary storage?
Explain the difference between pseudo-conversational and conversational?
How ENQ and DEQ used in CICS?
Define task work area?
Explain the difference between start and xctl?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Can you define bms?
Explain how would you resolve an asra abend?
What are the types of processes to create a map in cics?