what is label record is standard or omitted in file
description of data division?
Answer Posted / jdf
Label record is standard means it will use disk files. But
tape files can have standard label too.
If the label record is omitted it should be a the tape file
without any begin and end blocks on the tape.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is perform what is varying?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do you reference the following file formats from cobol programs?
How do get the result of your program directly on your pc?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write a cobol program making use of the redefine clause.
What are different data types in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
example for sub strings ? and refernce modifications whit output pls
How do u write test cases?
IF I mention stop run in CICS what happens?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?