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 |
wht is the diff b/w if and evaluate stmts ?
what is the difference between Normal vaiable and comp variable.
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
Define in-line perform?
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
How do we get current date from system with century?
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.
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
what is rediffine clause?in what situation it can use?give me real time example?
how do you reference the fixed unblock file formats from cobol programs