Answer Posted / ananta bajpai
there main
1.perform [proc-name[{thru/through}end-proc]]repeat-count N
times[statement end-perform]
2.perform [para-name/proc-name{thru/through}[end-proc]]
[statement end-proc]
3.perform [proc-name{thru/through}[end-proc]][with test
{before/after}]varying variable from integer by increment
until condition[statement end-perform]
4.perform[proc-name{thru/through}end-proc]]varying variable-
name from integer by incremental until condition [statement
end-perform]
5.perform proc-name
6.perform n(number) times.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
What the difference is between continue and next sentence?
how can i see junk values in dclgen or in hostvariable of comp ?
what is the use of outrecord?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
explain sorting techniques in cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
What is the problem of ordered sequential files access?
Write some characteristics of cobol as means of business language.
) How do u handle errors in BMS macro
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between a binary search and a sequential search what are the pertinent cobol?