Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
No Answer is Posted For this Question
Be the First to Post Answer
how to access vsam files in cobol and how to differentiate that this is ESDS file
Write the code implementing the perform … varying.
Can the OCCURS clause be at the 01 level?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
How do you get the data to code the BMS macro?
What is the linkage section?
wht is structured cobol pgm and non structred cobol pgm ?
2)Where the Plan is located in CICS-DB2?
how many divisions are there in cobol
where do u use low-value and high value in cobol
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 are literals?