what is record label is empty or standard in file description
of data division?
Answers were Sorted based on User's Feedback
Label records are standard -> will be coded for disk/tape files
Label records are omitted -> will be coded for printer files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bkk
I guess, If we want to access/store the dataset that resides
in tape we mention it as record label is empty. If it is in
dasd we mention it as record label is standard
correct if i am wrong
-cheers
| Is This Answer Correct ? | 0 Yes | 3 No |
How do you get the data to code the BMS macro?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
) How do you access the migrate the data from production region to development region
how can we code index in an array of cobol pgm?
Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.
What is the maximum length of a field you can define using COMP-3 in COBOL?
How do you submit JCL via a Cobol program?
What is COMP SYNC?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
Can the OCCURS clause be at the 01 level?
what is the difference between external and global variables?