what is the difference between perform varying and perform
until
Answer Posted / ssampath
Perform until will step through automatically used in one
dimensional table and a perform varying will calculate
index for two dimensional table
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
Can you please let me know the centre name of INS certification in Kolkata.
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?
What is link edit in cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how to move the records from file to array table. give with code example
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Write a program that uses move corresponding.
Are you comfortable in cobol or jcl?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the compute verb? How is it used?
What is the difference between comp and comp-3?
How can you get the ksds file records into your cobol program?