if we have " ibm mainframe ",in that how to remove first and last leading space
eg:"ibm mainframe" like that the answer we need
No Answer is Posted For this Question
Be the First to Post Answer
what is s000 u4087 error? please give the all error codes in cobol,jcl.
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
how to pass 100 to s9(4) how r they inserted ?
what is rediffine clause?in what situation it can use?give me real time example?
1)what is use of linkage section? 2)what is difference between comp and comp-3
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
what is the maximum error code in mainframe
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
i need a small 3d program using inline and outline.
What are the different data types available in COBOL?