What is the difference between structured cobol programming and object alternativelyiented cobol?
No Answer is Posted For this Question
Be the First to Post Answer
how to convert the recors form vsam file to db2 table tru file aid
where do u use low-value and high value in cobol
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
What is COMP-1? COMP-2?
How you can delete a record from a ps file in cobol?
what is the use of outrecord?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
Whats the difference between search & search ALL?
1.What is the default print format in cobol?
Can we change the password using ALTER? anyone tried and changed?
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
how do u list the abended jobs?