what are the working storage fields in BMS macro?
Answers were Sorted based on User's Feedback
Answer / praveen c
field+I -input
field+O -output
field+F -flag
field+A -attribute
field+L -length
Is This Answer Correct ? | 0 Yes | 0 No |
field+I - input
field+o - output
field+f - flag
field+a - attribute
field+l - length
Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between PA & PF keys?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How many divisions we have in Cobol ?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
if we have a 10 steps how to override the 4th step in jcl?
how to submit a jcl by cobol program. clear me with an example.
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
write a program to eliminate duplicate records in a input file and send them to output file.
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)