How can you get the ksds file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
can we write paragraph in area B .....
how many bytes do SPPPP999 will store?
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
What is a scope terminator give example?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
What is 88 level used for ?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
s9(18) comp-3:: What is the size of memory it takes internally?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
plz any one tell clearly the justify right clause?