how many maximum no of variables can be declared in linkage
section ?
Answers were Sorted based on User's Feedback
Answer / ashraf
Hi Ramya,
There is no limit of size in linkage
section..
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between implicit and explicit scope terminator with example?
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 ?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
how would find total records in files using seqientional
what is label record is standard or omitted in file description of data division?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
what is record label is empty or standard in file description of data division?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
Can 88 level variable be declared in FD section..?
i want to enter the name 'pandu' into ur table how?
How do you submit JCL via a Cobol program?
Can we redefine the field of x(200) to less than 200?