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 |
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
) how do u code after getting data?
hw to create 3 dimensional array & hw to access it?
What is the difference between a DYNAMIC and STATIC call in COBOL?
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
what is a zoned decimal data type and how it will be stored?
1)what is use of linkage section? 2)what is difference between comp and comp-3
How do u write test cases?