What are 77 levels used for?
No Answer is Posted For this Question
Be the First to Post Answer
1.What is the default print format in cobol?
what is s013u000 for?
If we use GO BACK instead of STOP RUN in cobol?
if we have a 10 steps how to override the 4th step in jcl?
What are the pertinent COBOL
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
What are 77 levels used for?
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are various search techniques in cobol? Explain.
how will you define vsam file in select clause?
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.