i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
Post New Answer View All Answers
What are different data types in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What rules are to be followed while using the corresponding options?
How do u write test cases?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How you can read the file from bottom?
What kind of error is trapped by on size error option?
What are the pertinent COBOL
How can you get the ksds file records into your cobol program?
Can we change the password using ALTER? anyone tried and changed?
How to use the same COBOL program in Batch and CICS on lines? explain with an example