record length in spool?
Answers were Sorted based on User's Feedback
How do you code Cobol to access a parameter that has been defined in JCL?
If you were passing a table via linkage, which is preferable - a subscript or an index?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
What type of SDLC u followed? Why?
how many maximum no of variables can be declared in linkage section ?
what happens of we dont give time stamp in precompilation process
what is record label is empty or standard in file description of data division?
Why occurs can not be used in 01 level ?
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
s9(18) comp-3:: What is the size of memory it takes internally?