Whtz the specialty of 77 level number ?
Answers were Sorted based on User's Feedback
Answer / srinivasa yadav
IT IS INDEPENDENT ELEMENTARY DATA ELEMENT, WHICH DOES NOT
CONTAINS ANY SUB-LEVEL.
| Is This Answer Correct ? | 32 Yes | 2 No |
Answer / kiran
77 does not contains sub levels
It takes less memory
Accessing is fast by using 77 for small data
| Is This Answer Correct ? | 6 Yes | 1 No |
what is the difference between Plan & package
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
without performing any operations on a file how can i know whether it contains data or not
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
What is amode(31)
What are the different data types in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Have you used comp and comp-3 in your project? And how?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.