how to create temporary data set in jcl? what is the use?
Answer Posted / dhasani
dsn=&&dsname or By not giving data set name.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Which division and paragraphs are mandatory for a COBOL program?
What is redefines clause in COBOL?
How can you get the ksds file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
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?
What is difference between static and dynamic call in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is length is cobol?
How you can read the file from bottom?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How do get the result of your program directly on your pc?
IF I mention stop run in CICS what happens?
HOw can I get the negative sign while deduct high value from low value