)If there are 10 steps in GDG, if I want to refer the step2
after step5 . what should I do?
No Answer is Posted For this Question
Be the First to Post Answer
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
what happens of we dont give time stamp in precompilation process
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Name the sections present in data division.
Explain the configuration section of a cobol program with examples of syntax.
What is the meaning of 'Eject' verb in cobol?
What is Comm?
2 Answers IBM, Kemper Corporation,
Can we use goto statement in inline_perform ?
why we are using picture clause in the cobol programs?
how to access vsam files in cobol and how to differentiate that this is ESDS file
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290