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
Mention the guidelines to write a structured cobol program?
What are 77 levels used for?
What is perform what is varying?
Explain the configuration section of a cobol program with examples of syntax.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how do you reference the rrds file formats from cobol programs
How many sections are there in data division in COBOL?
What is the local-storage section?
explain sorting techniques in cobol program?
What are the cobol coding sheets?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
i want a program using by if, evaluate , string, unstring, perform, occurs?