What are the different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the configuration section of a cobol program with examples of syntax.
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
How do you come out of an EVALUATE statement?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
What are the steps you go through while creating a COBOL program executable?
Can anybody give me example of subscript and index
Can we use goto statement in inline_perform ?
where will we code call by content and call by reference dude pls reply soon ?
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
how to submit a jcl by cobol program. clear me with an example.