Search found 65 matches

by Pragya
Thu Nov 22, 2018 6:44 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How can we print index in COBOL?
Replies: 7
Views: 1425

Re: How can we print index in COBOL?

If you are talking about INDEX variables in COBOL, this information from the DISPLAY statement in the Enterprise COBOL Language Reference manual is relevant: identifier-1 Identifier-1 references the data that is to be displayed. Identifier-1 can reference any data item except an item of usage PROCE...
by Pragya
Thu Nov 22, 2018 6:42 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How can we print index in COBOL?
Replies: 7
Views: 1425

Re: How can we print index in COBOL?

nicc wrote: Tue Nov 20, 2018 10:41 pmWhat 'index'?
An INDEX is used at the time of defining a COBOL Table, that's what I am talking about.
by Pragya
Tue Nov 20, 2018 9:38 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How can we print index in COBOL?
Replies: 7
Views: 1425

How can we print index in COBOL?

Hi

How can we print index in COBOL? And is it readable?Please advise.

[ Post made via Android ] Image
by Pragya
Sat Sep 15, 2018 10:07 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: By seeing the load module can we identify if it is a dynamic call or static call?
Replies: 8
Views: 1593

Re: By seeing the load module can we identify if it is a dynamic call or static call?

If I browse the load module of a main program which calls another program statically then some time I saw the called program name there but not always. SO can I say if a batch Cobol program is called by another batch Cobol program and they are in static call, main program load module will have the n...
by Pragya
Fri Sep 14, 2018 8:56 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: SE37 with reason code 8.
Replies: 9
Views: 3198

Re: SE37 with reason code 8.

Thanks Robert. I was trying to understand that statement. Got it now. :)
by Pragya
Fri Sep 14, 2018 7:52 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: By seeing the load module can we identify if it is a dynamic call or static call?
Replies: 8
Views: 1593

Re: By seeing the load module can we identify if it is a dynamic call or static call?

Robert Sample wrote: Fri Sep 14, 2018 2:26 amthat the load module itself is called dynamically or statically?
This is what I am asking.
by Pragya
Fri Sep 14, 2018 12:18 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: SE37 with reason code 8.
Replies: 9
Views: 3198

Re: SE37 with reason code 8.

A data set is limited to 59 volumes. 
Is it a rule for Mainframe?
by Pragya
Fri Sep 14, 2018 12:08 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: By seeing the load module can we identify if it is a dynamic call or static call?
Replies: 8
Views: 1593

By seeing the load module can we identify if it is a dynamic call or static call?

By seeing the load module can we identify if it is a dynamic call or static call?
by Pragya
Sat Jun 02, 2018 6:56 am
Forum: Interview Questions.
Topic: TAPE file size in MB.
Replies: 5
Views: 2549

Re: TAPE file size in MB.

Thank you so much Robert. But I did not understand that "Data is compressed in MEMORY", what does that mean?
by Pragya
Wed May 30, 2018 12:03 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 75093

Re: Count to a Million!

220
by Pragya
Wed May 30, 2018 12:03 pm
Forum: Interview Questions.
Topic: TAPE file size in MB.
Replies: 5
Views: 2549

Re: TAPE file size in MB.

When the data is compressed on a Tape what happens? For a DASD I understand that, it can be "compress" the data and write to a new block but tape is linear media, how compression happens for that?
by Pragya
Wed May 30, 2018 12:00 pm
Forum: JCL - Job Control Language.
Topic: Change first qualifier of the datasets together.
Replies: 5
Views: 1484

Re: Change first qualifier of the datasets together.

Thanks for the idea. I shall explore that.
by Pragya
Mon May 28, 2018 3:18 pm
Forum: Interview Questions.
Topic: TAPE file size in MB.
Replies: 5
Views: 2549

TAPE file size in MB.

Hi,

I have been asked a very unusual question for which I hand not had an answer. The question was, how do we calculate the size of TAPE file in MB. I do not know but if I did know what is the use of knowing the file size?

Can someone please answer me on this?
by Pragya
Mon May 28, 2018 3:02 pm
Forum: JCL - Job Control Language.
Topic: Change first qualifier of the datasets together.
Replies: 5
Views: 1484

Re: Change first qualifier of the datasets together.

As this was an initiative from the application team, site support group left it on us. We did it manually using sort copy.
by Pragya
Thu Feb 15, 2018 12:02 pm
Forum: Interview Questions.
Topic: What is the difference between COMP and COMP-3?
Replies: 7
Views: 4107

Re: What is the difference between COMP and COMP-3?

Priya, you managed to mess up pretty much EVERYTHING you said. A COMP variable may be 2 bytes or 4 bytes or 8 bytes depending upon the PICTURE. The sign, if used (COMP variables can be unsigned), is the first bit of the value.And COMP has sign over punched at it last nibbleNo, you have described Zo...
by Pragya
Thu Feb 15, 2018 11:52 am
Forum: JCL - Job Control Language.
Topic: Change first qualifier of the datasets together.
Replies: 5
Views: 1484

Change first qualifier of the datasets together.

Hi, I have a many many sequential files which follow the naming convention like ABC.DEF.* but now all the files starting with ABC.* will be deleted for some storage initiative. Now we have to rename all these datasets to another naming convention like XYZ.*. Please help if there is a way for doing t...
by Pragya
Wed Nov 08, 2017 10:40 am
Forum: Interview Questions.
Topic: What is the difference between COMP and COMP-3?
Replies: 7
Views: 4107

What is the difference between COMP and COMP-3?

Hi,

What is the difference between COMP and COMP-3? How can we display them.

My answer was one is binary and other is packed decimal. But Interviewer was not very happy.

I was not sure on how to display them, can someone please tell?
by Pragya
Sat Nov 04, 2017 11:28 am
Forum: JCL - Job Control Language.
Topic: Are JEM and JSCSAN same?
Replies: 3
Views: 805

Are JEM and JSCSAN same?

Hi,

Are JEM and JSCSAN same products? I searched for it but could not find out it at all.
by Pragya
Tue Oct 24, 2017 8:27 am
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: File status code 34 while reading a VSAM.
Replies: 2
Views: 1154

File status code 34 while reading a VSAM.

Hi,

While reading a VSAM file sequentially, I am getting a file ststus code 34. In this I need to read the file sequentially and
write records in an output sequential file.

As a remedy I have also increased the space for the output file but I stil get the abend, could please someone help.

Go to advanced search