What are the different types of condition in cobol and write their forms.
No Answer is Posted For this Question
Be the First to Post Answer
what are the working storage fields in BMS macro?
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
How to covert given string into ASCII value in COBOL/MF COBOL
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
What is the local-storage section?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
I got user abend U4038 while compiling my runjcl.. can anyone help me?
can we display comp-3 variables. if we want to display what we have to do . give me one example
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you