why 02 level number can't be use as a separate level number
like 01 or 77 ?
Answer Posted / suputhru
77 elementary level Number.
01 to 49 we can use as group level number.
01...
02...
02...
...
49...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
what is the use of outrecord?
Define cobol?
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 ?
What is Pic 9v99 Indicates in COBOL?
In which area will you utilize 88 level items in cobol?
How you can read the file from bottom?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Explain how to differentiate call by context by comparing it to other calls?
Mention the guidelines to write a structured cobol program?
Are you comfortable in cobol or jcl?
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 the difference between next sentence and continue in cobol programing language?
What is the compute verb? How is it used?