how many maximum no of variables can be declared in linkage
section ?
Answer Posted / ashraf
Hi Ramya,
There is no limit of size in linkage
section..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how do you reference the printer file formats from cobol programs
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is a SSRANGE and NOSSRANGE?
What is redefines clause in COBOL?
What is the difference between goback, stop run and exit program in cobol?
) How do u handle errors in BMS macro?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
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 the difference between structured cobol programming and object alternativelyiented cobol programming?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example